GitHub Issues as a Database: A Fun Go Project
Can you store app data in GitHub issues and comments? A playful deep dive into issues-as-a-datastore, four wild things you could build with it, and why it makes a great real-world Go project.
tag
2 posts tagged Go. all tags
Can you store app data in GitHub issues and comments? A playful deep dive into issues-as-a-datastore, four wild things you could build with it, and why it makes a great real-world Go project.
A beginner-friendly guide to rate limiter system design in Go. Explains token bucket, fixed window, and sliding window algorithms with runnable code, middleware, race-condition pitfalls, and production tradeoffs.