Jay's Tech Bites Logo

Java script

9 min read

Your Global Scope Is a Disaster (And It's Breaking Production)

After debugging countless production incidents caused by global namespace collisions, I've learned that scope discipline isn't optional—it's survival.

Read Article
7 min read

HTMX Is Overkill (Until Your React Bundle Explodes)

Why I stopped reaching for SPA frameworks first and started shipping HTML-over-the-wire for most projects

Read Article
10 min read

Getting Started with Docker: A 2024 Step-by-Step Guide for Beginners

Master Docker: A 2024 Beginner’s Guide to Understanding Containers and How They Simplify App Development

Read Article