Java
Java — articles and guides on Thiyagaraaj.com.
1
Java
2Enhancing 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
3Java 18 Features
Java 18 features explained — UTF-8 by default, the simple web server, code snippets in Javadoc, and other enhancements, with examples.
Java
4Java Frameworks, Libraries, and Languages
Explore popular Java frameworks, libraries, and JVM languages — Spring, Hibernate, testing tools, and ecosystem choices for modern application development.
Java
5Record in Java
In Java, the record is identical to the class that acts as a carrier for immutable data.
Java
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.