Java
Java — articles and guides on Thiyagaraaj.com.
Enhancing Code Quality in Spring Boot and Microservice Development
Improve Spring Boot and microservice code quality with practical best practices for design, testing, logging, API contracts, and maintainable architecture.
Java 18 Features
Java 18 brings a plethora of exciting features and enhancements that expand the capabilities of the Java programming language. In this article, we will...
Java Frameworks, Libraries, and Languages
Explore popular Java frameworks, libraries, and JVM languages — Spring, Hibernate, testing tools, and ecosystem choices for modern application development.
Record in Java
In Java, the record is identical to the class that acts as a carrier for immutable data.
Restarting Apache Tomcat on Linux — Stop, Start, and Troubleshooting
Modern guide to restarting Apache Tomcat 10/11 on Linux — systemd, catalina.sh, graceful shutdown, log checks, file permissions, and when a hard kill is needed.