Deploy & Regret
Tutorials that shouldn’t work (but do).
Latest Posts

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

JavaScript 2025: Evolving the Language of the Web
Description : You have seen JavaScript around the Website Development side from many year. There is many new frameworks and libary Around it like React , Angular , Vue, Next, Nuxt. So, to learn these it’s very essential to learn JavaScript. This blog...

React > My Braincells
Context : So you’re jumping into React — welcome to a world of curly braces, weird JSX, and the classic “Why isn’t my state updating?” mystery. This post covers the React basics you need before freaking out over hooks: JSX, components, props, state...