Nothing here yet.
Nothing here yet.
In Part 1, we built the most essential foundation of any modern application:secure authentication with JWT, bcrypt-based password hashing, and a clean layered architecture. Now that users can register and log in, it’s time to give them something mean...

URL shorteners are everywhere—Bit.ly, TinyURL, Rebrandly—these services convert long messy URLs into short, easy-to-share links. In this blog, we’ll walk through how I built a fully working URL Shortener Service using: Go Gin Framework MongoDB Cl...

In this post, I’ll walk you through how I built a real-time WebSocket broadcast server and client in Go — a simple chat system that lets multiple clients connect and exchange messages instantly from the terminal. This project combines: 🧠 Goroutines...
