MERN Basic

SERVER 1. package.json { “name”: “mernapp”, “version”: “1.0.0”, “description”: “”, “main”: “server.js”, “scripts”: { “test”: “echo \”Error: no test specified\” && exit 1″, “build”: “cd

Node Versioning

Package Versioning : QA 1 : What’s the difference between tilde(~) and caret(^) in package.json ? After I upgraded to latest stable node and npm,

JWT

1. install –save jsonwebtoken 2. import {sign} from ‘jsonwebtoken’ 3. login ()=> { const user = await User.findOne(email:email); const valid = await bcrypt.compare(password, user.password) const

React URLs

AWS Lambda : Schedule Using Eventbridge Rule AWS Lambda Cron Jobs https://hevodata.com/learn/aws-lambda-cron/#What-are-Cron-Jobs Automate Sending Emails at a Specific Time with AWS Lambda, CloudWatch and SES

Nodejs Command

Nodejs Kill Command Stop all instances of node.js server taskkill /f /im node.exe To Check Nodejs Outdated package versions npm outdated 2. Use npm install

Advanced Nodejs

This course is completely about the Node. js runtime itself and absolutely not about the popular NPM packages that are usually presented in courses about