top of page
SNIPPETS LTD.


Anti-Patterns 02 Cleaning the Spaghetti Code
Angular is a powerful framework, but it’s not immune to the pitfalls of bad coding practices. Let's dive into one of the biggest...

Pavol Megela
Jan 16, 2023


Unit Of Work Pattern with NestJS and TypeORM
When working with databases and complex business logic one of the main challenges is ensuring consistency when saving and updating data....

Pavol Megela
Dec 20, 2022


Angular Anti-Patterns 01 Cleaning the Stateful Services
Angular services that mix application logic with API calls can lead to maintenance and scaling challenges. Lets look at how to do it right.

Pavol Megela
Nov 2, 2022


Domain Driven Design
As applications grow, managing business logic and maintaining scalability become difficult. Domain-Driven Design (DDD) helps solve this...

Pavol Megela
Sep 22, 2022


Invariants and Aggregates in Domain-Driven Design
In Domain-Driven Design (DDD) , aggregates are a key concept that help maintain the integrity. They act as boundaries, ensuring that...

Pavol Megela
Sep 9, 2022


Understanding Clean Architecture
Clean Architecture is a software design philosophy originally introduced by Robert C. Martin ( Uncle Bob ). It emphasizes organizing your...

Pavol Megela
May 8, 2022
bottom of page