ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00The Algorithmic Trick That Makes Search Engines Fast6d ago · 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
ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00Stop Guessing API ErrorsApr 19 · 8 min read · You make an API call.It fails. You see: 500 Internal Server Error and suddenly you start panicking. HTTP status codes are the first clue to debugging any API issue.But most of us either remember a couJoin discussion