Tag: node

Is Go Overtaking Node.js

Is Go overtaking Node.js?

Dev

See how Go and Node.js approach different situations, understand their scalability, and answer the question, “Is Go overtaking Node.js.”

Victor Jonah
Mar 16, 2022 ⋅ 4 min read
Job Scheduling In Node.js With Agenda.js

Job scheduling in Node.js using Agenda.js

Dev

Agenda.js is a lightweight and robust solution for scheduling. In this tutorial, we’ll show you how to do job scheduling in Node.js using this powerful tool.

Gbolahan Olagunju
Mar 11, 2022 ⋅ 4 min read
Authentication Vue Node

How to implement JWT authentication with Vue and Node.js

Dev

Review how JWT works in detail, then learn how to perform authentication requests on a Vue client app with a Node.js backend.

Alexander Nnakwue
Mar 9, 2022 ⋅ 16 min read
Pub Sub Architecture Patterns

Best pub/sub messaging brokers

Dev

Pub/sub allows machines to interact and respond to data updates in real-time, which differs from the usual request/response communications paradigm.

Hamsa Harcourt
Mar 4, 2022 ⋅ 4 min read
Apache Kafka Real-Time Data Stream App

Apache Kafka real-time data streaming app tutorial

Dev

Learn how to use Apache Kafka to build a minimal real-time data streaming application.

Alexander Nnakwue
Mar 3, 2022 ⋅ 10 min read
Alternatives To __Dirname In Node

Alternatives to __dirname in Node.js with ES modules

Dev

Bring Node inline with ESM using the __dirname and __filename variables that allow you to import source files outside of your code.

Sam Thorogood
Mar 1, 2022 ⋅ 5 min read
Execa Logo

Running commands with execa in Node.js

Dev

In this article, you can learn about the benefits of the execa library and how you can start using it in Node.js.

Simon Plenderleith
Mar 1, 2022 ⋅ 7 min read
Using Redis Pub/Sub With Node.js

Using Redis pub/sub with Node.js

Dev

Learn about the pub/sub pattern and how to implement it in a Node.js application using Redis and other alternatives.

Victor Jonah
Feb 22, 2022 ⋅ 4 min read
Password Generator Nodejs

Build a random password generator in Node.js

Dev

Build your own command line Node.js password generator that will generate a random password of a specified length and character composition.

Samuel Martins
Feb 15, 2022 ⋅ 5 min read
End To End Tests Cypress Node

How to write end-to-end tests with Cypress and Node.js

Dev

Improve your application with Cypress end-to-end testing with Node.js. Demo three different example tests to prevent bugs in your code.

Ovie Okeh
Feb 15, 2022 ⋅ 7 min read
API mock testing with Nock

API mock testing with Nock for Node.js apps

Dev

In this quick tutorial, learn how to make mock HTTP requests with Nock to test your Node.js application’s API endpoints.

Sheriff Quadri
Feb 14, 2022 ⋅ 3 min read
Build An API From Scratch Using MikroORM, Node.js, And Express.js

Build an API from scratch using MikroORM, Node.js, and Express.js

Dev

To show MikroORM in action, we’ll walk you through the steps of building an API for a blog application with the ability to create posts, write comments, and perform updating, deleting, and reading operations.

Gbolahan Olagunju
Feb 4, 2022 ⋅ 7 min read