Deploy & Regret

Tutorials that shouldn’t work (but do).

Latest Posts

Go-Lang ep:1

Go-Lang ep:1

What is Go (Golang)? Go is a programming language created by Google. It’s known for being: Simple → easy to learn, clean syntax. Fast → compiles to machine code like C/C++, but easier to write. Concurrent → built-in support for multitasking (gor...

Express Yourself with MongoDB: Your First API, No Tears Attached 😭➡️😄

Express Yourself with MongoDB: Your First API, No Tears Attached 😭➡️😄

Want to build your own REST API and connect it to MongoDB? You’re in the right place! In this tutorial, we’ll walk through creating a full CRUD API using Node.js, Express, and MongoDB (with Mongoose) — step by step, from scratch. If you are absolutel...

REST API Without the Mess (No DB, No Stress)

REST API Without the Mess (No DB, No Stress)

Context : Welcome to the chill zone of backend development. In this blog, we’ll build a fully functional REST API — without touching a single database. That’s right, no MongoDB, no MySQL, not even a lonely JSON file. We’ll use in-memory dummy data to...

REST in Peace: A Beginner’s Guide to REST APIs

REST in Peace: A Beginner’s Guide to REST APIs

Context : Ever heard the word API and thought it sounds like a secret hacker code? Relax — it’s just how apps talk to each other. Like when you order pizza online — the app talks to the restaurant. That’s an API doing its job. Now meet the cool cousi...

React? Bro, Learn JS First!

React? Bro, Learn JS First!

Context : So you just opened a React tutorial, saw a bunch of curly braces inside HTML tags, and thought, "Yep, I’m officially a frontend dev." But wait — what’s map() doing inside a <div>? Why does this suddenly feel like your ex ( I don’t have ex…I...

Because Console.log('Hello') Wasn’t Complicated Enough

Because Console.log('Hello') Wasn’t Complicated Enough

Description : Okay, Let’s be real I tired out JavaScript and tired out Java previously in my LinkedIn series of DSA. But now writing code JavaScript code make me too bored to be honest. So, for backend code I thought to write to back with Java… no ...

PreviousPage 120Next