Adithya SreyajforDCode - Learnings by Adithya Sreyajsreyaj.hashnode.net·Aug 28, 2021Compito - A project management app built using Angular, NestJs & Auth0Compito is a simple and easy-to-use project management application built using Angular and NestJs. Authentication/Authorization is all handled by Auth0. It's my submission towards the Auth0 x Hashnode hackthon. It was a great experience building som...Yuvaraj and 8 others are discussing this9 people are discussing thisDiscuss·197 likes·7.4K readsAuth0HackathonGreat work Indeed and effort you have put is clearly visible! I think these types of projects are really beneficial. They are open source and free to use. 7
Josh DaleforJosh at Bytelabjoshgdale.hashnode.net·May 24, 2021Express vs NestJS: Which to choose in 2021I know what you're thinking. When it comes to Node backend frameworks, Express is the undisputed king. Its un-opinionated and minimalistic approach means it's a super versatile tool for every use case. If that's what you think, then of course, you'd ...Alok Raj and 1 other are discussing this2 people are discussing thisDiscuss·65 likes·6.0K readsNode.js
Dharmen ShahforDharmen Shah's Blogshhdharmen.hashnode.net·Mar 10, 2021🎉 Announcing GitHub Link: Get links to code in your GitHub files based on text, and forget the line numbers!GitHub Link Get links for your GitHub files based on text, and forget the line numbers! Why GitHub Link? In Short We usually create link-to-code to point our readers, users or developers to the exact code. But such links are created based on line-num...Discuss·43 likes·969 readsGitHub
Vivekananthan Pasupathi forVivekananthan Pasupathi's Dev blogpvivek.hashnode.net·Jan 1, 2023NestJS Communication Between MicroservicesA Brief on microservice communication patterns Communicating between microservices can happen through a synchronous Request/Response pattern or the asynchronous event/message pattern. synchronous request/response pattern is useful where the response/...Discuss·128 readsnestjs
Himanshu PareekforHimanshu Pareekhpareek.hashnode.net·Oct 17, 2022Getting started with NestJSIf 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 involving small team. But, if you want to create a proje...Discuss·3 likes·110 readsNestJSnestjs
Eoin O'BrienforEoin's Blogeoin.hashnode.net·Jul 5, 2022How to use GraphQL Dataloaders in NestJSSo 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 you'd expect. What's going on? The N+1 Problem Let'...Discuss·1 like·464 readsGraphQL
Iván FretesforIvan's Blogivanfretes.hashnode.net·Jun 28, 2022Nociones de NestJS, para la construcción de aplicativos web😃 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 ORM Construir y correr Migraciones Autenticación ...Discuss·1 like·109 readsNodeJsJavaScript
Joshua NijiforJoshua Niji's blognijitheog.hashnode.net·May 13, 2022NestJS, What the Fuss Is All AboutTo 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 saying the...Discuss·49 readsnest
Nnadozie Okekefordozie.devdozieokk.hashnode.net·Feb 23, 2022Making use of Mocking and Dependency Injection to get NestJs Tests PassingRecap 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 failing tests... in real life no reviewer would let...Discuss·568 readsBuilding a Leetcode Contest Percentile Analyser Part IIdependency injection
Farhan Syahforfarhansyah.hashnode.net·Feb 22, 2022Creating A Charity App API - Part 2 - Setting Up Git & Project EnvironmentIn 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 endpoint modules. Full playlist: https://www.youtub...DiscussNode.js
Nnadozie Okekefordozie.devdozieokk.hashnode.net·Feb 20, 2022Taking on Tech Debt to Handle Failing Bi-Weekly NestJs Cron TestsRecap 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 jobs will need to run every two weeks, and they'll ne...Discuss·153 readsBuilding a Leetcode Contest Percentile Analyser Part IIJavaScript
Nnadozie Okekefordozie.devdozieokk.hashnode.net·Feb 13, 2022Getting our Cron Tests Passing in NestJsRecap 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 place where I...Discuss·169 readsBuilding a Leetcode Contest Percentile Analyser Part IInest
Nnadozie Okekefordozie.devdozieokk.hashnode.net·Feb 9, 2022FeaturedBuilding a Leetcode Contest Percentile Analyser Part IIIntro 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 that'll require jobs that periodically scrape the ...Discuss·33 likes·513 readsBuilding a Leetcode Contest Percentile Analyser Part IInest