Skip to content
dawalnut
Menu

Hello World

metaintroduction

Welcome

This is my first blog post. I'm building this portfolio with TanStack Start, Vanilla Extract, and MDX.

What to Expect

I'll be writing about:

  • TypeScript and React patterns
  • Cloud infrastructure with AWS CDK
  • Developer tooling and workflows

Code Example

Here's a simple TypeScript function:

function greet(name: string): string {
  return `Hello, ${name}!`;
}

Building in public is the best way to learn.

Stay tuned for more posts!