In spring 2026, social media users spread a rumor that a new data center in Utah would use about 16 billion gallons of water a year and that the center would be 2.7 times the size of Manhattan. Utah ...
Spring Batch is a powerful module of the Spring framework that provides out-of-the-box implementation for batch processing tasks. It is used in scenarios where data needs to be processed in multiple ...
In this post, you'll learn how to run a Java Spring Boot application on Azure Kubernetes Service (AKS) and connects to Azure PostgreSQL using Azure AD Pod identity. Azure Kubernetes Service (AKS) is a ...
Prototyping is my favorite part of programming. I like building new stuff and getting things working. It’s no surprise, then, that I am a big fan of MongoDB and NoSQL in general. Don’t get me wrong: I ...
The new script-based SQL database initialization does not support using separate credentials for schema (DDL) and data (DML) changes. This reduces complexity and aligns its capabilities with Flyway ...
Usually, our applications operate with the current state of a domain object. But sometimes, we need to know the entire history of the domain object changes. For example, we want to know how an order ...
Setting up authentication and access control in Spring Security is painstaking, but you can draw on very powerful capabilities. Here’s how to get started. Securing web applications is an inherently ...