Skip to main content

Rajasekar Chockalingam

Blogs from this Author

Java Microbenchmark Harness

Introduction to JMH – Java Microbenchmark Harness Level of expertise required to implement: Experienced in Java and Maven. Concept Benchmark enables us to correctly measure the performance of small parts of the application. The JMH toolkit helps us to compare different implementations for the same problem which in turn helps with code optimization. What is […]

Integrating Spring Boot with Thymeleaf

Integrating Spring boot with Thymeleaf Level of expertise required to implement: Experienced in Spring MVC and maven. Concept: This blog will show you how to develop a simple Spring Boot application along with the Thymeleaf java library as a template engine to display data on front end. What is Spring Boot? Spring Boot is a […]