Why I'm writing
I've been building things on the web, play with AI/ML projects for a while now, and I've accumulated a lot of half-formed thoughts that never make it out of my notes app.
This blog is an attempt to change that.-
What you can expect
Mostly short, practical posts about things I'm working on or learning:
- AI / ML realted contents
- Python/ FastAPI contents
- Web development
- Things that took me longer to figure out than they should have
- Occasional opinion pieces about tools and approaches
The stack
This blog is built with:
- Next.js 14 with the App Router
- MDX for writing posts like this one with Markdown
- Tailwind CSS for styling
- Giscus for comments (backed by GitHub Discussions)
- Hosted on Vercel
No database. No auth. Just files.
print('Hello, World. My lovely visitors')
Simple. Fast. Easy to maintain.
If you have thoughts, leave a comment below.