Deploy & Regret

Tutorials that shouldn’t work (but do).

Latest Posts

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

Making Node cli

Making Node cli

🚀 Making a CLI with Node.js I recently started learning Node.js and JavaScript basics. To strengthen my understanding of backend and JavaScript fundamentals, we're going to build a simple CLI tool from scratch. 📘 Theory 1. What is CLI? A CLI (Com...