Deploy & Regret

Tutorials that shouldn’t work (but do).

Latest Posts

React Starter Pack: Vite, Set, Go

React Starter Pack: Vite, Set, Go

If you want to start a new React project quickly and efficiently, Vite is one of the best tools out there. It’s super fast, lightweight, and easy to set up — perfect for beginners and pros alike. In this tutorial, I’ll show you how to install React u...

React 19 Roadmap: Because HTML Was Too Boring

React 19 Roadmap: Because HTML Was Too Boring

Context : “Why write HTML when you can overthink with React 19?” Welcome to the React 19 roadmap — smarter components, sneakier compiler, and useEffect still haunts us all.Quick setup, brain-melting hooks, and just enough memes to survive. Let’s bu...

Taste Of Docker.

Taste Of Docker.

Context : First Let me set up the context for this tutorial We gonna see the complete walk through to Docker. This gonna be three part series depending on my mood to be honest. This one part will gonna enough to start up our backend API project ( fu...

YMAL Crash Course

YMAL Crash Course

Context : YAML, short for “YAML Ain’t Markup Language,” has become the go-to format for writing clean, readable configuration files in modern development workflows. In this blog, we’ll explore the essential concepts of YAML — from its indentation-b...

Making a Web Server form scratch

Making a Web Server form scratch

Context : In JavaScript ecosystem It’s profoundly very easy to make the server with the help of express server. But we generally missed o how previously they were made and in this video we gonna make a http web server just with bare Js and basic know...

Computer Architecture

Computer Architecture

Computer Architecture is the study of a computer's internal structure, focusing on the CPU, memory, and data paths. It defines how computers process, store, and communicate data. Understanding it helps optimize performance and is essential for system...