Jul 21, 2025
Go HTTP server —
Implementing a Go HTTP Server with Graceful Shutdown
Jan 11, 2025
Go Interfaces Part 4 —
Method Sets: Useful, Prescribed, and Suggested Behaviors
Jan 7, 2025
Go Interfaces Part 3 —
Method Sets: Borrowing
Jan 7, 2025
Go Interfaces Part 2 —
Method Sets: Assignment
Jan 7, 2025
Go Interfaces Part 1 —
Introduction
May 24, 2024
TypeScript Concurrency —
Speed up your Node.JS APIs
Apr 6, 2024
Go vs Postgrest vs Sinatra vs Rails —
Compare performance of a simple JSON API
Mar 2, 2024
Create Related Records in Postgres —
in one query using a Common Table Expression (CTE)
Jan 2, 2024
How to Sort a Go Array —
sorting slices vs sorting arrays in Go
Dec 26, 2023
User JWTs vs One Encrypted Secure Cookie —
JWTs Are (Usually) Not Stateless