Node.js

How to Implement a Simple Blockchain in Node.js

In this article, we will see how to build a basic blockchain from scratch using Node.js.

July 13, 2025
Node.js

How to Implement a Basic ORM for PostgreSQL in Node.js

In this article, we’ll see how to implement a simple ORM for PostgreSQL using Node.js.

July 13, 2025
Node.js

Using Supabase in Node.js

Supabase is a great open-source alternative to Firebase, based on PostgreSQL. It offers authentication, real-time database, storage, and much more. In this guide, we will see how to integrate it into a Node.js application

March 1, 2025
Node.js

How to use PostgreSQL in Docker with Docker Compose and Node.js

In this article, we’ll see how to set up PostgreSQL in Docker using Docker Compose and integrate it with a Node.js application.

January 12, 2025
Node.js

How to send an email with Node.js

In this article, we will see how to configure and use nodemailer to send emails.

December 28, 2024
Node.js

How to convert a CSV file to XML with Node.js

In this article, we will see how to convert a CSV file to XML using Node.js.

November 30, 2024