Node.js

Developer Guides

Event Driven Architecture (EDA): Dev Guide

Let's understand the concept of Event Driven Architecture.

Read
Developer Guides

When and Why to Choose Server Side Events (SSE)

Let's cover the detailed study of Server Side Events (SSE) to reach a conclusion on when and why to use them, what benefits it offer and use cases where it is the best choice.

Read
Serverless

Simplified Web Scraping with Cloudflare Workers

For serverless simplified web scraping we can use cloudflare-workers. It offers a completely unique way to parse and read DOM content using its HTMLRewriter API.

Read
Serverless

Cloudflare Workers are really impressive

For serverless solutions, you must give a try to cloudflare workers. They are not suitable for all the needs but if they fit your needs then cloudflare workers along with cloudflare complete ecosystem are just awesome.

Read

Webpack notes

Summarized notes on webpack configuration

Read
Serverless

Using lambda function as REST api to upload files on s3

Serverless solution for uploading files on s3 using lambda function as api for getting pre-signed urls with write access to upload files directly on s3.

Read