dhruvnakum.xyzShip It Like a Pro: Node.js on EC2 with Caddy & systemdIntroduction I've been learning a lot about AWS lately, and to be honest, there's a lot to understand and learn. I decided to take a little break and try to implement what I've learned so far. At the same time, I'm working on a project that's still ...Nov 10, 2025ยท11 min read
dhruvnakum.xyzBuilding Scalable GO Application With Docker, AWS, and GitHub ActionsIntroduction In the last part, we successfully put the Go application in a Docker container. Now, we need to deploy it so others can access it. First, we need to upload our Docker application to Docker Hub. We'll start with that and then set up a G...Feb 15, 2025ยท10 min read
dhruvnakum.xyzBuilding Scalable GO Application With Docker, AWS, and GitHub ActionsIntroduction Hey, Gophers! I hope you're doing well. I'm back with Part 2 of the series. In the last blog, we learned about Docker and how it makes development easier with Containers. We also created two containers: MongoDB and Redis. Now that we ...Feb 11, 2025ยท12 min read
dhruvnakum.xyzBuilding Scalable GO Application With Docker, AWS, and GitHub ActionsIntroduction Hey, Gophers! Thanks for stopping by and taking the time to read my blog. If youโve been following my previous blogs, you might know that I recently started writing about Go. In my last article, we explored JWT authentication using the ...Feb 7, 2025ยท11 min read
dhruvnakum.xyzStep-by-Step Guide to Secure Authentication in Go using JWT and FiberIntroduction After the last series on Go, I've been learning some new ideas, like Secure Authentication. I discovered JWT authentication and how it helps secure routes. In this article, I'll explain how we can use JWT to authenticate users and secu...Jan 15, 2025ยท17 min read