How to install Nodejs on Amazon Linux 2
In this article, I will tell you how to install Nodejs on Amazon Linux 2. First, install NVM using CURL Then run this command To verify that nvm has been installed, do run this command After that, run this command to install Node 11 using NVM So you install NodeJS 11 on your EC2 instance. …
How to Install MongoDB on Amazon Linux 2
Steps to follow Then paste this content into that file After that, run this Start MongoDB server by running this command. Check status by running this command Everything that is mentioned above is also displayed in this video as well.
How to Install MongoDB in Ubuntu Inside AWS
First, add the GPG key Next, we need to create a list file for MongoDB Then, update the APT package list. Now it’s time to install MongoDB If you have typed everything correctly, then it should install MongoDB on your Ubuntu Machine. Next, we need to start the MongoDB by running this command Verify that …
Top 10 YouTube video to learn nodejs
Mosh hamdani 2. Nodejs and express 3. Edureka. 4. Nodejs crash course 5. Api with node and Express 6. Nodejs for beginners 7. The Async and Await explained 8. Nodejs tutorial. 9.The Mern stack 10. Nestjs a node framework
Unit testing for NodeJs Applications
As you add features to your application, you can run the risk of introducing bugs and the application is incomplete. If it’s not tested, and manual testing is tedious and prone to human error. Automated testing has become increasingly popular with developers automated testing involves writing logic to test your code rather than running. True …
Connect to Redis using NodeJs
Redis is a data store. Well, suited to handling simple data, that doesn’t need to be stored for long-term access such as instant messages and game-related data. Redis stores data in Ram logging changes to it to disk the downside to this is that storage space is limited but the advantage is that radius can …
What is Express
Express is a relatively small framework, That sits on top of the node.js web server, functionality to simplify its APIs, and helpful new features. Express is built on top of Connect, providing tools and structure that makes writing web application easier, faster and more fun. It makes it easier to organize your application’s functionality with …
Top 7 Courses on NodeJs for beginners in 2020
Top 7 Courses on NodeJs for beginners in 2020 Course Title Author Provider The Complete Node.js Developer Course Andrew Mead, Rob Percival Udemy Learn and Understand NodeJS Anthony Alicea Udemy Node with React: Fullstack Web Development Stephen Grider Udemy The Complete Node.js Course Mosh CodeWithmosh Node.js: Getting Started Samer Buna PluralSite