Deploy & Regret

Tutorials that shouldn’t work (but do).

Latest Posts

Go-lang ep-4

Go-lang ep-4

About : In this blog we will see about all about *“*go.mod” file. We will see open source examples and projects to understand the best practice and way of writing production-grade backend code. here we gonna use a open project named Fider →(writte...

Go-lang ep:3

Go-lang ep:3

previous blog : ep : 1 ep : 2 Installing Go Go to this website : Go to this website and download acc to your required OS. After that open terminal in your OS and then type go --version If You get some version congrats on installing GO.

go-lang ep:2

go-lang ep:2

Previous blog : ep-1 5 reason to choose Go-Lang: Build Time : In CI/CD pipeline the build time of the code is important. With Go-Lang the speed of build time increased rapidly overall the speed will be increased. Fast Startup : In go-lang the ov...

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