Writing

April 12, 2026 10 min read

Logging in Next.js with LogLayer: Instrumentation, Console Override, and Structured Logs

Next.jsObservabilityLoggingLogLayerPinoEdge Runtime

How to centralize server, client, and edge logs with one logger, intercept console.* in instrumentation.ts, and use structured logging in Next.js.

July 15, 2025 3 min read

From Portfolio to Blog: Migrating Next.js 12 to 15

Next.jsApp RouterTailwind CSSMDXMigration

How an old Next.js 12 portfolio site turned into this blog, through the App Router, Tailwind, MDX, and a handful of small tools along the way.