top of page
Search


Spring Boot Essentials
Spring Boot is an "opinionated" framework built on top of the Spring Framework, designed to simplify the development of production-grade Java applications. It eliminates much of the boilerplate configuration that traditionally made Spring projects complex to set up. The Four Pillars of Spring Boot To understand Spring Boot, you must understand these four core concepts: Spring Boot Starters: These are "curated" dependency descriptors. Instead of manually adding 20 different J

Rohan Roy
Apr 162 min read
Object Class and its Equals & HashCode methods
Object Class (exists excerpts from docs.oracle.com) Object class is part of the java.lang package. Class Object is the root of the class...

Rohan Roy
Dec 8, 20222 min read
Spring Boot Essentials
Spring Boot has turned out to be the most sought after framework on java for application development. In this blog I tried to get a gist...

Rohan Roy
May 13, 20211 min read
bottom of page