#programming
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 As a developer, how often have you seen a repository with packages that are out of date? New package updates generally include new...
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...
Important points to consider, Relational vs Non-relational Database, CAP theorem, and more! ยท Introduction Choosing which database to use is one of the...
In software engineering, SOLID is an acronym for 5 design principles intended to make software designs more understandable, flexible, robust, and...