Integrate Razorpay Payment Gateway in your React app How Payment Gateway Works Step 1: Customers place an order on your website or app A customer
Tag: nodejs
Email Subscription Service with Node.JS
3 options for sending email with Node.js 1. Using SMTP (Ex : Gmail, Mailtrap)- Simple Mail Transfer Protocol (SMTP) is a technology for sending outgoing
AWS SES SNS SQS Lambda 2 – Screens
1. Verify Domain by adding in DNS routing 2. After Verified – Click Domain / Mail id – Go to Notification Tab – Click Edit
AWS SES SNS SQS Lambda
HANDLING AWS BOUNCE NOTIFICATIONS FROM SIMPLE EMAIL SERVICE – SES I followed the following steps to handling the bounces and complaints i) Created topic on
Multiple GitHub accounts using SSH
1. Go to .ssh folder into C:\Users\HP\.ssh 2. Open Git Bash command 3. To generate SSH key : ssh-keygen -t rsa -f id_rsa_xxxxxx 4.Open id_rsa_lookman.pub
Bezkoder – Reactjs Nodejs MongoDb
Authentication JWT tutorial: In-depth Introduction to JSON Web Token Implementation NODE-JS : ———————— You can find step by step to implement this Node.js App in
JavaScript Arrays Cheat Sheet
Static Properties Array.from(‘123’); // [‘1′,’2′,’3’] Array.isArray([1,2,3]); // true Array.of(1,2,3) // [1,2,3] Instance Properties Search or run test on array [1,2,2,3].indexOf(2); // 1 [1,2,2,3].lastIndexOf(2); // 2
How to Update Node Dependencies to the Latest Versions in package.json
Link Just running npm update won’t do the trick. Here’s why. Running npm install will install the latest version of as well as update the
Logger in Node.js- Winston
Best Practices for Logging in Node.js Use Streams to Build High-Performing Node.js Applications How to collect, customize, and centralize Node.js logs How to implement a
Mac Commands – Uninstall Node from MacOS
Mac References How to Completely Uninstall MongoDB from Linux? How to Quickly to Install MongoDB on MacOS How To Install Node JS on Mac OS?