Back to posts

Hello World

Welcome to this blog. A few words about what you'll find here.

meta

A raven perched
A raven perched

I've been meaning to start a blog for years. Like most developers, I've learned a lot from other people's writing—tutorials, deep dives, debugging stories—and I want to contribute back.

What to Expect

I'll write about:

  • Programming — Deep dives into languages and tools
  • Building — Lessons from projects
  • Design — Making things functional and beautiful

No posting schedule. Quality over quantity.

Why Now?

I have notebooks full of insights that never leave my desk. Problems solved, patterns discovered, mistakes made. Seems wasteful to keep them locked away.

"The best time to plant a tree was 20 years ago. The second best time is now."

So here we are.

The Stack

For the curious:

typescript
// Simple as this
const posts = getMarkdownFiles("./content/posts");
const html = await render(post.content);
  • Next.js with App Router
  • Tailwind for styling
  • Markdown for content
  • Shiki for syntax highlighting
  • Cloudflare Pages for hosting

No database. No CMS. Just files.


Thanks for stopping by.