Welcome to my blog! Because I believe that share is the best way to learn I am trying to write my knowledge absorbed in my studies here. Hope it helps someone else one day ;)
Recent Articles
Making a promise to understand javascript promises
In this post we are going to implement a complete promise from scratch using TDD. We are going to understand why promises, what they are and how they work internally.
read moreCreating a NestJS application (Part II)
Part II of the series ‘Creating a NestJs application’. In this part we are going to add TypeORM to save our entities to the database, deal with the application settings in a more safe way, run our application and all its dependencies in containers using docker and docker-compose, and in the end, we are going to index our content to elastic search providing blazing fasts searches!
read moreCreating a NestJS application (Part I)
Part I of the series ‘Creating a NestJs application’. In this part we are going to have an overview of NestJs, scaffold the basic structure of our application, add a basic controller, use a service and implement authentication using Google OAuth.
read more