Nodejs


Message Queue in Nodejs with BullMQ and Redis

Learn how to manage message queues, especially when dealing with a high volume of messages in a distributed environment using BullMQ, a Node.js library built on Redis

nodejsbullmqredis

Connecting to Multiple Databases with Nodejs and Sequelize

A comprehensive, step-by-step guide on how to connect multiple databases without the need to create multiple instances

databasenodejssequelize

Automated Web Scraping with Node.js and Puppeteer

See how to synchronize my app’s data with constantly changing data from another website

web-scrapingnodejspuppeteer

Deploying a Node.js Application Container on Amazon ECS

A guide to deploying a Node.js application container Amazon ECS and balancing the traffic across your targets using a load balancer.

nodejsawsamazon

Automated Video Processing with AWS Lambda and FFmpeg

Video Processing in the cloud: A step-by-step guide to mastering AWS Lambda with FFmpeg and Node.js.

awscloudcloud-computing

Building a Scalable Casino App with Node.js

Is it possible to build a casino app with Node.js?

nodejsapp-development

Sending Emails with Next.js, Nodemailer

Discover the ultimate guide to integrating Gmail Mailer with Nodemailer in Next.js 2023. Send emails effortlessly for enhanced communication. Learn now!

nextjsnodejsnodemailer

Enabling HTTPS for Your Node API on EC2 with SSL Certificate and NGINX

Adding an SSL certificate to a Node.js API running on an EC2 instance.

sslec2aws

Building a Load Balancer using Node JS + Express

nodejsexpressload-balancing

Top 10 NPM Packages

This is a short compilation of 10 npm relevant packages to build robust applications and backend logic, explained with text and code.

nodejsnpm