I’m currently updating my website.

Blog

Thoughts, tutorials, and insights about web development, AI, and modern tech stacks.

Claude for Chrome Review: Is Anthropic’s Browser AI Worth It

A deep dive into Anthropic’s Claude for Chrome pilot: what it means for marketers, educators, developers, and AI enthusiasts.

AITech NewsReview
Next.js 15.5: Key Features, Updates, What Developers Need to Know

Discover the new features in Next.js 15.5, from Turbopack builds to stable Node.js middleware and TypeScript improvements.

Next.jsReactWeb Development
Better Auth + Prisma: Secure Auth in Next.js App Router

A real-world tutorial for building modern email+password authentication with Better Auth, Prisma ORM, and the App Router.

AuthenticationPrismaNext.js
Tailwind v4 + Nextjs: How to Build Dark Mode with Theme Switching

Learn how to implement a robust dark mode toggle using Tailwind CSS v4 and Next-themes in your Next.js application.

Tailwind CSSNext.jsDesign
Mastering Data Fetching in Next.js 15, React 19 with the use Hook

Explore the new data fetching paradigms in React 19 and Next.js 15 using the use hook and Suspense.

ReactNext.jsPerformance
Building a Smart BlurImage Component in Next.js 15 App Router

Ever wondered how to create that smooth blur-to-sharp loading effect you see on modern websites? Let's break down a production-ready component.

Image OptimizationUXNext.js