$ whoami
wajed, backend engineer. if the page loads fast and nothing is on fire, that was me.
$ uptime
3+ years in production. occasional restarts (vacations). zero unplanned outages of enthusiasm.
$ ps aux | grep currently
learning Go, distributed systems, advanced k8s β eating all the RAM
building high-throughput systems that scale β running smoothly
migrating microservices from Python to Go β 47% complete, do not power off(because writing a bio in prose is so 2024)
package main
import "time"
type Wajed struct {
Role string
Stack []string
Curr string
AskMe []string
FunFact string
}
func main() {
me := Wajed{
Role: "Backend Engineer",
Stack: []string{"Python", "Django", "FastAPI", "Go", "C#", "PostgreSQL", "Redis", "Kafka"},
Curr: "rewriting microservices in Go and telling everyone about it",
AskMe: []string{"Django optimization", "system design", "why Go's error handling is actually fine"},
FunFact: "my code works on YOUR machine too. that's the whole job.",
}
for me.IsAlive() {
me.Coffee()
me.Code()
me.Debug() // 80% of the loop, let's be honest
time.Sleep(6 * time.Hour) // aspirational
}
}| Round | π Python | πΉ Go | Verdict |
|---|---|---|---|
| Writing it | poetry | paperwork | π |
| Running it | β brew a coffee | already done | πΉ |
| Error handling | try: everything |
if err != nil Γ400 |
π (fight me) |
| Deploying it | 1.2GB docker image | single 12MB binary | πΉ |
| My heart | first love | current obsession | β€οΈ both, don't make me choose |
Python βββββββββββββββββββββ daily driver
Go βββββββββββββββββββββ new obsession
C# βββββββββββββββββββββ picked up on the job at Hjemla
PostgreSQL βββββββββββββββββββββ we've been through a lot together
Kubernetes βββββββββββββββββββββ it works, don't touch it
Rust βββββββββββββββββββββ the borrow checker and I are in couples therapy
CSS βββββββββββββββββββββ center a div? ...anyway, I'm a backend engineer
| Code | Meaning | Where |
|---|---|---|
200 OK |
fastest response | |
301 Moved Permanently |
professional me lives here | |
418 I'm a teapot |
me answering questions as "tintin" | Stack Overflow |
503 Service Unavailable |
weekends (allegedly) | touching grass π± |
π΅οΈ TOP SECRET: do not click
you clicked. of course you clicked. you're a developer, "do not click" is a feature request to you.
ββββββββββββββββββββββββββββββββββββββββββββββ
β ACHIEVEMENT UNLOCKED π β
β "Read the whole README" β
β β
β Reward: my eternal respect + this cat β
β β
β /\_/\ β
β ( o.o ) < "ship it" β
β > ^ < β
ββββββββββββββββββββββββββββββββββββββββββββββ
Actual secret roadmap:
- Get paid to write Python
- Sneak Go into production
- Convince team Rust is "just a small experiment"
- Write a database from scratch, use it never, mention it forever



