Hi, I'm Nishant—a beginner coder and tech enthusiast. I enjoy learning and working with Python, Linux, and Git. I'm also starting to explore DevOps to learn how to build, deploy, and maintain software efficiently. I use trusted resources like Harvard’s CS50P and ChatGPT to guide my learning journey. On my Hashnode page, I share simple tips and insights about coding and DevOps practices as I grow my skills each day. Join me on my journey to learn and share knowledge!
Nothing here yet.
Jan 5 · 3 min read · When learning Go, it’s easy to focus on syntax and libraries. But real bugs rarely come from syntax they come from weak logic. To improve my reasoning skills, I built a small web crawler in Go. It fetches pages, extracts links, avoids duplicates, and...
Join discussionJan 4 · 3 min read · In this article, I’ll show how to build a basic HTTP backend in Go using the standard library only.No frameworks, no magic. The API supports four operations: /add /sub /mul /div Each endpoint accepts query parameters a and b. Why http.NewServe...
Join discussion
Jan 3 · 4 min read · Most Todo apps are web apps.This one isn’t. In this article, I’ll walk through building a command-line Todo application in Go, focusing on real backend concepts like file handling, data modeling, and clean CLI design—without touching frontend code. I...
Join discussion
Sep 28, 2025 · 5 min read · Ever wondered how to take your simple blog from a local HTML file to a production-ready application running on AWS? In this comprehensive guide, I'll walk you through building a complete DevOps pipeline that covers everything from version control to ...
Join discussion