Archive of posts with category 'Go'

Complete Guide: Deploying Go (Golang) to AWS Lambda

AWS Lambda is a powerful serverless platform, and Go is one of the best languages for it — fast cold starts, tiny binaries, and excellent performance. This guide covers everything...

Why Passing Pointers to Interfaces in Go Matters (And How It Affects GORM)

I came across this error message a few days ago when working with GORM:

Fun and Surprising Go Facts You Probably Didn’t Know!

Here are some lesser-known Go (Golang) facts that even go developers might not know: