File Upload class 3Sending emails to users when an entry is created in DB Steps: Install nod emailer dependency using npm i nodemailer generate your email password By following these steps: Go to your Gmail profile Click on Manage your Google account Click on Se...Aug 3, 2023·1 min read
Backend Class 2.Love Babber (BD-2) Send Data in DB and see folder structure. Some steps of creating a folder. Create a folder on the desktop open it into in VS code Open Vs code terminal Initialization of the packege.json file using npm init -y command Create a...Jul 11, 2023·1 min read
Backend Class 1.Love Babber (BD-1) Follow some steps of Love Babber Backend Class 1 Create a folder with any name Open the folder in VS CODE. Open the VS CODE terminal using (ctrl + `). Write a command to load packages npm init -y. Now create a file with an ext...Jul 11, 2023·1 min read
Node JS Basic Notes 1Q.1 ) What is Node.js? Ans. Node.js क्रोम v8 जावास्क्रिप्ट इंजन पर निर्मित एक जावास्क्रिप्ट रनटाइम वातावरण है। और नोड जेएस सर्वर पर चलने वाली एक जावास्क्रिप्ट है। History Of Node.js 2009 में रयान डाहल (Google इंजीनियर) के दिमाग में एक विचार आया कि क्...Jul 2, 2023·8 min read
JavaScript Notes..Q.1: What is JavaScript? Ans:- There are two types of scripting language on the web. Client Side Script: - क्लाइंट साइड स्क्रिप्टिंग आपके फोन या डेस्कटॉप पर जावास्क्रिप्ट जैसे कोड चलाती है जबकि सर्वर-साइड स्क्रिप्टिंग बैक-एंड सर्वर पर चलती है। इस तर...Jun 14, 2023·6 min read
JavaScript Basic notes 3.Functions In JavaScript... Q.1) Functions in Javascript Ans. If we have more line codes and it was reusable many times then we can store on it a function and when we want to use these codes then we call the function name simply and our code were run....Jun 13, 2023·3 min read
JavaScript Basic notes 2.Q.1) Ternary Operator In js. Ans. It's basically like an if else condition. But there was a major difference between the if else condition and the ternary operator. The ternary operator syntax is too small. syntax: condition? true statement: false st...Jun 12, 2023·2 min read