#Web Development
— 3 posts
Apr 16, 2026 · 16m
Chrome DevTools, Hands-On: 12 Experiments You Can Run in 60 Minutes
Stop reading about DevTools and start using it. Save one HTML file, open it in Chrome, and run twelve guided experiments — conditional breakpoints, DOM watchers, network replay, paint flashing, performance recording, and the shortcut moves that fix real bugs in real time.
FrontendChromeDevTools
Mar 11, 2026 · 15m
OWASP Top 10 in a Real Node.js & Next.js App — Before/After
The 2021 OWASP Top 10, but with actual vulnerable Node.js and Next.js snippets and the fixes I ship in production. Concrete examples beat awareness posters.
SecurityNode.jsNext.js
Mar 4, 2026 · 13m
Caching Strategies Beyond 'Just Add Redis'
Cache-aside, write-through, write-behind, read-replicas, edge caches, HTTP ETags, and stale-while-revalidate — how to pick the right caching pattern and how to invalidate without tears.
PerformanceArchitectureRedis