Posts tagged "Performance"
Essays, field notes, and engineering write-ups by Al Amin Ahamed covering Performance — practical patterns, gotchas from production code, and lessons learned shipping real systems. Topics include architecture decisions, performance tuning, debugging stories, and integration notes you can apply directly to your own Performance work.
· 10 min read
Six Redis Patterns Every Laravel App Eventually Needs
Cache, sessions, queues, rate limiting, locks, pub/sub — the Redis patterns I use in production Laravel apps, with the trade-offs and the failure modes.
· 9 min read
Building a Dark Design System with Tailwind CSS v4
How I designed the D1 "Dark Precision" system for this site — CSS-first @theme config, custom tokens, and a palette that passes WCAG at every level.
· 8 min read
Scaling WordPress: Redis Object Cache, Query Optimization, and Page Caching
A systematic guide to making WordPress fast — from Redis object caching and WP_Query optimization to FastCGI page cache and CDN asset delivery.