#javascript
Read more stories on Hashnode
Articles with this tag
Introduction At our current organization, earlier this year as we were looking at the errors at one of our signup API, we observed that nearly 5% of...
Introduction At my current org, we have many applications running behind the API gateway that interacts with the outside world using REST APIs. To...
Introduction Any application that communicates with other resources over a network has to be resilient to transient failures. These failures are...
15 Tips I Follow For Writing Better Code ยท Code should be written in such a way that is self-explanatory, easy to understand, and easy to modify or...
What is Nano Id and how is it different from UUID? ยท Introduction In every software system, we need unique Ids to distinguish between several objects...
In this article, Iโll share 10 of the JavaScript tips, tricks, and best practices that I follow and found useful. 1. Use Numeric Separators This is...