Articles
Thoughts on engineering, building products, and making things.
Software Development
Building scalable APIs with Python and functional patterns
Lessons learned from building high-throughput APIs at scale using Python, functional programming patterns, and modern async frameworks.
Feb 14, 2026 • 8 min read DevOps
Infrastructure as code: lessons from production deployments
Hard-won lessons from managing cloud infrastructure with Terraform across multiple environments and teams.
Jan 27, 2026 • 12 min read 3D Printing
Designing custom enclosures: from Fusion 360 to finished product
A practical guide to designing 3D-printed enclosures for electronics projects, from CAD to post-processing.
Jan 9, 2026 • 6 min read Software Development
Understanding TypeScript Utility Types: Partial and Beyond
A practical guide to TypeScript's built-in utility types like Partial, showing how they simplify your code and improve type safety.
Mar 3, 2025 • 5 min read