- [Building a WAL in Go](https://www.cloudcentric.dev/building-a-write-ahead-log-in-go/)
- [Building a WAL in Go](https://www.cloudcentric.dev/building-a-write-ahead-log-in-go/)
- [Building classic 2D games in Go](https://threedots.tech/post/making-games-in-go/)
- [Building classic 2D games in Go](https://threedots.tech/post/making-games-in-go/)
- 🔥[go-database-sql.org](http://go-database-sql.org/): The missing "how" docs for `database/sql` package.
- 🔥[go-database-sql.org](http://go-database-sql.org/): The missing "how" docs for `database/sql` package.
- [WTF Dial break down](https://www.gobeyond.dev/wtf-dial/): an illustrative way for new golang developers to see how a real web application get's built in golang.
### CLI Frameworks & Utilities
### CLI Frameworks & Utilities
- 🌟[Bubble Tea](https://github.com/charmbracelet/bubbletea): A powerful little TUI framework.
- 🌟[Bubble Tea](https://github.com/charmbracelet/bubbletea): A powerful little TUI framework.
-[Templ](https://templ.guide) build HTML components with Go
- [Templ](https://templ.guide) build HTML components with Go
- [go8](https://github.com/gmhafiz/go8) as best of breed collection of patterns and libraries for building http web applications inspired by the [How I write HTTP services in Go after 13 years](https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/) blog post.