Anbarasan
Anbarasan
building tools
8 min read

SOLID Principles

In the ever-changing world of software development, keeping your code clean and easy to manage is super important. This post talks about the five SOLID principles that are key for creating strong and scalable software.

Decorators: it makes code stylish & simple.
5 min read

Decorators: it makes code stylish & simple.

Imagine if you had a magical spell that could enhance anything the way you want without changing any of its core behavior. This spell is known as a decorator in the realm of Design Patterns, which enhances any object.