Skip to main content
1 min readCalvin Ku

Hello, World

Kicking off my blog with goals and what to expect.

  • #meta
  • #intro
Hello, World

Hello, World

Welcome to my little corner of the internet. This post lays out goals for the blog and what you can expect next.

What to expect

  • Hands-on notes and write-ups
  • Project logs and experiments
  • Occasional deep dives
export function greet(name: string) {
  return `Hello, ${name}!`;
}

That’s it for now β€” thanks for stopping by!