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

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