package main
type Engineer struct {
Name string
Stack []string
Likes string
}
func (e Engineer) Ship(ctx context.Context) error {
// the interesting part is never the handler.
// it's what happens when two of them run at once.
return e.KeepStateCorrect(ctx)
}
var me = Engineer{
Name: "Yashasvi Singh Rathore",
Stack: []string{"Go", "PostgreSQL", "Redis", "Docker"},
Likes: "concurrency, caches, and things that fail loudly",
} |
|
🚧 Building now —
mini-sidekiq· a Redis-backed background job queue in Go: enqueue, worker pool, retries with exponential backoff, dead-letter handling.
|
Real-time multiplayer, Unity
|
Computer vision, Python
|
| Languages |
|
| Data |
|
| Infra & tools |
|
| Game dev |
|
Thanks for scrolling all the way down.
