Skip to content
Draft1 min read

Coming soon

  • #meta

This is a stub entry so the blog listing and route have something to render. Will update this soon.

How posts are structured

Each post is an entry in the POSTS array in lib/blog.ts. The body is an array of typed blocks (paragraph, heading, code, list). Add a block, write the text, and the post page renders it.

What I'll publish here

  • Backend architecture notes from production Django + FastAPI systems.
  • Auth patterns — JWT, RBAC, refresh-token rotation.
  • PostgreSQL — query plans, indexing, what actually matters at scale.
  • Occasional ML/LLM integration writeups when there's something to say.