Blog
Articles, tutorials, and insights about web development, frontend technologies, and software engineering.

Autocannon vs h2load: Which Load Testing Tool is Best for Your Needs?
Discover the strengths and weaknesses of Autocannon and h2load, two powerful tools for load testing, and learn how to choose the best one for your project

React Query Showing Stale Data? Causes and Fixes (v5)
React Query showing old data on first render? Fix initialData treated as fresh, incomplete query keys, and v4 leftovers like keepPreviousData in Query v5.

Fix Git Pull Error: Unstaged Changes with git stash
Seeing 'Cannot pull with rebase, you have unstaged changes'? Use git stash to save local work, pull the latest commits, and restore it safely. Follow the steps.

Enhancing File Uploads with HEIC to JPG Conversion in React
Learn how to seamlessly handle HEIC to JPG conversion during file uploads in React applications using modern tools and techniques

Building a Universal Social Media Embed Component in React Jodit
Build a reusable React component to embed X, Instagram, and LinkedIn posts in Jodit, with TypeScript support, loading states, and error handling. Get the code.

Migrate from Bootstrap to Tailwind CSS: My Journey
Discover why I chose to migrate from Bootstrap to Tailwind CSS, the challenges faced, and the benefits gained from this transformation