© 2022 Hashnode
#nodejs
If you have encountered the above warning while pushing your code to the github,then you are at the right place! This warning occurs when there is git repository inside another git repository. Most co…
An API, better known as an Application Programming Interface, is a piece of such distinct parts distinct pieces of software to contact each other, often to exchange data using well-defined protocols. …
In this article, we are going to deep dive into how you can add a payment gateway like Razorpay into your website. Integration with Razorpay is relatively easy as compared to other payment methods, so…
Hello everyone, My name is Tony Quach. I am a second-year Software Engineering student. I have written my first npm package called Climan. I love the open-source community and this is my first attempt…
How to create a first express application (rest) ? What should you have to get started 1.Nodejs download -a runtime for JavaScript outside browser 2.your code editor ex .vs code 3.Platform (windows…
A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an…
Shinchan, Masaochan, Kazamachan walk into a pizza shop. The menu only has six options. They have a specific condition to be sufficed before making a purchase. Condition of Shinchan No Capsicum Condi…
JavaScript originally had only one variable type var. JavaScript introduced new variable declarations in ES6. let const Now we have variable declarations let, var and const. The inevitable question …
If you have landed here chances are you already know about the node and want to figure out how you can use different versions across your projects. If you don't know what is node, you can checkout ano…
Ubuntu comes with a pre-installed version of node and npm. To update it to the latest stable version run the following commands in your terminal. Installing the latest stable npm version To install th…