About me

Hi, I'm Yuri. I'm a software engineer who likes building things and solving problems with code. I enjoy working on open source projects and sharing what I learn along the way. This is my corner of the internet where I share these things.

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.