arrow_back All posts

Hello, World

Jan 1, 2024

Hello, World! šŸ‘‹

Welcome to my blog! I’m a developer who loves to write about programming, technology, and life.

I hope you enjoy reading my posts as much as I enjoy writing them.

function greet(name: string) {
	console.log(`Hey ${name}! šŸ‘‹`)
}