diff --git a/README.md b/README.md index ed3c160..148c3ff 100644 --- a/README.md +++ b/README.md @@ -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 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. +- [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 - 🌟[Bubble Tea](https://github.com/charmbracelet/bubbletea): A powerful little TUI framework. - [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