Programming
19 posts · 5 followers
API Security Checklist
A practical security review checklist for API endpoints.
Five Tools That Changed My Workflow
Command-line tools that dramatically improved my productivity.
Mentorship: The Multiplier Effect
Why making others better is the highest-leverage work.
Building a Web Scraper in Rust
Async Rust in practice: concurrent web scraping.
Performance Optimization Is Not a Guessing Game
Profile first, optimize second. Always measure the improvement.
The Economics of Open Source
The gap between open source's value and its funding.
Rust Error Handling Done Right
Why explicit error types beat exceptions.
Why Simplicity Wins
The case for fewer abstractions and clearer code.
The Art of Database Indexing
When to index, what to index, and when to stop.
The Art of Code Review
How to give reviews that improve code and grow engineers.
Building a CLI Tool in Rust
A practical guide to building fast, reliable command-line tools.
Why I Chose Rust for My Side Project
Learning Rust by building something real.
Distributed Systems: Expect Failure
Why failure is the normal state in distributed computing.
PostgreSQL EXPLAIN Made Simple
Reading query plans without the headache.
Getting Started with Open Source Contributions
Your first contribution does not need to be a feature.
Refactoring Without Fear
How continuous small improvements prevent the need for rewrites.
Testing as a Design Tool
Why writing tests first leads to better software design.
The Architecture of Clean Code
Why clean code is really about communication, not convention.