Desing patterns

  • October 3, 2024
  • 2mins read

Proxy Design Pattern Overview

The Proxy Design Pattern in Kotlin The Proxy Design Pattern is one of the structural patterns where a proxy or a placeholder

Read More
  • October 3, 2024
  • 4mins read

Master the Proxy Design Pattern: Boost Java Code Flexibility

Proxy Design Pattern Overview The Proxy Design Pattern provides a surrogate or placeholder to control access to an object, allowing additional functionalities

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
×