ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00Why AWS Asks You to Choose a Region Every Time You DeployMay 24 · 5 min read · Where does the internet live ? You open YouTube. A video loads in two seconds.Simple, right?But somewhere between you hitting play and the video appearing, your request left your phone, traveled throuJoin discussion
ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00Your API doesn't need GraphQLMay 17 · 5 min read · Imagine setting up GraphQL on projects that had 7 endpoints. You spend days configuring resolvers, fighting N+1 queries, debugging why errors came back as 200s, only to realise REST would have shippedJoin discussion
ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00The Algorithmic Trick That Makes Search Engines FastMay 10 · 5 min read · The web contains billions of pages, yet search engines return relevant results in milliseconds. How is that even possible? The answer is surprisingly simple: search engines don’t search the web when yJoin discussion
ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00One API for Web and Mobile? That’s the Problem...May 2 · 4 min read · You’ve ordered something on Flipkart on your phone and probably on a laptop too.Have you noticed how the mobile app feels faster? The checkout is simpler, with fewer elements on screen, and it loads qJoin discussion
ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00How JavaScript Pinpoints Errors: It Starts with the LexerApr 25 · 6 min read · Every developer has seen this at least once:SyntaxError: Unexpected token at line 32, column 2 JavaScript isn’t running your code yet.So how does it already know exactly where things went wrong? The aJoin discussion