Writing

Blog

Short, focused explainers on the things that come up most often in the comments.

4 min read

What is a Spring Singleton?

Demystifying the default bean scope in Spring and how it differs from the Singleton Design Pattern.

  • Spring Boot
  • Java

4 min read

Java Records Explained

A deep dive into Java Records and how they simplify data carrier classes.

  • Java

4 min read

What is a Spring @Bean?

Understanding the core concept of Dependency Injection and Bean management in the Spring Framework.

  • Spring Boot
  • Java