Taskforce.sh Blog
  • Home
Subscribe
Tagged

Tutorial

A collection of 4 posts

Implementing a robust and scalable Webhooks/Notification system in NodeJS
nodejs

Implementing a robust and scalable Webhooks/Notification system in NodeJS

(c) Eric Scales. Get it at Etsy [https://www.etsy.com/se-en/listing/709505840/hook-dustin-hoffman-caricature-5x7-print] A lot of modern REST APIs need to perform asynchronous operations, instead of unreliably keeping a long living http connection to the server waiting for it to complete, it is common to instead implement a

Manuel Astudilllo Mar 26, 2021 • 8 min read
BullMQ

Implementing a mail microservice in NodeJS with BullMQ (3/3)

Tutorial for sending HTML as PDFs attachments using nodemailer and BullMQ.

Manuel Astudilllo Mar 5, 2021 • 2 min read
BullMQ

Implementing a mail microservice in NodeJS with BullMQ (2/3)

In this second post we are going to show you how to add rate limiting, retries after failure and delay jobs so that emails are sent in a future point in time. The code for this tutorial is available at https://github.com/taskforcesh/bullmq-mailbot branch part2. And there is

Manuel Astudilllo Mar 1, 2021 • 4 min read
BullMQ

Implementing a mail microservice in NodeJS with BullMQ (1/3)

In this post we are going to create a small service for sending emails using BullMQ [https://github.com/taskforcesh/bullmq] to demonstrate some core concepts. The idea is quite simple, we will have one queue where we will post jobs for sending emails and then a processor that performs

Manuel Astudilllo Feb 26, 2021 • 4 min read
Taskforce.sh Blog © 2025
Powered by Ghost