Article series
Some pieces are chapters, not standalone articles โ a planned run with an order, a shared frame, and a payoff that only lands across the whole set. This is the list of them and where each one stands.
Each series gets its own tracker doc in this folder: a table of its posts up top,
then whatever frame, exercises, or code repo the series is built on. Membership
is also recorded on the articles themselves, via the series front-matter field
(series.name matches the tracker's slug) โ see the Series section of
ARTICLES.md for the field shape and the fmc queries that read it.
The listโ
| series | slug | tracker | posts | status |
|---|---|---|---|---|
| The Borrow Checker | borrow-checker | borrow-checker.md | 0 / 9 live ยท 1 drafted | writing โ post 1 drafted, exercises next |
| Solana Economics | solana-economics | folder README | see README | in progress โ predates this convention, tracker not yet backfilled |
| Why Go for microservices | go-microservices | โ | 0 / ? | idea โ not yet scaffolded |
How a series moves through hereโ
The portfolio-side lifecycle, which is all this list tracks:
- Idea โ a title and a rough arc. Lives as a row here, no tracker yet.
- Scaffolded โ a tracker doc exists with the full post list and the frame.
- Running โ doing the exercises, capturing real output/errors/benchmarks. The insight from actually doing the work is the point; posts get written from it, not from memory.
- Written โ the markdown exists, clean,
draft: true. - Live โ
draft: false,seriesfield set on each member article.
Social-content distribution is a separate pipeline (social-content/) and a
later phase โ it isn't tracked here. This list is about the articles themselves.
Backlog โ series worth pulling off the pileโ
Not committed, just parked so they aren't re-derived from scratch later:
- Solana Economics already exists as a folder with a plan-style README that
links every intended post. It's a series in everything but the metadata โ
backfill a tracker here and set
series.name: solana-economicson its members when convenient. - Why Go for microservices โ the case for Go as the default microservice language. Idea only; scaffold when it's next up.
Comments
No comments yet. Be the first!