Writing
Notes on AI engineering, programming, and shipping software in the AI-native era.
March 18, 2022 · 6 min read
Postgres in Rust with sqlx, A Practical Setup
March 16, 2022 · 5 min read
Building a JSON API in Rust with Axum 0.4
March 14, 2022 · 6 min read
Async Rust with Tokio in 2022
March 11, 2022 · 6 min read
Cargo Workspaces for Backend Services
March 9, 2022 · 6 min read
Rust Error Handling, Result, ?, thiserror, anyhow
March 7, 2022 · 7 min read
Rust Lifetimes Without the Fear
March 4, 2022 · 8 min read
Rust Ownership and Borrowing for People Who Already Know Pointers
March 2, 2022 · 6 min read
Why I'm Learning Rust in 2022 (as a Go Developer)
February 28, 2022 · 6 min read
Deploying Docker Images from GitHub Actions to Staging
February 25, 2022 · 6 min read
GitHub Actions Matrix Builds and Parallel Test Sharding
February 23, 2022 · 6 min read
GitHub Actions Caching, actions/cache + BuildKit Registry Cache
February 21, 2022 · 6 min read