> date: 2026-06-20 | status: published
First Entry: Initializing the Log
#astro#portfolio#log
Welcome to my tech diary!
This is a space where I document my journey, share technical insights, and write about the projects I’m working on. It’s built with Astro Content Collections and styled using Tailwind CSS’s typography plugin to maintain a clean, readable, brutalist aesthetic.
Why a Tech Diary?
I wanted a place that felt like an engineer’s notebook—structured, raw, and straight to the point. No fluff, just pure thoughts and code.
// A quick snippet to verify things are working
const message = "Hello World";
console.log(`[LOG]: ${message}`);
More entries coming soon.