All Stories

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...

Managing Multiple GitHub Accounts for Multiple Projects

If you’re working on multiple projects with different GitHub configurations, such as using separate user credentials (e.g., work and personal accounts), you can set up multiple configurations in Git. Here’s...

The Monumental Leap: Reviewing OpenAI's o3 Model

Artificial intelligence continues to redefine the boundaries of what machines can achieve, and OpenAI’s latest innovation, the o3 model, represents a monumental leap forward. With its ability to outperform benchmarks...

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: