Abhishek Gupta
Author ProfileClaim This Author Profile
Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.
π dev.toSource
From Dev Community: Linked List Operations in JavaScript: A Complete Step-by-Step Guide
π dev.toSource
From Dev.to - aws: HCP Terraform's free tier is gone - what AWS teams should actually do next
π dev.toSource
I have made this mistake exactly once. About three years into my AWS career, I inherited a Lambda-based API with DynamoDB on the backend and was tasked with migrating it to Aurora PostgreSQL - the data model had grown relational and the team wanted proper foreign key constraints.
π dev.toSource
There is a class of AWS incident I have started calling the "everything looked fine in testing" failure. The pattern is consistent. You design a serverless API. Lambda function with sensible defaults, wired through API Gateway, pointing at DynamoDB. You test it in dev throughout