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,

ORM – Sequalize

Sequelize – ORM Introduction in Tamil ORM : -ORM-Object Relational Mapper -Layer exists between server and database -Can query the data with application language without

React Native – Android Setup Windows

2024 – JAN Install and Setup React Native on Windows 10 1. Install Chocolatey : @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))”

Different Way Mongoose Connection

https://stackoverflow.com/questions/37695147/connect-mongo-creating-new-session-every-second var express = require(‘express’); var fs = require(‘fs’); var mongoose = require(‘mongoose’); var passport = require(‘passport’); var flash = require(‘connect-flash’); var morgan = require(‘morgan’);

Heroku GitHub Deployment CICD

npm install nodemon –save-dev GitHub git init git remote add origin https://github.com/abcuser/BlogDemo.git git clone https://github.com/abcuser/BlogDemo.git git config –global user.name kprabha git config –global user.email abcuser@gmail.com