The AWS Services I Keep Reaching For in Production
A practical look at the AWS services that consistently show up in real production systems and why they remain useful over time.
Thoughts on software development, technology, and things I learn along the way.
A practical look at the AWS services that consistently show up in real production systems and why they remain useful over time.
Not all CSS optimizations are equal. Learn which performance fixes actually impact real websites and which are just noise.
After decades of asking for it, CSS finally has the :has() selector. Learn how to style parents based on their children - the most requested CSS feature of all time.
Stop designing for viewport widths. Learn how container queries let you build components that respond to their actual container size, not the screen.
Most developers still use margin-left and padding-right out of habit. CSS logical properties are the modern replacement that makes your layouts direction-aware and future-proof.