Added JWT Authentication function on Nest JS
https://blog.logrocket.com/how-to-implement-jwt-authentication-nestjs/
---
Doing EJS integration as email template on Nodemailer
https://blog.bitsrc.io/integrate-nodemailer-with-ejs-for-email-template-ea2f77aaee2a
---
#nodemailer #ejs #nest #jwt
https://blog.logrocket.com/how-to-implement-jwt-authentication-nestjs/
---
Doing EJS integration as email template on Nodemailer
https://blog.bitsrc.io/integrate-nodemailer-with-ejs-for-email-template-ea2f77aaee2a
---
#nodemailer #ejs #nest #jwt
LogRocket Blog
How to implement JWT authentication in NestJS - LogRocket Blog
This tutorial provides an overview of NestJS and demonstrates how to implement JWT user authentication on a NestJS API.
August 17, 2022
Deploy a Nest JS app to a Firebase Functions service
https://javascript.plainenglish.io/nestjs-with-firebase-the-complete-guide-aa0ade41cdef
#firebase #nest
https://javascript.plainenglish.io/nestjs-with-firebase-the-complete-guide-aa0ade41cdef
#firebase #nest
Medium
Host a NestJS App on Firebase Functions: The Complete Guide
A step-by-step guide on hosting a NestJS application on Firebase Functions, using Firebase Authentication and Firestore.
August 26, 2022
Practice building an API backend with Nest JS, Vite bundler, and esbuild
https://blog.logrocket.com/getting-started-with-nestjs-vite-esbuild/
---
Installing Node Version Manager to use Node JS
https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
---
#nodejs #nest #vite #nvm
https://blog.logrocket.com/getting-started-with-nestjs-vite-esbuild/
---
Installing Node Version Manager to use Node JS
https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
---
#nodejs #nest #vite #nvm
LogRocket Blog
Getting started with NestJS, Vite, and esbuild - LogRocket Blog
Configuring these three popular tools takes a little bit more work than you'd think. Get started with NestJS, Vite, and esbuild in this post.
September 13, 2022
Using the Query builder from TypeORM in Nest TS
https://blog.logrocket.com/using-typeorms-querybuilder-nestjs/
---
Configuring the module builder on the Nest TS
https://blog.logrocket.com/use-configurable-module-builders-nest-js-v9/
#nest #typeorm #query #builder
https://blog.logrocket.com/using-typeorms-querybuilder-nestjs/
---
Configuring the module builder on the Nest TS
https://blog.logrocket.com/use-configurable-module-builders-nest-js-v9/
#nest #typeorm #query #builder
LogRocket Blog
Using TypeORM’s QueryBuilder in NestJS - LogRocket Blog
Learn how to use NestJS to build an application with TypeORM, a strong object-relations-management library built with TypeScript.
September 27, 2022
Creating API backend apps with Nest JS and Prisma ORM
https://saurabhdashora.hashnode.dev/building-a-nestjs-rest-api-using-prisma-orm
—-
Tips for writing JavaScript code with a good design pattern
https://blog.devgenius.io/how-to-write-maintainable-javascript-code-in-2023-web-or-node-js-d66d8baead67
—-
#nodejs #nest #prism
https://saurabhdashora.hashnode.dev/building-a-nestjs-rest-api-using-prisma-orm
—-
Tips for writing JavaScript code with a good design pattern
https://blog.devgenius.io/how-to-write-maintainable-javascript-code-in-2023-web-or-node-js-d66d8baead67
—-
#nodejs #nest #prism
Progressive Coder
Building a NestJS REST API using Prisma ORM
Want to build REST APIs with NestJS? Check out this post to learn how to build a REST API with NestJS and Prisma ORM
October 13, 2022
Understanding UUID usage in Node JS
https://blog.logrocket.com/uuids-node-js/
---
Difference between NPM and NPX
https://javascript.plainenglish.io/npm-vs-npx-6444aad0e892
---
Explanation of controller and routing in Node JS
https://blog.logrocket.com/understanding-controllers-routes-nestjs/
---
Using Dependency injection in Node JS with Type DI
https://blog.logrocket.com/dependency-injection-node-js-typedi/
---
#nodejs #nest #uuid #di #controller
https://blog.logrocket.com/uuids-node-js/
---
Difference between NPM and NPX
https://javascript.plainenglish.io/npm-vs-npx-6444aad0e892
---
Explanation of controller and routing in Node JS
https://blog.logrocket.com/understanding-controllers-routes-nestjs/
---
Using Dependency injection in Node JS with Type DI
https://blog.logrocket.com/dependency-injection-node-js-typedi/
---
#nodejs #nest #uuid #di #controller
LogRocket Blog
Understanding UUIDs in Node.js - LogRocket Blog
While UUIDs are a common choice for generating unique identifiers in Node.js applications, they aren’t the best option for every scenario.
October 20, 2022
Creating GIF images in Node JS backend with canvas-gif library
https://blog.logrocket.com/editing-gifs-node-js-project-canvas-gif/
—-
Project framework for Node JS and Express JS with MongoDb database
https://medium.com/catalysts-reachout/backend-boilerplate-of-nodejs-expressjs-mongodb-ea8cf28b1b83
—-
Using watch mode on Node JS backend
https://irvingvjuarez.medium.com/forget-nodemon-use-watch-mode-instead-in-your-node-apps-fe6460bd842
—-
Simple exercise adding authentication to Nest JS backend
https://blog.bitsrc.io/jwt-authentication-with-nestjs-4f587c5dd649
#nodejs #gif #canvas #library #watch #mode #boilerplate #nest #auth
https://blog.logrocket.com/editing-gifs-node-js-project-canvas-gif/
—-
Project framework for Node JS and Express JS with MongoDb database
https://medium.com/catalysts-reachout/backend-boilerplate-of-nodejs-expressjs-mongodb-ea8cf28b1b83
—-
Using watch mode on Node JS backend
https://irvingvjuarez.medium.com/forget-nodemon-use-watch-mode-instead-in-your-node-apps-fe6460bd842
—-
Simple exercise adding authentication to Nest JS backend
https://blog.bitsrc.io/jwt-authentication-with-nestjs-4f587c5dd649
#nodejs #gif #canvas #library #watch #mode #boilerplate #nest #auth
LogRocket Blog
Editing GIFs in your Node.js project with canvas-gif - LogRocket Blog
In this article, we will write a sample code to read and edit a GIF using canvas-gif for your next Node.js project.
October 25, 2022
Practice making E2E testing on Nest JS using TypeORM
https://blog.logrocket.com/end-end-testing-nestjs-typeorm/
---
Introduction of Promises in Node JS
https://faun.pub/node-js-promise-in-depth-9007ce4a6ca4
---
Converting JSON data to XML form with Node JS
https://javascript.plainenglish.io/node-js-convert-json-to-xml-137e41b2acbb
---
#nodejs #nest #typeorm #json #xml #promise #e2e
https://blog.logrocket.com/end-end-testing-nestjs-typeorm/
---
Introduction of Promises in Node JS
https://faun.pub/node-js-promise-in-depth-9007ce4a6ca4
---
Converting JSON data to XML form with Node JS
https://javascript.plainenglish.io/node-js-convert-json-to-xml-137e41b2acbb
---
#nodejs #nest #typeorm #json #xml #promise #e2e
LogRocket Blog
End-to-end testing in NestJS with TypeORM - LogRocket Blog
Create end-to-end tests in NestJS and use TypeORM to provide database connectivity in our application.
October 26, 2022
Creating a login with social media in Nest JS
https://blog.logrocket.com/social-logins-nestjs/
---
Implementing Dependency Injection in Node JS and strategy pattern
https://blog.logrocket.com/improve-node-js-app-performance-typedi-strategy-pattern/
#nodejs #di #injection #strategy #nest #login
https://blog.logrocket.com/social-logins-nestjs/
---
Implementing Dependency Injection in Node JS and strategy pattern
https://blog.logrocket.com/improve-node-js-app-performance-typedi-strategy-pattern/
#nodejs #di #injection #strategy #nest #login
LogRocket Blog
Creating social logins in NestJS - LogRocket Blog
Integrate GitHub social login into a NestJS application using the Passport library, which can be applied to other social media platforms.
October 29, 2022
Basic introduction to Nest JS . exercises
https://javascript.plainenglish.io/nest-js-getting-started-5ffa116cc7af
---
How to deploy Node JS backend to Digital Ocean App Platform service
https://javascript.plainenglish.io/deploy-a-node-js-api-in-10-minutes-or-less-33eae4afb46d
---
#nodejs #nest
https://javascript.plainenglish.io/nest-js-getting-started-5ffa116cc7af
---
How to deploy Node JS backend to Digital Ocean App Platform service
https://javascript.plainenglish.io/deploy-a-node-js-api-in-10-minutes-or-less-33eae4afb46d
---
#nodejs #nest
Medium
Nest.js — Getting Started
Any fool can write code that a computer can understand. Good programmers write code that humans can understand. — Martin Fowler
October 30, 2022
Build Node JS backend and fullstack JS applications with Admin JS
https://blog.logrocket.com/build-full-stack-application-adminjs/
---
Created a file upload function from Nest JS to another backend server
https://javascript.plainenglish.io/nestjs-axios-upload-file-from-one-server-to-another-9de382e4f233
---
#nodejs #adminjs #nest #axios
https://blog.logrocket.com/build-full-stack-application-adminjs/
---
Created a file upload function from Nest JS to another backend server
https://javascript.plainenglish.io/nestjs-axios-upload-file-from-one-server-to-another-9de382e4f233
---
#nodejs #adminjs #nest #axios
LogRocket Blog
Build a full-stack application with AdminJS - LogRocket Blog
Learn about the features of an open source Node.js admin panel, AdminJS, and see how to use it to build a full-stack application.
January 28, 2023
All right then gang, Net Ninja released a series of exercises introducing the Nest JS framework for Node JS based backends
One of the exercises can be seen here
https://www.youtube.com/watch?v=pcX97ZrTE6M&list=PL4cUxeGkcC9g8YFseGdkyj9RH9kVs_cMr&index=2
The training will continue to be updated by Net Ninja every day until it is complete
#nodejs #netninja #nest
One of the exercises can be seen here
https://www.youtube.com/watch?v=pcX97ZrTE6M&list=PL4cUxeGkcC9g8YFseGdkyj9RH9kVs_cMr&index=2
The training will continue to be updated by Net Ninja every day until it is complete
#nodejs #netninja #nest
YouTube
Nest.js Crash Course #1 - Introduction & Setup
In this series you'll learn how to make a ninja-themed API with Nest.js, which is a node.js framework for making server side applications.
⭐ Thanks to Marius for making this course. Subscribe to his channel here - https://www.youtube.com/channel/UCDpd-q…
⭐ Thanks to Marius for making this course. Subscribe to his channel here - https://www.youtube.com/channel/UCDpd-q…
February 14, 2023
Translation: id-en
Practice building fullstack JavaScript apps with Angular and Nest JS
https://blog.logrocket.com/build-project-using-angular-nestjs/
---
Get to know fnm, the Rust-based Node JS version manager
https://blog.logrocket.com/fnm-rust-built-node-js-version-manager/
---
Communication between Node JS microservices with the gRPC protocol
https://blog.logrocket.com/communicating-between-node-js-microservices-with-grpc/
---
Some npm commands to know
https://javascript.plainenglish.io/10-useful-npm-commands-that-most-people-dont-know-about-5f03d5f1f03c
---
Get to know Fastify JS for the Node JS backend
https://javascript.plainenglish.io/fastify-to-boost-your-node-js-web-app-8837250a2af1
#nodejs #angular #nest #fastify #npm
Practice building fullstack JavaScript apps with Angular and Nest JS
https://blog.logrocket.com/build-project-using-angular-nestjs/
---
Get to know fnm, the Rust-based Node JS version manager
https://blog.logrocket.com/fnm-rust-built-node-js-version-manager/
---
Communication between Node JS microservices with the gRPC protocol
https://blog.logrocket.com/communicating-between-node-js-microservices-with-grpc/
---
Some npm commands to know
https://javascript.plainenglish.io/10-useful-npm-commands-that-most-people-dont-know-about-5f03d5f1f03c
---
Get to know Fastify JS for the Node JS backend
https://javascript.plainenglish.io/fastify-to-boost-your-node-js-web-app-8837250a2af1
#nodejs #angular #nest #fastify #npm
LogRocket Blog
Build a project using Angular and NestJS - LogRocket Blog
This guide provides a a comprehensive understanding of how to use Angular and NestJS to build web applications.
March 16, 2023
How to use the ultrafetch library as an alternative to Node Fetch
https://blog.logrocket.com/using-ultrafetch-boost-node-fetch-behavior/
---
Running Express JS and React JS at the same time
https://blog.logrocket.com/running-react-express-concurrently/
---
Building CRUD functions with Nest JS and Fastify
https://dev.to/ouelle/basic-crud-operations-with-nestjs-typescript-fastify-mongodb-1f1k
---
Practice deploying Node JS with Docker
https://dev.to/ikemhood/from-localhost-to-the-cloud-deploying-my-first-nodejs-app-with-docker-1nn3
---
#nodejs #fetch #docker #nest #typescript #fastify
https://blog.logrocket.com/using-ultrafetch-boost-node-fetch-behavior/
---
Running Express JS and React JS at the same time
https://blog.logrocket.com/running-react-express-concurrently/
---
Building CRUD functions with Nest JS and Fastify
https://dev.to/ouelle/basic-crud-operations-with-nestjs-typescript-fastify-mongodb-1f1k
---
Practice deploying Node JS with Docker
https://dev.to/ikemhood/from-localhost-to-the-cloud-deploying-my-first-nodejs-app-with-docker-1nn3
---
#nodejs #fetch #docker #nest #typescript #fastify
LogRocket Blog
Using ultrafetch to boost node-fetch behavior - LogRocket Blog
ultrafetch adds caching capabilities to fetch and node-fetch to address one of the major drawbacks of both implementations of the Fetch API.
August 26, 2023
Sending Email Using Node.js
https://www.sitepoint.com/sending-email-using-node-js/
—-
This NodeJS Concept Every Backend Developer Should Know
https://blog.stackademic.com/this-nodejs-concept-every-backend-developer-should-know-824b75ce6f2
—-
Logging on NestJS like a Pro with Correlation IDs, Log Aggregation, Winston, Morgan and more
https://medium.com/@jose-luis-navarro/logging-on-nestjs-like-a-pro-with-correlation-ids-log-aggregation-winston-morgan-and-more-d03e3bb56772
—-
10 Advanced TypeScript Tricks for Experienced Developers
https://medium.com/@chandantechie/10-advanced-typescript-tricks-for-experienced-developers-2143e6aa8b38
—-
#nodejs #email #concept #nest #logging #typescript
https://www.sitepoint.com/sending-email-using-node-js/
—-
This NodeJS Concept Every Backend Developer Should Know
https://blog.stackademic.com/this-nodejs-concept-every-backend-developer-should-know-824b75ce6f2
—-
Logging on NestJS like a Pro with Correlation IDs, Log Aggregation, Winston, Morgan and more
https://medium.com/@jose-luis-navarro/logging-on-nestjs-like-a-pro-with-correlation-ids-log-aggregation-winston-morgan-and-more-d03e3bb56772
—-
10 Advanced TypeScript Tricks for Experienced Developers
https://medium.com/@chandantechie/10-advanced-typescript-tricks-for-experienced-developers-2143e6aa8b38
—-
#nodejs #email #concept #nest #logging #typescript
SitePoint
Sending Email Using Node.js
Learn how to send email in Node.js, exploring concepts and challenges of creating and sending email no matter what system you're using.
April 18, 2024