Tag
#java
3 posts
-
Maximizing application performance by optimizing HTTP and Database operations
Understanding why reducing and optimizing HTTP and Database calls is the most efficient way to improve application performance, with practical tips and examples.
-
Health probes in Java Spring Boot done right
How to set up health probes in Java using Spring Boot the right way
-
How to Structure a Java Monorepo using Maven and Github
A practical guide to structuring a Java monorepo using Maven and GitHub Actions. Covers project layout, shared libraries, reusable CI/CD workflows, and how to build only what changed — without a remote artifactory.