Moksh

Moksh @mx_tech

About: Backend engineer with expertise in Golang, GCP, and database optimization. Skilled in REST APIs, JWT authentication, and cloud solutions. Passionate about building scalable, secure systems.

Location:
India
Joined:
Feb 5, 2025

Moksh
articles - 13 total

Go Slices: The Pointer Paradox Why Your Appends Disappear (Understanding when slice modifications persist and when they vanish)

Ever faced a situation where modifying a slice inside a helper function updates the original data...

Learn More 1 0Dec 13

After the Happy New Year: Time to Reboot, Like a True Engineer

The fireworks are done. Your /tmp/resolutions folder is full. And your brain is still running in...

Learn More 0 0Oct 24

Go with PostgreSQL: Best Practices for Performance and Safety

Go and PostgreSQL make a rock-solid backend pairing fast, efficient, and well-tested. But getting the...

Learn More 3 0Jul 15

Mastering Goroutines in Go: Common Pitfalls and How to Avoid Them

Goroutines are one of the most powerful features in Go. With just one keyword go, you can execute...

Learn More 0 0Jun 14

runtime.AddCleanup in Go 1.24 Your Personal Janitor for Goroutines

Let’s be honest: most goroutines are launched with all the careful forethought of a “Hello World”...

Learn More 1 0May 7

🔥 Go’s Zero-Value: The Hidden Superpower You Didn’t Know You Needed

When learning Go, developers often notice something unusual: variables don’t need explicit...

Learn More 1 0Apr 3

Panic vs. Error: When to Use Which in Golang?

Error handling in Golang is designed to be explicit and predictable, but a common question arises:...

Learn More 0 0Mar 30

🚀 Type Safety, Tool Management & HTTP Enhancements in Go 1.24

🚀 Type Safety & Generic Type Aliases in Go 1.24 🔹 Introduction Go 1.24...

Learn More 0 0Mar 22

Golang 1.24: Breaking Down the Latest Features and Enhancements (#1)

Golang 1.24 is here, bringing significant improvements in performance, security, and developer...

Learn More 0 1Mar 20

The Hidden Power of defer in Go: Why It Executes in LIFO Order

Go has a reputation for being simple, efficient, and powerful. One of its standout features is its...

Learn More 0 0Mar 11

🚀 Go Struct Alignment: Why Field Order Matters for Performance

Did you know that the way you order fields in a Go struct can waste memory? Go automatically adds...

Learn More 1 0Mar 7

🚀 Go Interface Nil Pitfall: Why Your Nil Check is Failing (and How to Fix It!) 🔍

Have you ever encountered a situation where you check for nil, but the function still executes...

Learn More 0 0Feb 22

Writing Clean and Maintainable Golang Code: A Developer’s Guide 🚀

One of the biggest challenges in software development isn’t just writing code—it’s writing code...

Learn More 1 0Feb 5