1 post tagged backend.

← all topics

+ 90 one-off topics

Tagged backend

page 1 / 1
  1. The Six-File Problem: How I Learned to Stop Orchestrating and Love the Queue

    I didn’t build a CMS — I built an escape route from one. This post tells the story of Wryte, a Markdown-first sync layer between GitHub and Convex, and how six tiny files exposed the real problem with Promise.all, rate limits, and naive bulk processing.

    #backend #Software Engineer