
How We Achieved 5-10x Faster Rust Docker Builds with Zigbuild
Traditional multi-stage Docker builds for Rust applications are painfully slow. By switching to cargo-zigbuild for cross-compilation on the host …
// 20 posts in this category

Traditional multi-stage Docker builds for Rust applications are painfully slow. By switching to cargo-zigbuild for cross-compilation on the host …

AuthOS looked like it had a SQLite problem. It really had blocking crypto, noisy writes, audit logs on the hot path, and no load-shedding discipline.

How we migrated our SSO platform's test suite to SQLite, broke it, and fixed it by understanding database locking and connection pooling.

A SAML certificate rotation handler looked correct until concurrent requests hit it. The fix was to lock the shared parent row and make the database …

A fast Rust and SQLite auth service is only interesting if it buys you a real product: multi-tenant SSO, OAuth, governance, analytics, and SDKs …

A Rust and SQLite auth service collapsed, recovered, and eventually showed why a well-understood monolith can be economically serious before …

Git is the most important development tool. It allows you to time-travel through your code and provides excellent collaboration features. This article …

You have a responsibility as a web developer to improve user experience. Improve performance and user experience by improving how you handle these few …