Showing Post From NodeJS

Creating a REST API with Node.js

JavaScript has become one of the most popular programming languages in the world, due to its versatility and ability to run on both the client and server side.

Read more

4 Design Patterns in Node.js You Should Know

Design patterns are reusable solutions to common problems that arise in software development. They provide a way to structure the code and make it easier to maintain and scale.

Read more

5 Common Server Vulnerabilities with Node.js

We recently published an article about OWASP Juice Shop and got a lot of great feedback from the community, so we decided to dive a bit deeper into some security-related topics.

Read more

Create a Node.js Weather App - Get the weather from the command line

In this article, we’ll make a weather app CLI (command-line interface). We’ll use the OpenWeather API, axios, and pure Node.js. So before we get started, head on over to OpenWeather and create an account, you’ll need an API key to continue with the article.

Read more

Debugger Mode in Node.js - How to Debug Node.js Applications

Not many people are aware that Node.js includes a command-line debugging utility. Debugging Node.js applications is quite simple if you know what to do.

Read more

Build a NodeJS Password Generator

We’re often told to never use the same password. While that’s true, it’s often one of the most annoying aspects of registering for a new website.

Read more