Toggle navigation
Eli Bendersky's website
About
Projects
Archives
Archives for 2021
2021.12.31:
Summary of reading: October - December 2021
2021.11.12:
Rust data structures with circular references
2021.11.06:
Testing multiple implementations of a trait in Rust
2021.10.26:
A comprehensive guide to go generate
2021.10.02:
Rewriting Go source code with AST tooling
2021.09.30:
Summary of reading: July - September 2021
2021.08.28:
Plugins in Go
2021.07.17:
Accessing PostgreSQL databases in Go
2021.06.30:
Summary of reading: April - June 2021
2021.06.09:
REST Servers in Go: Part 7 - GraphQL
2021.05.13:
REST Servers in Go: Part 6 - authentication
2021.04.24:
Go socket servers with TLS
2021.04.03:
Go HTTPS servers with TLS
2021.03.31:
Summary of reading: January - March 2021
2021.03.06:
REST Servers in Go: Part 5 - middleware
2021.02.20:
Life of an HTTP request in a Go server
2021.02.13:
Generic functions on slices with Go type parameters
2021.02.06:
REST Servers in Go: Part 4 - using OpenAPI and Swagger
2021.01.27:
Go internals: invariance and memory layout of slices
2021.01.23:
REST Servers in Go: Part 3 - using a web framework
2021.01.21:
REST Servers in Go: Part 2 - using a router package
2021.01.14:
REST Servers in Go: Part 1 - standard library