Spring Boot

  • November 10, 2024
  • 4mins read

Mastering Dependency Injection in Kotlin: Build Scalable, Testable Backend Systems

Dependency Injection (DI) is a core design pattern in modern software architecture that enables building modular, loosely coupled, and testable applications. In

Read More
  • September 25, 2024
  • 1min read

Proxy pattern in frameworks

In the previous article, we began exploring design patterns. Today, we will focus on the Proxy Design Pattern and highlight its usage

Read More
  • September 12, 2024
  • 4mins read

Factory Pattern in Frameworks

1. Spring Framework Spring heavily uses the Factory Pattern, particularly with its BeanFactory and ApplicationContext interfaces. The core of Spring’s IoC (Inversion

Read More
  • July 25, 2024
  • 3mins read

The Perils of Overusing @MockBean in Spring Boot

When it comes to testing Spring Boot applications, the @MockBean annotation is a powerful tool that can help us isolate the component

Read More
  • April 28, 2024
  • Less than a minute

What’s New in Hibernate Search 7.1: Key Features and Enhancements

For a comprehensive overview, you can visit the official release notes here.

Read More
  • February 24, 2024
  • Less than a minute

Spring Boot Framework release 3.2.3

Here’s an overview of several new features that Spring bood added in this version: For dependency upgrades: Explore the official release notes

Read More
×