1 min read
Hello World
A quick hello and rebuild of my site. And no, this is not accidental 'hello-world' testing page. π
Welcome
Iβve been meaning to rebuilt my site so here we are.
I write about software engineering, AI, and the tools and ideas I find interesting. Most of these will start as notes I jot down while working through a problem.
What to expect
- Practical takes on tools and frameworks Iβm using
- Thoughts on AI and how itβs changing the way we build software
- Occasional deep dives into problems Iβve solved (or struggled with)
The stack
This site is built with Astro, styled with Tailwind CSS, and deployed as a static site. Blog posts are just markdown files in a git repo where I can write and publish from my phone.
// The simplest possible workflow
const post = await getEntry('blog', 'hello-world');
const { Content } = await render(post);
Final thought
Thats it for now. The goal here is just a quiet place to write down what Iβm thinking. No newsletter, no metrics dashboard, no growth funnel. Just notes. More soon.