go-jsonschema
go-jsonschema is a tool to generate Go data types from JSON Schema definitions.https://github.com/omissis/go-jsonschema
This tool generates Go data types and structs that corresponds to definitions in the schema, along with unmarshalling code that validates the input JSON according to the schema's validation rules.
Getting Started with eBPF: Monitoring TCP Retransmissions Using eBPF, Go and Prometheus
https://www.israelo.io/blog/ebpf-net-viz
https://www.israelo.io/blog/ebpf-net-viz
Everything You Always Wanted to Know About Type Inference - And a Little Bit More
https://go.dev/blog/type-inference
https://go.dev/blog/type-inference
Go database driver overhead on insert-heavy workloads
https://notes.eatonphil.com/2023-10-05-go-database-sql-overhead-on-insert-heavy-workloads.html
https://notes.eatonphil.com/2023-10-05-go-database-sql-overhead-on-insert-heavy-workloads.html
Web server ‘hello world’ benchmark : Go vs Node.js vs Nim vs Bun
https://lemire.me/blog/2023/10/07/web-server-hello-world-benchmark-go-vs-node-js-vs-nim-vs-bun
https://lemire.me/blog/2023/10/07/web-server-hello-world-benchmark-go-vs-node-js-vs-nim-vs-bun
Better HTTP server routing in Go 1.22
https://eli.thegreenplace.net/2023/better-http-server-routing-in-go-122
https://eli.thegreenplace.net/2023/better-http-server-routing-in-go-122
They're called Slices because they have Sharp Edges: Even More Go Pitfalls
https://www.dolthub.com/blog/2023-10-20-golang-pitfalls-3
https://www.dolthub.com/blog/2023-10-20-golang-pitfalls-3
Unmasking a Go HTML Parser Bug with Differential Fuzzing
https://mionskowski.pl/posts/unmasking-go-html-parser-bug
https://mionskowski.pl/posts/unmasking-go-html-parser-bug