Nestjs⚡| The framework of Nodejs Series' Articles
https://dev.to/krtirtho/series/14048
Nest.js Cookie-Based JWT Authentication
https://javascript.plainenglish.io/nest-js-cookie-based-jwt-authentication-615be1f907a9
#NestJS #JavaScript #JS #TypeScript #Coding #Programming
https://dev.to/krtirtho/series/14048
Nest.js Cookie-Based JWT Authentication
https://javascript.plainenglish.io/nest-js-cookie-based-jwt-authentication-615be1f907a9
#NestJS #JavaScript #JS #TypeScript #Coding #Programming
Long series of exercises to create a backend with Nest JS, namely in the section on the soft delete function in PostgreSQL and TypeORM
https://wanago.io/2021/10/25/api-nestjs-soft-deletes-postgresql-typeorm/
#orm #nestjs
https://wanago.io/2021/10/25/api-nestjs-soft-deletes-postgresql-typeorm/
#orm #nestjs
Implementing Onion architecture in NestJs
What’s Onion architecture and why you should apply it in your next Nestjs project - https://medium.com/@amranwar/implementing-onion-architecture-in-nestjs-f84a7a1456c4
#nodejs #nestjs
What’s Onion architecture and why you should apply it in your next Nestjs project - https://medium.com/@amranwar/implementing-onion-architecture-in-nestjs-f84a7a1456c4
#nodejs #nestjs
Medium
Implementing Onion architecture in NestJs
What’s Onion architecture and why you should apply it in your next Nestjs project
NestJS: Microservices with gRPC, API Gateway, and Authentication
https://levelup.gitconnected.com/nestjs-microservices-with-grpc-api-gateway-and-authentication-part-1-2-650009c03686
#nodejs #nestjs #api #authentication
https://levelup.gitconnected.com/nestjs-microservices-with-grpc-api-gateway-and-authentication-part-1-2-650009c03686
#nodejs #nestjs #api #authentication
Medium
NestJS: Microservices with gRPC, API Gateway, and Authentication — Part 1/2
Microservices in TypeScript with gRPC, API Gateway, Authentication, and Validation
How to deploy Nest JS backend application to Vercel cloud
https://levelup.gitconnected.com/how-to-deploy-your-nestjs-apps-on-vercel-3431b9f2b4c6
#nodejs #nestjs #vercel
https://levelup.gitconnected.com/how-to-deploy-your-nestjs-apps-on-vercel-3431b9f2b4c6
#nodejs #nestjs #vercel
Medium
How to deploy your NestJS apps on Vercel
With my little knowledge, Vercel isn’t a platform for backend services, and companies often don’t pick Vercel for their deployments…
Authentification with NestJs and clean architecture
https://medium.com/@jonathan.pretre91/authentification-with-nestjs-and-clean-architecture-182e44a7ed07
#nodejs #nestjs
https://medium.com/@jonathan.pretre91/authentification-with-nestjs-and-clean-architecture-182e44a7ed07
#nodejs #nestjs
Medium
Authentification with NestJs and clean architecture
Introduction
Some tools to learn Node JS in 2023
https://blog.appsignal.com/2023/02/01/5-nodejs-tools-to-learn-in-2023.html
----
Some popular articles about Node JS from the AppSignal blog
https://blog.appsignal.com/2022/12/21/appsignal%E2%80%99s-top-5-node.js-posts-in-2022.html
----
Monitoring Nest JS applications with AppSignal
https://blog.appsignal.com/2023/01/30/monitoring-your-nestjs-application-with-appsignal.html
#tools #nodejs #appsignal #nestjs
https://blog.appsignal.com/2023/02/01/5-nodejs-tools-to-learn-in-2023.html
----
Some popular articles about Node JS from the AppSignal blog
https://blog.appsignal.com/2022/12/21/appsignal%E2%80%99s-top-5-node.js-posts-in-2022.html
----
Monitoring Nest JS applications with AppSignal
https://blog.appsignal.com/2023/01/30/monitoring-your-nestjs-application-with-appsignal.html
#tools #nodejs #appsignal #nestjs
Appsignal
5 Node.js Tools to Learn in 2023 | AppSignal Blog
Check out 5 Node.js tools that can help boost your productivity in 2023.
Basic practice creating a REST API with Nest JS and Prisma
https://dev.to/zenstack/building-a-secure-restful-api-using-nestjs-and-prisma-with-minimum-code-45b5
---
How to use Callback on different Threads in Node JS
https://blog.bitsrc.io/node-js-multithreading-executing-callbacks-in-separate-threads-39e83a0a9ded
---
How to safely stop Nest JS processes
https://dev.to/hienngm/graceful-shutdown-in-nestjs-ensuring-smooth-application-termination-4e5n
—-
Reference project structure for Node JS
https://hardiks.medium.com/best-practices-for-node-js-application-architecture-8ccb1f94452a
#nodejs #nestjs #api #prisma #pattern #structure
https://dev.to/zenstack/building-a-secure-restful-api-using-nestjs-and-prisma-with-minimum-code-45b5
---
How to use Callback on different Threads in Node JS
https://blog.bitsrc.io/node-js-multithreading-executing-callbacks-in-separate-threads-39e83a0a9ded
---
How to safely stop Nest JS processes
https://dev.to/hienngm/graceful-shutdown-in-nestjs-ensuring-smooth-application-termination-4e5n
—-
Reference project structure for Node JS
https://hardiks.medium.com/best-practices-for-node-js-application-architecture-8ccb1f94452a
#nodejs #nestjs #api #prisma #pattern #structure
DEV Community
Building a Secure RESTful API Using NestJS and Prisma With Minimum Code
NestJS is a great framework. It's versatile, rock solid, and thoroughly documented. You can build...