Security
Bug Bounty Program
Paying outside researchers for finding real security bugs safely.
Systems
Capacity Planning
Capacity planning is the discipline of figuring out how much headroom a system needs before demand exposes a bottleneck.
Web
Rendering Strategies
SSR, CSR, and SSG are different ways to decide where and when HTML gets built.
Architecture
CQRS
Separating the write side of a system from the read side so each can be optimized for its own job.
Databases
SQLite as an Application Database
SQLite is a real relational database that lives in a file and works surprisingly well for many application workloads.