Function as a service

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
Serverless

Using Google Sheets to save form submissions

Spreadsheets have served as databases and google sheets providing easy to use api can help us in saving any form submission data in it...

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