This is the first blog

Published at January 28, 2024

Categories: #personal

Hi! 👋

This is the first blog on my new website. I wrote this while creating and designing the interface for the Blogs page. It felt a bit strange to have an empty website, so I decided to write this first blog post, even though I haven’t thought of anything to write about yet 😅.

But this is also my first achievement, and this blog is the first step in my journey. Thank you for reading. 😁

function greet(name: string) {
	console.log('Goodbye for now and see you guys again!');
}