#software-development
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...
Configurable Services & Externalized Configuration Pattern - Motivation Services need configuration properties to run - network location and...