#backend
Read more stories on Hashnode
Articles with this tag
When testing Spring applications, it's important to choose the right approach to load the application context and manage dependencies. Choosing the...
Background Sequential integer for primary keys/unique IDs has been the default choice in most database systems around the world. It has proven to be...
This article aims at providing a pedagogical understanding of the different terms associated with multithreading and concurrency. The article uses...
Introduction Problem Statement Transactional messaging is a common problem in Microservices - how do you integrate message publishing with database...
Configurable Services & Externalized Configuration Pattern - Motivation Services need configuration properties to run - network location and...
When & Why Service Discovery in Microservices? Suppose the service you're working on uses synchronous Remote Procedure Invocation (RPI) to invoke...