Blog
Thoughts, tutorials, and insights on software development, web technologies, and more.
•7 min read
AI Agents for Beginners: A Complete Guide to Autonomous Systems
Learn what AI agents are, how they work, and when to use them. A practical guide for developers new to autonomous AI systems.
aiagentsautomationbeginners
•3 min read
From 23 to 0 Vulnerabilities: How I Hardened a Next.js 16 App with Bun
A practical walkthrough of reducing dependency vulnerabilities from 23 to 0 using Bun audit, targeted upgrades, transitive overrides, and full regression checks.
BunNext.jsSecurityDependenciesTypeScript
•6 min read
E2E Testing a Next.js App with Playwright: Auth, Roles, and Multi-Device Coverage
A practical guide to setting up Playwright in a real Next.js project — covering multi-project config, shared auth state, custom fixtures, and CI-ready patterns.
PlaywrightNext.jsTestingTypeScript
•7 min read
Implementing i18n in Next.js: The Proxy Approach
Learn how to implement internationalization in Next.js 16 using next-intl with a proxy-based middleware pattern for clean, maintainable bilingual sites.
nextjsi18nnext-intlinternationalizationtypescript