#software-engineering
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...
When building enterprise applications, it's often necessary to connect to multiple databases. This can present some unique challenges, especially...
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...
Introduction Problem Statement Transactional messaging is a common problem in Microservices - how do you integrate message publishing with database...
Message Delivery Guarantees In general, message brokers offer one/all of the following delivery guarantees: At least once At most once Exactly...
When & Why Service Discovery in Microservices? Suppose the service you're working on uses synchronous Remote Procedure Invocation (RPI) to invoke...