Hello, World
2026-02-15
meta
Why a blog?
I've been meaning to write more about the things I build and learn. This site is a fresh start — a personal space for engineering notes, project write-ups, and the occasional opinion.
What to expect
Posts will cover:
- Engineering: Deep dives into tools, frameworks, and architecture decisions
- Projects: Updates on things I'm building in my free time
- Data: Thoughts on data engineering and analytics
Nothing fancy. Just writing things down so I remember them later — and sharing in case someone else finds them useful.
Tech stack
This blog is built with Next.js, styled with Tailwind CSS, and deployed as a static site. Posts are written in MDX and rendered with syntax highlighting via rehype-pretty-code.
Here's a quick example of how code blocks look:
function greet(name: string): string {
return `Hello, ${name}!`;
}More to come.