Skip to main content
Ahmad Helaly

Ahmad Helaly

Crafting Systems That Scale

Here share my thoughts, ideas, and projects. I hope you find something interesting here!

More about me here.

Recent

Serverless Prayer Telegram Bot
·500 words·3 mins· loading · loading
Go Yandex-Cloud Ydb S3 Serverless Telegram
Building serverless prayer telegram bot using YandexCloud
GitHub Page Deploy (Custom Domain)
·247 words·2 mins· loading · loading
Deploy Domain Github
Setting up domain configurations for GitHub Pages
Don't Use Synchronization Primitives In Go — Build Them Yourself
·702 words·4 mins· loading · loading
Go Concurrency Synchronization
Understand sync primitives deeper by building them.
The Mystery Of JSON Conversion From Float64 To Int64
·361 words·2 mins· loading · loading
Go Json Debug
Why Go JSON Unmarshal turns int64 into float64 and how to fix it.
Simple Bank API In Go
·533 words·3 mins· loading · loading
Go Bank
Building a simple bank API in Go using gin, gRPC, and sqlc
Running Your First Go Code Today
·152 words·1 min· loading · loading
Go Setup
Guide to installing Go and running your first program