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
Database

My Search for Free SQL Database Hosting ends at Supabase

Looking for a serverless type of completely managed database hosting with enough limits for a begginer use case. My search ends at Supabase.

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

Creating Song Mashup Using Python Script

Often we need a small portion of a song or combine small portions of various songs into a single file. And not just songs but any audio in general. So here's a way to simply do it using python...

Read
Database

Introduction to Cube.js

Quick guide on Cube.js concepts...

Read
Front-end

Adding sitemap to a Next.js application

Quick and easy tutorial on adding sitemap to your Next.js application...

Read