Tag:java
All the articles with the tag "java".
Health probes in Java Spring Boot done right
Posted on:April 4, 2023 at 09:55 AM (3 min read)How to set up health probes in Java using Spring Boot the right way
How to Structure a Java Monorepo using Maven and Github
Posted on:January 1, 2023 at 10:55 AM (4 min read)How to structure a Java monorepo using Maven and Github for optimal ci/cd.
Maximizing application performance by optimizing HTTP and Database operations
Posted on:July 26, 2024 at 02:19 PM (6 min read)Understanding why reducing and optimizing HTTP and Database calls is the most efficient way to improve application performance, with practical tips and examples.