Node.js Articles

Sorted By: Most Recent
Niraj Tulsyan Niraj Tulsyan
Updated on March 18, 2024

It’s Time to Make the Switch From Ruby on Rails to Javascript

Ruby on Rails has long been a staple for building web applications, but JavaScript’s flexibility has made it the go-to programming language. Here’s why it’s time to make the switch. 

Image: Shutterstock / Built In
Akshay Kumar Akshay Kumar
Updated on January 30, 2024

A Guide to Web Development Frameworks

A web development framework is a collection of tools, libraries and best practices that make it easier to create, maintain and scale websites. Here’s how to pick the right one for your team.

Image: Shutterstock / Built In
Ali Raza Ali Raza
Updated on September 05, 2023

npm ci vs. npm i: Install Node Modules Faster

npm ci performs a clean install of all existing dependencies, whereas npm install attempts to update current dependencies when possible.

Image: Shutterstock / Built In
Antonello Zanini Antonello Zanini
Updated on September 05, 2023

How To Fix the ‘ERR_OSSL_EVP_UNSUPPORTED’ Error in Node.js

Learn how to get rid of the ERR_OSSL_EVP_UNSUPPORTED error once and for all in Node.js, React, Nuxt, Next.js, Gatsby and similar technologies.

Image: Shutterstock / Built In
David Koff David Koff
Updated on April 05, 2023

Install Node.js: A Tutorial

Node.js is an open-source server that works on multiple operating systems and is useful for both front- and back-end applications. This tutorial explains how to install it on your machine.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on March 28, 2023

What Is NPM?

In web development, we often talk about npm but what does it do, exactly? Here’s what you need to know to install and use npm.

Image: Shutterstock / Built In
Artturi Jalli Artturi Jalli
Updated on March 15, 2023

What Is Node.js?

Node.js, a JavaScript runtime environment, lets you run JavaScript outside the browser. Node.js provides a boost to processing times and is easy to set up.

Image: Shutterstock / Built In