Momchil Atanasov

Momchil Atanasov @mokiat

About: I am a backend software developer by profession but in my free time I like to tinker with gamedev, 2D/3D art, graphics, music/sound, open-source.

Location:
Sofia, Bulgaria
Joined:
Aug 13, 2023

Momchil Atanasov
articles - 5 total

Go main-run pattern

I'll try to keep this short. It's just something I have seen way too many times and that has always...

Learn More 9 0Sep 12 '23

Beware of Go interfaces

Interfaces play a huge part when working with the Go programming language. The implicit...

Learn More 30 3Aug 30 '23

Go’s true can be false

This is something that not all Go developers are probably aware of. Go allows you to do things like...

Learn More 1 2Aug 15 '23

Proper HTTP shutdown in Go

Up to this day, I continue to come across code that has problems with shutting down an HTTP server...

Learn More 66 3Aug 15 '23

Understanding the Color type in Go

While working on my personal projects, I have had to deal with Go's image package a number of times....

Learn More 4 1Aug 13 '23