shipped / fixed / learned
Log
A dev-log of what I build, fix, learn, document, and ship over time.
$ ls ./content/blog
A blog for project notes, engineering decisions, experiments, lessons, and small ideas worth keeping.
Building this portfolio as a quiet system
Why this site is built as a small static system with Markdown content, clear sections, and almost no backend dependency.
- astro
- portfolio
- content
Content first, code second
A short note on why the portfolio content lives in Markdown instead of being hard-coded inside Astro components.
- markdown
- architecture
- astro
Field notes from AI and IoT experiments
A practical note from crop monitoring experiments using sensors, Flutter, vector search, and RAG-oriented prototypes.
- ai
- iot
- flutter
- qdrant
Reducing backend boilerplate with generic services
Notes from experimenting with reusable CRUD behavior in NestJS and Fastify.
- nestjs
- fastify
- backend