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.

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