Below you will find pages that utilize the taxonomy term “Javascript”
Post
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.
Post
Creating 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!
Post
Creating 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.