Hello World
A quick hello and rebuild of my site
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);
That’s it for now. More soon.