Recent experiences with developing a website in Go highlighted improvements in routing (Go 1.22), benefits of using sqlc for automatic SQL query generation, and useful sqlite optimization tips. New Go features like the GOMEMLIMIT setting help manage memory usage better, and the author appreciates the simplicity and practicality of Go for creating and maintaining web projects over time.

6m read timeFrom jvns.ca
Post cover image
Table of contents
go 1.22 now has better routingsqlc automatically generates code for my db queriessqlite tipsGo 1.19 introduced a way to set a GC memory limitsome reasons I like making websites in Goit’s cool to see the new features Go has been adding
1 Comment

Sort: