Welcome
This is the first post on my blog. I’ve been building things for a while now and figured it’s time to start writing about it.
What to Expect
I’ll be writing about the things I work on:
- Swift & iOS development — lessons learned from building Cosmotrak and Habitrak
- Web development — SvelteKit, component libraries, and frontend architecture
- Machine learning — computer vision, model training, and practical ML applications
- Computer architecture — photonic computing and the future of hardware
Why a Blog?
Mostly because I want to document what I learn. Writing forces you to actually understand something instead of just vibing with it. If someone else finds it useful, even better.
The best way to learn is to teach.
The Stack
This blog is powered by mdsvex — markdown files that get compiled into Svelte components at build time. No database, no CMS. Just markdown files in a git repo.
// that's it. that's the blog.
const post = await import(`../content/blog/${slug}.md`); More posts coming soon.