The repository pattern is one of the simplest patterns to implement in terms of code and abstraction complexity, but it is also one of the most misrepresented and misused concepts in real-world scenarios and applications. I’ll try to express my thoughts on this. The concept Let’s start with the repository concept. How it appears and […]
TypeScript
Handle your exceptions by using global exception filter in a NestJS application
NestJS is a very modern and very powerful Node.js framework which offers enjoyable development experience. It is originally developed by Kamil Mysliwiec, it is heavily inspired by Angular and it rising up in popularity very quickly and for good reasons: Gives a great flexibility because of the completely modular architecture and the ability of using […]