Update 'README.md'

Adding some golang learning and the go8 'framework' to the list
main
Drew Bednar 2 months ago
parent d6071fef63
commit 16969ab44b

@ -20,12 +20,14 @@ The awesome list of things.
- [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.
- [Tablewriter](https://github.com/olekukonko/tablewriter) Simple ASCII Tables - [Tablewriter](https://github.com/olekukonko/tablewriter) Simple ASCII Tables
- [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.
### GUI Frameworks ### GUI Frameworks

Loading…
Cancel
Save