Blog
Thoughts, tutorials, and insights on software development, web technologies, and more.
•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
•3 min read
Getting Started with Next.js 16 and React 19
Learn how to set up a modern web application with Next.js 16, React 19, and TypeScript. This guide covers the latest features and best practices.
Next.jsReactTypeScriptWeb Development