Posts Tagged "NodeJS"

What’s new in Node.js 19

Node.js major release is rolled out every six months. The new release becomes the Current release for six months, which gives library authors time to add support for them. After six months, odd-numbered releases, such as 19, become unsupported, and

Read More

Cron jobs in Node.js

Cron Jobs in node.js is used for scheduling scripts to run, They’re most commonly used for automating doing a task like scraping data from another website, deleting some data from the database, etc. However, there are many situations when a

Read More

What’s new in Node.js 18

Node.js 18.0 is released by the Node.js community. The most wonderful news is that in October 2022, this version will be elevated to long-term support (LTS). The codename for the release will be ‘Hydrogen’ once it is promoted to long-term

Read More

How to build a plugin system with Node.js

If you’re building a minimalist product, but want to add an extra level of customisation or expansion, then plugins are a great way to enable that. They allow each instance to be customised with additional code that anyone can create.

Read More

Node.js 16 available now

We are excited to announce the release of Node.js 16 today! Highlights include the update of the V8 JavaScript engine to 9.0, prebuilt Apple Silicon binaries, and additional stable APIs. You can download the latest release from https://nodejs.org/en/download/current/, or use

Read More

Golang Vs. Node.js – respective Strengths and Weaknesses

In this blog, we’ll make a comparative analysis of Golang vs. Node.js for backend web development. Now, we want to understand whether the switch from a traditional Node.js to the popular Golang is sensible or not. That’s why we would

Read More

What’s new in Node.js 15

In this article, we’re going to discuss about Node.js 15 new features, including throw on unhandled rejections and V8 8.6 language features. Node.js 15 was released recently. It comes with a number of major features: Throw on unhandled rejections V8

Read More

What will be the best Back End development framework for 2021

What should we learn next? If you are a developer, this question should always be in your mind. Every day, new technologies are introduced and improvements are made to existing ones. Since we can’t learn all these technologies, it is

Read More

How to automate the job with Node JS

You know those tedious tasks you have to do at work: Updating configuration files, copying and pasting files, updating Jira tickets. What is a Reskin? The definition of a reskin at the company was using the same game mechanics, screens

Read More

Top 10 npm packages for Node.js framework

Node is a leader in the asynchronous framework market. The platform now supports a huge portion of startups and businesses that are earning hundreds of millions of dollars in revenue. Thus, it establishes itself as a platform that can sustain

Read More