Hello, world

This is the first post on the blog. Here I write about tech: web development, infrastructure, and the tools I use every day.

A code example

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

A good tool gets out of the way and lets you work.

Thanks for reading.

← Back to posts