Deploy & Regret

Tutorials that shouldn’t work (but do).

Latest Posts

Fetch Me If You Can

Fetch Me If You Can

Have you ever wanted to build something simple and fun while learning how to work with APIs in React? Let’s create a cute little Cat Facts Generator that fetches random facts about cats using two methods: fetch and axios. Folder Structure : given fo...

Building a Simple To-Do App

Building a Simple To-Do App

Want to learn React FAST? Build a To-Do app — it’s one of the best beginner projects ever. Seriously, it’s fun, easy, and teaches you everything you need to get started with React. Why a To-Do App? Because it covers all the essentials: How to manag...

50 Shades of React: useState & useEffect Edition

50 Shades of React: useState & useEffect Edition

Context : So, In this section of part of React We will deep-dive into useState hook and make a project around it. That can be To-Do app. We will see it further. Content: Hooks 101 State useState hook Making a counter Event handling TO-DO proje...

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