Hello, World
- Meta
- Astro
Welcome to my personal blog. I built this site with Astro as a static, zero-framework project — the whole thing ships as plain HTML and CSS with a sprinkle of inline JavaScript for the theme toggle and animated scroll reveals.
Why I built this site
I think it will be beneficial to publicize myself to the world in this personalized way, both for myself career-wise, and maybe possibly (just possibly) for viewers just looking to explore about someone or something.
What I’ll write about
Expect notes on the things I actually work on:
- Software engineering — API design, fullstack patterns, and the occasional war story from shipping real applications.
- AI, Agentic Infrastructure, Computer Vision — mostly from my research, where neural-network vision tracking had to run in real time on the field.
- Math — the parts that keep leaking into my code.
Adding a post
I guess this is more of a note to myself if anything. So, each post is a Markdown file in
the content/blog/ subdirectory. For each new .md file, give it the following format
for it to automatically populate.
---
title: "Title"
description: "Short summary"
date: YYYY-MM-DD
tags: ["Tag1", "Tag2"]
---
Post body here (.md).
More soon.
- Eugene