← all tags
Apr 02, 2026·6 min read
Reducing package supply-chain risk with release-age checks and lockfiles
Configuring a delay before adopting new package versions, keeping repeatable installs with lockfiles, and understanding what these controls can and cannot prevent.
SecuritynpmSupply Chain+5 more
Aug 09, 2025·5 min read
A 25-Step TDD Kata: Building a Markdown Renderer in Rust
Sharpen your Rust and TDD skills with this extensive 25-step coding challenge. Build a complete Markdown-to-HTML renderer from scratch, one test at a time. Perfect for deliberate practice.
RustTDDKata+2 more