Nodejs Tips And Tricks

1 How to prevent a DDoS attack (or a Brute-force attack)
1 How to generate and use a SSL certificate in NodeJS
1 Serve Files and Directories like FTP (or like Dropbox or Google Drive)
1 How to upload Files in NodeJS (single & multiple with other checks)
1 How to use compression in Nodejs to make it faster and smaller by at least 10 times.
1 What are cookies and how to use them in a Nodejs Express application
1 Learn how to do caching in NodeJS using Redis
1

How to make a URL shortener application in Nodejs using mongodb

Scheduling Jobs in NodeJS – periodic jobs and on some date and time.

How to send emails using Sendgrid (Twilio) and NodeJS

How to send email using Gmail API (uses OAuth2 and nodemailer)

How to Deploy a NodeJs app with SSL, load balancing, auto CI/CD, etc.

How to add a domain name (with SSL) to an app running on Zeet (for NodeJs, ReactJs, NextJs, etc)

How to Deploy a ReactJs app (with SSL, load balancing, auto CI/CD, etc.)

How to create a child process in nodejs (exec, execFile and spawn)

How to use the Fork method in child-process and do inter-process communication.

How to scale NodeJs applications using the cluster module.

How to backup mongodb every night – it’s really easy.

How to handle forgot password to reset password using a one-time link.

How to use Google Drive API to upload, delete and create a public URL for a file. 🔥

How to do pagination server-side

Setup MongoDB for Production deployment – Replica Sets cluster

8 Javascript tricks you should know

Response Time, Latency and Throughput in Performance Testing

Multithreading in Node.js

Caching in Node.js using Redis

Sending SMS with Twilio in a Node.js Application

Make your own custom STATIC SITE GENERATOR with NodeJS | JavaScript

CUSTOM STATIC SITE GENERATOR (Live Coding) [Part 1] | JavaScript | NodeJS | Images | JamStack by Joel Codes 1 year ago 43 minutes

CREATE AN INSTANT HTTP SERVER for local host development or create a public URL for clients

CUSTOM REACT STATIC SITE GENERATOR (Live Coding) [Part 2] | JavaScript | NodeJS by Joel Codes 1 year ago 1 hour, 4 minutes

Beginner JavaScript: Prettier + ESLint + Husky

Leave a Reply

Your email address will not be published. Required fields are marked *