ASAbhigna Sriramojuinconsole-diaries.hashnode.dev00Before the AST: How JavaScript Turns Code into Tokens1d ago · 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 Errors6d ago · 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