© 2023 Hashnode
#nest
A Brief on microservice communication patterns Communicating between microservices can happen through a synchronous Request/Response pattern or the asynchronous event/message pattern. synchronous requ…
If you have ever created server-side apps using NodeJS, you might have used express, fastify or other HTTP framework. Although, these are very easy to get started and perfect for small projects involv…
So you've just finished coding your nice, shiny new GraphQL API in NestJS. You launch it into production and... it's a bit sluggish. And there seem to be a lot more queries in the database logs than y…
😃 Objetivos General Considerar a nestjs, como un framework valido para construir una Aplicativos Web Especificos Creación de endpoints Conectarlo a una Base de Datos Entender como funciona un OR…
To begin with a bit of backstory, I am a backend developer who majorly uses Nodejs with the Express framework. Recently, a recruiter reached out to me regarding my availability to work on a project. While it sounded fun, there was a clause …
Recap I left off session IV with a PR I said I'd come back to. It had 4 failing tests waiting on incoming tech debt to fix. When I came back to it I just didn't like the idea of merging in a PR with f…
In this video, I have linked the project with the Github repository, and go through how I setup the environment configs. https://youtu.be/HXCAAOkKyYU In the next video, I will create the first CRUD en…
Recap We ended the last session by getting our weekly cron tests passing. This session is about getting the biweekly tests passing. How to schedule bi-weekly cron jobs To get our tests passing our job…
Recap I lost my initial notes from my fourth session 😭 😭 😭 because of the way I was updating the same article, so going forward I'm using a dedicated article for each session. Right. Continuing my fourth session, I'm starting from a pla…
Intro I ended part one by saying: In terms of optimizations, it'll be much faster to scrape contest data and cache it for O(1) look ups. If I do create a UI this is the approach I'll take. Of course …