Front-end

DOM Tree Testing: A Deep Dive into Snapshot Testing with Jest or Vitest

Let's take a look at snapshot testing and see how to use this concept in our visual regression testing strategy.

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
Developer Guides

JWT Token vs Cookie Based Session Authentication: A Detailed Comparison

Let's cover the detailed comparative study of Token based authentication with cookie based session authentication.

Read

Fixing the prettier eslint line endings CRLF LF warnings

It's common to get the line endings errors or warnings when you setup working on a fresh codebase. Let's see what it is and how to resolve it.

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
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