Eureka! No more need to store service URLs in code properties and update them with every change. Service discovery with Eureka will solve the problem for us.
In this post we take an in-depth look at Reactive programming and streams in Java. With all the hype surrounding reactive systems, this post is worth the read.
See how to store financial figures like amounts in currency or FX rates in SQL Server, which is often required when constructing databases or data warehouses.
Failure to adopt good API design practices like ease of adoption, flexible and stable, backward compatibility, migration, and security is a common issue.
They happen: queries in SQL Server that run a bit too slow for anyone's liking. Here, we take a look at how to track them down quickly so you can deal with those queries!
Learn how to create a Maven project for using Spring Data with Apache Ignite Grid and how to persist entities into Ignite caches through the Spring Data framework.
If you're looking to implement peer reviews into your development process, read on to get a great overview of the how the process is used and works best.
SQL Census is a desktop app that inspects your SQL Server and Active Directory to produce a clear overview of each user’s permissions. Read on to learn how it works.
Spring Cloud's config server capabilities make updating microservices across your system a breeze. Let's walk through setting up and changing properties step by step.