Some Go web dev notes
The author discovered that Go 1.22 improves routing directly in the standard library, avoiding manual setup, and showcased how sqlc simplifies SQL integration without learning an ORM; highlights include solutions for SQLite optimizations, addressing GC limits in Go 1.19 to prevent OOM, and Go's simp..