shivanshupathak.hashnode.devServerless API Idempotency with AWS Lambda Powertools and CDKIt happened to all of us. You order a shiny new tech gadget or a pair of new jeans online. The order takes its time and then fails due to momentary network failure. So you submit it again, and the order goes through this time; success! However, two w...Aug 9, 2023·12 min read
shivanshupathak.hashnode.devPriority SchedulingIt is a method of scheduling processes that is based on priority. Scheduler selects the task as per the priority. the process with the highest priority should be carried out first where is the jobs with equal priorities are carried out on FCFS basis...Jul 14, 2023·3 min read
shivanshupathak.hashnode.devManaging Processes with TrelloTrello is a fast-growing collaboration tool used by tens of millions of people. Aside from being great for personal task management, it’s used by teams and companies of all sizes to collaborate and reduce reliance on e-mail. Unlike traditional proces...Jun 25, 2023·15 min read