[{"data":1,"prerenderedAt":608},["ShallowReactive",2],{"post-\u002Fblog\u002Fa-privacy-policy-you-can-diff":3,"blog-all":106},{"id":4,"title":5,"author":6,"body":7,"category":86,"date":87,"description":88,"draft":89,"extension":90,"image":91,"meta":92,"navigation":93,"path":94,"project":95,"readingMinutes":96,"seo":97,"series":98,"seriesOrder":99,"stem":100,"tags":101,"__hash__":105},"blog\u002Fblog\u002Fa-privacy-policy-you-can-diff.md","A Privacy Policy You Can Diff","EkoHacks Team",{"type":8,"value":9,"toc":79},"minimark",[10,14,19,22,25,29,32,43,46,53,57,60,63,67,70,73,76],[11,12,13],"p",{},"Two posts ago we changed our privacy policy and said the change was in the commit. That was true and nearly useless, because the repository is private and a reader cannot open a commit. This post makes the history part of the page. Every legal page on the site now ends with a list of every change to its text since it was first published: the date, a one line summary, and the exact lines that moved, which a reader can open and read without trusting anybody.",[15,16,18],"h2",{"id":17},"policy-as-code","Policy as code",[11,20,21],{},"A privacy policy is a promise about behaviour, and behaviour changes. The usual way to handle that is a line at the top saying \"last updated\" followed by a date that someone is supposed to remember to change, and a sentence further down encouraging you to check back periodically. Our policy had both. Neither tells you what changed. A date tells you that something did, and you are left to diff it against your memory.",[11,23,24],{},"Our legal pages are markdown files in the same repository as the rest of the site, which means they have the same history as the code: every change is a commit with a date, an author, a summary and a diff. That history already existed. The only work was to bring it to the page.",[15,26,28],{"id":27},"the-change","The change",[11,30,31],{},"A short script runs before every build. For each legal page it asks git for the commits that touched the file, following the file through the one move it has made, and for each commit it keeps the date, the summary, and the diff of the text with the headers stripped:",[33,34,39],"pre",{"className":35,"code":37,"language":38},[36],"language-text","git log --follow -p --unified=2 -M --format=\u003Chash>\u003Cdate>\u003Csubject> -- content\u002Flegal\u002Fprivacy-policy.md\n","text",[40,41,37],"code",{"__ignoreMap":42},"",[11,44,45],{},"Commits that moved the file without changing a word are dropped, because a move is not a change a reader needs to see. The result is written to a JSON file the page reads. The page shows the newest date at the top as \"last changed\", and a section at the bottom with one entry per change, each a disclosure that opens to the diff, additions in green and removals in red.",[11,47,48,49,52],{},"The hand kept ",[40,50,51],{},"updated"," field came out of the frontmatter and out of the schema, because a date that is derived from the history cannot drift from it, and a date someone types can. The sitemap, which had been reading that field, now reads the same history file, so the date a crawler sees for a legal page is the date its text last changed. And the three sentences that promised to update a \"last updated\" date now say what actually happens: every change is listed at the bottom of the page.",[15,54,56],{"id":55},"what-the-history-shows","What the history shows",[11,58,59],{},"The privacy policy has changed three times since it came into the repository in June. The first entry is its arrival. The second is the counter, twelve lines added and two removed, in the same commit as the script that needed them. The third is the inventory, forty nine lines added and three removed. Open the second one and the diff shows the sentence that said we used no analytics being replaced by the sentence that says what we count, in the same change that started counting. That is the promise from post seven, kept in a form a reader can check.",[11,61,62],{},"The terms of service show a change from the twenty second of August adding seven lines and removing none. That is the commit that fixed the bold labels, and it is in the list because it changed the file, which is the right answer: the history shows what changed, not what we think was important.",[15,64,66],{"id":65},"the-part-we-could-not-know-from-a-laptop","The part we could not know from a laptop",[11,68,69],{},"The script reads history from the checkout the build runs in. On a laptop that is the whole repository. On the host, a build starts from a fresh clone, and hosts often clone shallow, one commit deep, to save time. A shallow clone would give every page a history of one entry, today, and a changelog that lied by omission on its first day.",[11,71,72],{},"So the script checks whether the checkout is shallow, tries to deepen it, and if it cannot, says so in the file it writes, and the page says so too, in a sentence under the heading: the build that made this page could not read the full history. We wrote that sentence before we knew whether it would show.",[11,74,75],{},"It did not show. The first build on the host produced the full history, four entries on the privacy policy: the three changes above, and a fourth, the commit that added the changelog, which removed the hand kept date and rewrote the sentence about updates. The changelog lists the change that created it, at the top, with its own diff. What we cannot tell from the page is whether the host's clone was complete to begin with or our deepening step made it so, because the script does not record which path it took. That is a small gap in the evidence and we are noting it rather than guessing.",[11,77,78],{},"The number for today: four changes on the privacy policy, each one readable line by line, and no date anyone has to remember to update.",{"title":42,"searchDepth":80,"depth":80,"links":81},2,[82,83,84,85],{"id":17,"depth":80,"text":18},{"id":27,"depth":80,"text":28},{"id":55,"depth":80,"text":56},{"id":65,"depth":80,"text":66},"Shipping and Operations","2026-08-23T16:00:00.000Z","Our legal pages are files in the same repository as the site. Each now lists every change to its text, with the date and the diff, drawn from git at build time.",false,"md",null,{},true,"\u002Fblog\u002Fa-privacy-policy-you-can-diff","ekohacks.com",6,{"title":5,"description":88},"From Invisible to Findable",9,"blog\u002Fa-privacy-policy-you-can-diff",[102,103,104],"privacy","operations","nuxt","pUmtq27YIXiaCcVjDmhWgfkkxAlZTV9kqVYS1l0WflI",[107,119,128,130,142,149,158,165,172,181,189,198,205,212,225,234,241,248,257,265,273,283,290,298,306,312,318,327,335,345,353,360,371,379,385,395,404,412,420,428,436,443,451,459,466,472,479,488,496,503,510,519,525,533,539,547,553,562,569,576,584,590,596,602],{"path":108,"title":109,"description":110,"date":111,"author":6,"image":112,"readingMinutes":96,"category":113,"project":114,"tags":115,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fa-branch-is-inventory","A Branch Is Inventory","Unintegrated code is stock in a warehouse, and it depreciates. Our branch was one merge behind the trunk and that was enough for a conflict. What waiting costs.","2026-07-09T09:38:00.000Z","\u002Fimages\u002Fblog\u002Fa-branch-is-inventory-hero.jpg","Craft and Practice","The Dojo",[116,117,118],"git","continuous-integration","craft",{"path":120,"title":121,"description":122,"date":123,"author":6,"image":91,"readingMinutes":124,"category":86,"project":95,"tags":125,"draft":89,"series":98,"seriesOrder":127},"\u002Fblog\u002Fa-map-drawn-by-the-build","A Map Drawn by the Build","Thirty six of our pages had never been visited by Google because nothing said they existed. The sitemap is drawn from the build, and it found a draft.","2026-08-22T20:30:00.000Z",7,[126,103,104],"seo",3,{"path":94,"title":5,"description":88,"date":87,"author":6,"image":91,"readingMinutes":96,"category":86,"project":95,"tags":129,"draft":89,"series":98,"seriesOrder":99},[102,103,104],{"path":131,"title":132,"description":133,"date":134,"author":6,"image":135,"readingMinutes":124,"category":136,"project":137,"tags":138,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fan-off-switch-not-a-disguise","An Off Switch, Not a Disguise","A Nullable differs from a stub in whether production code can tell the fake is there. Finding the word fixed a socket wrapper that had been lying to its tests.","2026-07-20T09:05:00.000Z","\u002Fimages\u002Fblog\u002Fan-off-switch-not-a-disguise-hero.jpg","Testing and TDD","EkoLite",[139,140,141],"nullables","testing","websocket",{"path":143,"title":144,"description":145,"date":146,"author":6,"image":147,"readingMinutes":148,"category":113,"project":91,"tags":91,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fbuilding-engineering-teams-that-learn-together","Building Engineering Teams That Learn Together","The strongest engineering teams are not the ones with the most talented individuals. They are the ones that have learned how to learn together.","2026-02-05T09:00:00.000Z","\u002Fimages\u002Fblog\u002Fteams-that-learn-together-hero.jpg",4,{"path":150,"title":151,"description":152,"date":153,"author":6,"image":154,"readingMinutes":148,"category":86,"project":114,"tags":155,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fderived-state-recompute","The Fix Was Merged, but the Numbers Were Still Wrong","We fixed a scoring bug, reviewed it, merged it, and production still showed the old numbers. Derived data is a cache that goes stale, and it must be recomputed.","2026-07-08T21:43:55.000Z","\u002Fimages\u002Fblog\u002Fderived-state-recompute-hero.jpg",[103,156,157],"deployment","idempotency",{"path":159,"title":160,"description":161,"date":162,"author":163,"image":164,"readingMinutes":96,"category":86,"project":91,"tags":91,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fdockerising-nestjs-nuxt-monorepo-with-pnpm","Dockerising a NestJS and Nuxt Monorepo with pnpm","Dockerising a NestJS and Nuxt monorepo with pnpm: separate multi stage Dockerfiles for development and production, one Compose file, reproducible environments.","2026-02-09T09:00:00.000Z","Ogochukwu Okpala","\u002Fimages\u002Fblog\u002Fdocker-monorepo-hero.png",{"path":166,"title":167,"description":168,"date":169,"author":6,"image":91,"readingMinutes":124,"category":86,"project":95,"tags":170,"draft":89,"series":98,"seriesOrder":171},"\u002Fblog\u002Ffifty-posts-and-an-empty-robots-txt","Fifty Posts and an Empty robots.txt","Our site scored 100 for SEO and nobody could find it. The audit that started a series on making a site findable, and on what measuring visitors costs them.","2026-08-21T14:30:00.000Z",[126,103,118],0,{"path":173,"title":174,"description":175,"date":176,"author":6,"image":177,"readingMinutes":148,"category":113,"project":114,"tags":178,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Ffrom-convention-to-plugin","From Convention to Plugin","A five step procedure for webhook signature checks, easy to forget and silent when you did, became one Fastify plugin. The safe path is now impossible to skip.","2026-04-17T08:26:12.000Z","\u002Fimages\u002Fblog\u002Ffrom-convention-to-plugin-hero.jpg",[118,179,180],"fastify","security",{"path":182,"title":183,"description":184,"date":185,"author":6,"image":186,"readingMinutes":187,"category":86,"project":114,"tags":188,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fintegrate-against-the-trunk","Integrate Against the Trunk, Not Your Copy of It","A rebase onto a stale local main succeeds, looks resolved, and leaves the pull request conflicting. Everything on your machine is a photograph of the trunk.","2026-07-09T09:22:00.000Z","\u002Fimages\u002Fblog\u002Fintegrate-against-the-trunk-hero.jpg",5,[116,117,103],{"path":190,"title":191,"description":192,"date":193,"author":6,"image":194,"readingMinutes":148,"category":113,"project":114,"tags":195,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Flandmines","Landmines","Most CLAUDE.md files grow because documenting a convention feels like progress. Ours holds landmines only: facts the code cannot tell you, costly to step on.","2026-04-17T10:15:06.000Z","\u002Fimages\u002Fblog\u002Flandmines-hero.jpg",[118,196,197],"documentation","ai-agents",{"path":199,"title":200,"description":201,"date":202,"author":6,"image":203,"readingMinutes":96,"category":86,"project":114,"tags":204,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fnever-break-the-build","Never Break the Build","If the software worked five minutes ago, only five minutes of change can be to blame. What a green trunk buys, who pays for it, and a check that could not fail.","2026-07-09T09:54:00.000Z","\u002Fimages\u002Fblog\u002Fnever-break-the-build-hero.jpg",[117,103,140],{"path":206,"title":207,"description":208,"date":209,"author":6,"image":91,"readingMinutes":124,"category":86,"project":95,"tags":210,"draft":89,"series":98,"seriesOrder":80},"\u002Fblog\u002Fone-address-per-page","One Address per Page","Every page on our site answered with a redirect before it answered with a page. How we made the build emit one address, declare it, and check it live.","2026-08-22T18:30:00.000Z",[126,103,104,211],"netlify",{"path":213,"title":214,"description":215,"date":216,"author":6,"image":217,"readingMinutes":148,"category":218,"project":219,"tags":220,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fone-command-three-policies","One Command, Three Policies, Zero Duplication","Preflight, cut and ship each worked alone before one command composed them. Why the composition layer is forty lines, and how the scrollback became the record.","2026-07-21T17:20:00.000Z","\u002Fimages\u002Fblog\u002Fone-command-three-policies-hero.jpg","Design and Architecture","The EkoHacks CLI",[221,222,223,224],"composition","cli-design","narration","encoding-the-release",{"path":226,"title":227,"description":228,"date":229,"author":6,"image":230,"readingMinutes":124,"category":218,"project":137,"tags":231,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fone-way-to-fail","One Way to Fail","Closing the convergence so an upload fails in the same error shape as every other call, mostly by deleting the code that made the two shapes differ.","2026-07-20T10:05:00.000Z","\u002Fimages\u002Fblog\u002Fone-way-to-fail-hero.jpg",[232,139,233],"design","error handling",{"path":235,"title":236,"description":237,"date":238,"author":6,"image":239,"readingMinutes":96,"category":86,"project":114,"tags":240,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fready-to-ship-not-ready-to-release","Ready to Ship, Not Ready to Release","Most teams hide a delay between saying done and being able to ship. Being ready to release at any moment, and why our deploy ships the commit that was tested.","2026-07-09T10:02:00.000Z","\u002Fimages\u002Fblog\u002Fready-to-ship-hero.jpg",[117,156,103],{"path":242,"title":243,"description":244,"date":245,"author":6,"image":246,"readingMinutes":96,"category":113,"project":114,"tags":247,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Frebase-or-merge-is-the-wrong-argument","Rebase or Merge Is the Wrong Argument","Both commands reconcile the same commits and hit the same conflicts. What differs is when you resolve them. The loud argument hides a quiet one: long branches.","2026-07-09T09:30:00.000Z","\u002Fimages\u002Fblog\u002Frebase-or-merge-hero.jpg",[116,117,118],{"path":249,"title":250,"description":251,"date":252,"author":6,"image":253,"readingMinutes":127,"category":218,"project":114,"tags":254,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Freconstructing-the-past","Reconstructing the Past","Connect a repository with a year of history and a trend curve reaches back months. How a system shows a past it never saw, recomputed from one source of truth.","2026-07-07T21:26:35.000Z","\u002Fimages\u002Fblog\u002Freconstructing-the-past-hero.jpg",[232,255,256],"data","onboarding",{"path":258,"title":259,"description":260,"date":261,"author":6,"image":91,"readingMinutes":96,"category":136,"project":219,"tags":262,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fretiring-a-board","Retiring a Board: User Testing a CLI Before You Ship It","An afternoon of user testing against a real Linear board, and the four findings a green test suite could never have written.","2026-08-01T10:20:00.000Z",[263,139,222,264],"user-testing","linear",{"path":266,"title":267,"description":268,"date":269,"author":6,"image":270,"readingMinutes":187,"category":136,"project":114,"tags":271,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fretrofitting-testing-without-mocks","Retrofitting Testing Without Mocks","The server had 37 vi.mock calls and no test that touched the database. Five steps to remove every mock with Nullables: real logic, real data, sociable tests.","2026-04-17T12:30:37.000Z","\u002Fimages\u002Fblog\u002Fretrofitting-without-mocks-hero.jpg",[140,139,272],"mocks",{"path":274,"title":275,"description":276,"date":277,"author":6,"image":278,"readingMinutes":148,"category":86,"project":219,"tags":279,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Frun-it-by-hand-until-it-is-boring","Run It by Hand Until It Is Boring","Releasing EkoLite was a document before it was a command, and stayed one until running it by hand had nothing left to teach us. Why we automate operations last.","2026-07-21T17:00:00.000Z","\u002Fimages\u002Fblog\u002Frun-it-by-hand-hero.jpg",[280,281,282,224],"automation","releasing","process",{"path":284,"title":285,"description":286,"date":252,"author":6,"image":287,"readingMinutes":127,"category":86,"project":114,"tags":288,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fsafe-to-run-twice","Safe to Run Twice","Connect the same repository twice, or let a webhook redeliver an event. Idempotency in two halves: writes through a natural key, side effects behind a ledger.","\u002Fimages\u002Fblog\u002Fsafe-to-run-twice-hero.jpg",[103,157,289],"webhooks",{"path":291,"title":292,"description":293,"date":294,"author":6,"image":91,"readingMinutes":96,"category":86,"project":114,"tags":295,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fsource-or-execute","Source or Execute","Our dojo laptops are provisioned by one bash script of nearly twelve hundred lines. Splitting it into modules is two decisions, not one, and we chose a hybrid.","2026-08-01T09:00:00.000Z",[296,297,221,103],"shell","provisioning",{"path":299,"title":300,"description":301,"date":91,"author":302,"image":303,"readingMinutes":304,"category":218,"project":305,"tags":91,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fstage-then-transform-why-your-crawler-should-never-touch-production-tables","Stage, Then Transform: Crawlers Stay Out of Production","Where data from an external source lands first decides whether the pipeline still works in six months. The staging pattern, shown with a crawler we build now.","EkoHacks","\u002Fimages\u002Fblog\u002Fstage-then-transform-hero.jpg",1,"Propi",{"path":307,"title":308,"description":309,"date":310,"author":6,"image":91,"readingMinutes":124,"category":136,"project":95,"tags":311,"draft":89,"series":98,"seriesOrder":187},"\u002Fblog\u002Ftelling-the-machine-what-the-page-is","Telling the Machine What the Page Is","Structured data on every post, and a test that runs after each build and fails it when a page lacks what a crawler needs. First run: forty nine problems.","2026-08-22T23:30:00.000Z",[126,140,104],{"path":313,"title":314,"description":315,"date":316,"author":6,"image":317,"readingMinutes":80,"category":136,"project":91,"tags":91,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Ftest-driven-development-is-not-about-tests","Test Driven Development Is Not About Tests","TDD is widely misunderstood. It is not a testing strategy. It is a design tool that produces simpler, more focused code by making you think before you type.","2026-02-01T09:00:00.000Z","\u002Fimages\u002Fblog\u002Ftdd-not-about-tests-hero.jpg",{"path":319,"title":320,"description":321,"date":322,"author":6,"image":323,"readingMinutes":187,"category":136,"project":219,"tags":324,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Ftesting-a-release-without-releasing","Testing a Release Without Releasing","How to test watch CI until green, then merge, hundreds of times a day with no CI in sight. Nullables, output trackers, and a fake that copies GitHub shapes.","2026-07-21T17:10:00.000Z","\u002Fimages\u002Fblog\u002Ftesting-a-release-without-releasing-hero.jpg",[139,325,326,224],"testing-without-mocks","james-shore",{"path":328,"title":329,"description":330,"date":331,"author":6,"image":91,"readingMinutes":96,"category":136,"project":114,"tags":332,"draft":89,"series":334,"seriesOrder":304},"\u002Fblog\u002Fthe-best-coverage-number-in-the-room","The Best Coverage Number in the Room","Same commit, same spec, same test count. The mocked suite ran 5.6 times faster, covered 3.5 fewer points of real code, and posted the best branch coverage.","2026-08-27T12:00:00.000Z",[140,139,272,333],"coverage","What Mocks Cost",{"path":336,"title":337,"description":338,"date":339,"author":6,"image":340,"readingMinutes":187,"category":218,"project":137,"tags":341,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-bug-that-resolved-successfully","The Bug That Resolved Successfully","A bug that threw no error and dropped every document because the client guessed a collection from a name. The fix was one honest field on the ready message.","2026-07-05T10:16:16.000Z","\u002Fimages\u002Fblog\u002Fbug-resolved-successfully-hero.jpg",[342,343,140,344],"protocol","pubsub","tdd",{"path":346,"title":347,"description":348,"date":349,"author":6,"image":350,"readingMinutes":96,"category":136,"project":137,"tags":351,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-clock-that-learned-to-walk","The Clock That Learned to Walk","A stub clock that teleported to the end of the window instead of passing through time, so a timer set inside another never fired. A real clock model fixed it.","2026-07-07T22:44:42.000Z","\u002Fimages\u002Fblog\u002Fthe-clock-that-learned-to-walk-hero.jpg",[139,140,352],"refactoring",{"path":354,"title":355,"description":356,"date":357,"author":6,"image":358,"readingMinutes":187,"category":113,"project":114,"tags":359,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-conflict-nobody-wrote","The Conflict Nobody Wrote","A pull request conflicted in a file neither author had typed into. A generated document recorded test line numbers, both branches shifted them, git merges text.","2026-07-09T09:14:00.000Z","\u002Fimages\u002Fblog\u002Fthe-conflict-nobody-wrote-hero.jpg",[116,117,118],{"path":361,"title":362,"description":363,"date":364,"author":6,"image":365,"readingMinutes":366,"category":86,"project":114,"tags":367,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-container-that-wasnt-there","The Container That Wasn't There","Production served HTML where the browser asked for JavaScript, and nothing in our code had changed. A week debugging a platform we cannot see inside.","2026-07-17T14:30:00.000Z","\u002Fimages\u002Fblog\u002Fcontainer-that-wasnt-there-hero.jpg",8,[103,368,369,370],"debugging","european-tech","community",{"path":372,"title":373,"description":374,"date":375,"author":6,"image":376,"readingMinutes":96,"category":218,"project":137,"tags":377,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-design-we-never-drew","The Design We Never Drew","How the upload path in EkoLite arrived rather than being drawn, and the two habits, test first and integrate always, that turn an emerging shape into a design.","2026-07-20T10:00:00.000Z","\u002Fimages\u002Fblog\u002Fthe-design-we-never-drew-hero.jpg",[232,344,378],"continuous integration",{"path":380,"title":381,"description":382,"date":383,"author":6,"image":384,"readingMinutes":148,"category":113,"project":91,"tags":91,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-dojo-way-deliberate-practice-for-software-developers","The Dojo Way: Deliberate Practice for Software Developers","Most developers learn on the job, and the job rarely teaches the fundamentals. The Dojo borrows from martial arts to make a space for deliberate practice.","2026-01-22T09:00:00.000Z","\u002Fimages\u002Fblog\u002Fthe-dojo-way-hero.jpg",{"path":386,"title":387,"description":388,"date":389,"author":6,"image":390,"readingMinutes":124,"category":113,"project":114,"tags":391,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-done-column-is-a-syllabus","The Done Column Is a Syllabus","We asked Linear for every story our team has ever finished, all 187 of them, and read the column end to end. It turned out to be the course we teach.","2026-07-31T09:00:00.000Z","\u002Fimages\u002Fblog\u002Fdone-column-syllabus-hero.jpg",[392,393,394,264],"graphql","stories","xp",{"path":396,"title":397,"description":398,"date":399,"author":6,"image":400,"readingMinutes":187,"category":136,"project":219,"tags":401,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-failing-test-is-the-review","The Failing Test Is the Review","Every behaviour in the CLI landed as two commits: a red test, then the code that makes it green. Reviewing intent before implementation, and why red never bent.","2026-07-21T17:05:00.000Z","\u002Fimages\u002Fblog\u002Fthe-failing-test-is-the-review-hero.jpg",[344,402,403,224],"red-first","code-review",{"path":405,"title":406,"description":407,"date":408,"author":6,"image":409,"readingMinutes":187,"category":86,"project":219,"tags":410,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-first-real-run-said-no","The First Real Run Said No","The tool's first real outing ended with FAIL and a stopped rail, and we count it as a success. A naive sounding question then uncovered a quiet failure mode.","2026-07-21T17:25:00.000Z","\u002Fimages\u002Fblog\u002Fthe-first-real-run-said-no-hero.jpg",[281,411,116,224],"preflight",{"path":413,"title":414,"description":415,"date":416,"author":6,"image":417,"readingMinutes":187,"category":86,"project":137,"tags":418,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-five-second-goodbye","The Five Second Goodbye","A shutdown that arms its own deadline so a hung close cannot strand the process, with the policy lifted out of the boot shell so every decision can be tested.","2026-07-05T12:03:00.000Z","\u002Fimages\u002Fblog\u002Fthe-five-second-goodbye-hero.jpg",[419,139,140],"shutdown",{"path":421,"title":422,"description":423,"date":424,"author":6,"image":425,"readingMinutes":96,"category":86,"project":137,"tags":426,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-framework-in-the-description-field","The Framework in the Description Field","Our package called itself a framework, but it could not be installed. The fix was to stop trusting the build and become the stranger who installs the tarball.","2026-07-08T17:28:39.000Z","\u002Fimages\u002Fblog\u002Fframework-description-field-hero.jpg",[427,140,118],"packaging",{"path":429,"title":430,"description":431,"date":432,"author":6,"image":433,"readingMinutes":148,"category":218,"project":219,"tags":434,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-gate-always-asks","The Gate Always Asks","A release automates things you cannot take back, so which of them may a machine do without asking a human? Pauses, and a yes flag that opens no door.","2026-07-21T17:15:00.000Z","\u002Fimages\u002Fblog\u002Fthe-gate-always-asks-hero.jpg",[280,435,232,224],"human-in-the-loop",{"path":437,"title":438,"description":439,"date":440,"author":6,"image":441,"readingMinutes":96,"category":86,"project":114,"tags":442,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-gate-went-red-and-it-was-right","The Gate Went Red, and It Was Right","We added the missing check on our API specification and it failed on its first run, because the file was never a function of the source. A clean machine saw it.","2026-07-09T10:10:00.000Z","\u002Fimages\u002Fblog\u002Fgate-went-red-hero.jpg",[117,103,118],{"path":444,"title":445,"description":446,"date":447,"author":6,"image":448,"readingMinutes":96,"category":86,"project":137,"tags":449,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-knock-and-the-axe","The Knock and the Axe","SIGTERM is a request your process can hear and SIGKILL is removal it never sees, and the fixed window between them is exactly where graceful shutdown lives.","2026-07-20T12:00:00.000Z","\u002Fimages\u002Fblog\u002Fthe-knock-and-the-axe-hero.jpg",[419,103,450],"signals",{"path":452,"title":453,"description":454,"date":455,"author":6,"image":456,"readingMinutes":366,"category":113,"project":137,"tags":457,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-line-nothing-could-see","The Line Nothing Could See","Reviewing the reasoning under a refactor, not only the diff. Ask of every line what can observe it, and back each review claim with a test the author can run.","2026-07-07T22:43:00.000Z","\u002Fimages\u002Fblog\u002Fthe-line-nothing-could-see-hero.jpg",[403,352,458,140],"teaching",{"path":460,"title":461,"description":462,"date":463,"author":6,"image":464,"readingMinutes":96,"category":218,"project":137,"tags":465,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-long-way-round","The Long Way Round","The count a method computes reaches the screen not through its return value but by being written into a collection a client subscribes to, EkoLite's channel.","2026-07-20T11:05:00.000Z","\u002Fimages\u002Fblog\u002Fthe-long-way-round-hero.jpg",[232,343,139],{"path":467,"title":468,"description":469,"date":470,"author":6,"image":91,"readingMinutes":124,"category":86,"project":95,"tags":471,"draft":89,"series":98,"seriesOrder":304},"\u002Fblog\u002Fthe-page-that-existed-only-when-someone-linked-to-it","The Page That Existed Only When Someone Linked to It","Our blog vanished in production while passing every local check. How we found the cause, fixed it twice, and how the fix gave every page a twin.","2026-08-22T16:00:00.000Z",[126,103,104],{"path":473,"title":474,"description":475,"date":476,"author":6,"image":477,"readingMinutes":366,"category":86,"project":114,"tags":478,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-previews-that-served-production","The Previews That Served Production","Two weeks after the container that was not there, the same impossible error came back. The orphans were our own pull request previews. One diagnosis was wrong.","2026-07-31T17:00:00.000Z","\u002Fimages\u002Fblog\u002Fpreviews-served-production-hero.jpg",[103,368,369,370],{"path":480,"title":481,"description":482,"date":483,"author":6,"image":484,"readingMinutes":148,"category":113,"project":219,"tags":485,"draft":93,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-release-is-the-acceptance-test","The Release Is the Acceptance Test","Not a green suite, not a good demo: a real version of a real package, live on npm, shipped by the tool. What red first tests proved, and what only reality did.","2026-07-21T17:35:00.000Z","\u002Fimages\u002Fblog\u002Frelease-acceptance-test-hero.jpg",[281,486,487,224],"dogfooding","acceptance-testing",{"path":489,"title":490,"description":491,"date":492,"author":6,"image":493,"readingMinutes":124,"category":136,"project":137,"tags":494,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-script-that-never-ran","The Script That Never Ran","Joining two abilities EkoLite already had, a method that runs and a runner that shells out, and proving the join with a nulled runner before any script exists.","2026-07-20T11:00:00.000Z","\u002Fimages\u002Fblog\u002Fthe-script-that-never-ran-hero.jpg",[140,139,495],"scriptrunner",{"path":497,"title":498,"description":499,"date":500,"author":6,"image":91,"readingMinutes":366,"category":86,"project":95,"tags":501,"draft":89,"series":98,"seriesOrder":96},"\u002Fblog\u002Fthe-small-things-the-crawler-notices","The Small Things the Crawler Notices","Speed is the part of findability you can measure on a laptop. Fonts and images we shipped without looking, an error page we did not have, and the numbers after.","2026-08-23T10:00:00.000Z",[126,103,502],"performance",{"path":504,"title":505,"description":506,"date":507,"author":6,"image":508,"readingMinutes":124,"category":136,"project":137,"tags":509,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-test-that-could-not-fail","The Test That Could Not Fail","A green test that stayed green when we deleted the behaviour it was named after, and the single blunt question that exposed it.","2026-07-20T09:00:00.000Z","\u002Fimages\u002Fblog\u002Ftest-that-could-not-fail-hero.jpg",[140,139,141],{"path":511,"title":512,"description":513,"date":514,"author":302,"image":515,"readingMinutes":96,"category":113,"project":516,"tags":517,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-website-that-told-the-same-story-twice","The Website That Told the Same Story Twice","Our home and story pages felt like one story across two screens. Rather than argue by taste, we modelled our words as data and asked a database one question.","2026-06-06","\u002Fimages\u002Fblog\u002Fwebsite-same-story-twice-hero.jpg","The Website",[118,518,255,458],"content",{"path":520,"title":521,"description":522,"date":339,"author":6,"image":523,"readingMinutes":187,"category":136,"project":137,"tags":524,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-words-we-work-in","The Words We Work In","The vocabulary we test with, Nullable, embedded stub, stub object, output tracking, each grounded in real code so a review points at a line, never at taste.","\u002Fimages\u002Fblog\u002Fthe-words-we-work-in-hero.jpg",[139,140,118,458],{"path":526,"title":527,"description":528,"date":514,"author":302,"image":529,"readingMinutes":148,"category":113,"project":516,"tags":530,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fthe-workflow-is-the-lesson","The Workflow Is the Lesson","We are moving our content out of a cloud CMS and into git. Why a school that teaches a keyboard first way of working should practise it in the open, and how.","\u002Fimages\u002Fblog\u002Fworkflow-lesson-hero.png",[531,116,458,532],"workflow","accessibility",{"path":534,"title":535,"description":536,"date":537,"author":6,"image":91,"readingMinutes":96,"category":136,"project":114,"tags":538,"draft":89,"series":334,"seriesOrder":80},"\u002Fblog\u002Ftwenty-six-more-tests-four-fewer-behaviours","Twenty Six More Tests, Four Fewer Behaviours","Removing the mocks grew the suite from 44 tests to 70 and quietly deleted four behaviours, every one of them a failure path. Test count is not coverage.","2026-08-28T09:00:00.000Z",[140,139,272,333],{"path":540,"title":541,"description":542,"date":543,"author":6,"image":544,"readingMinutes":124,"category":86,"project":114,"tags":545,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Ftwo-hands-on-one-lever","Two Hands on One Lever","Our deploy failed with a deploy already in progress while the commit it wanted to ship was going live. Anatomy of a benign collision and a trigger safe to lose.","2026-07-23T09:00:00.000Z","\u002Fimages\u002Fblog\u002Ftwo-hands-on-one-lever-hero.jpg",[103,157,546],"observability",{"path":548,"title":549,"description":550,"date":551,"author":6,"image":91,"readingMinutes":124,"category":136,"project":114,"tags":552,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Ftwo-hundred-and-fourteen-undecided","Two Hundred and Fourteen Undecided","An accessibility scanner found three faults on the dojo, we fixed them, and the next run came back clean. The clean run was the dangerous one.","2026-08-22T12:00:00.000Z",[532,140,232,118],{"path":554,"title":555,"description":556,"date":557,"author":6,"image":558,"readingMinutes":127,"category":218,"project":114,"tags":559,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Ftwo-validators-one-gate","Two Validators, One Gate","Validating one request body twice, with a Fastify schema and again with Zod, is not double safety. The second gate is unreachable. One validator; Zod for types.","2026-07-07T22:06:46.000Z","\u002Fimages\u002Fblog\u002Ftwo-validators-one-gate-hero.jpg",[232,560,561],"validation","typescript",{"path":563,"title":564,"description":565,"date":566,"author":6,"image":567,"readingMinutes":96,"category":86,"project":114,"tags":568,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fwe-are-all-doing-asynchronous-integration","We Are All Doing Asynchronous Integration","A continuous integration server is not continuous integration. The forge tests your work after you have moved on. Our build takes three minutes; no excuse.","2026-07-09T09:46:00.000Z","\u002Fimages\u002Fblog\u002Fasynchronous-integration-hero.jpg",[117,103,156],{"path":570,"title":571,"description":572,"date":573,"author":6,"image":91,"readingMinutes":124,"category":86,"project":95,"tags":574,"draft":89,"series":98,"seriesOrder":124},"\u002Fblog\u002Fwe-promised-not-to-watch-then-we-needed-to-see","We Promised Not to Watch. Then We Needed to See.","Our privacy policy said no analytics, and it was true. Adding a page counter meant reopening that promise in public: what we chose, what we refused, one commit.","2026-08-24T10:00:00.000Z",[102,103,575],"analytics",{"path":577,"title":578,"description":579,"date":580,"author":6,"image":581,"readingMinutes":96,"category":86,"project":219,"tags":582,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fwhat-one-real-release-taught-us","What One Real Release Taught Us in an Afternoon","Two crashes and one near miss within minutes of touching the real GitHub, because we had refused to fake it. The race we never met, the merge that never came.","2026-07-21T17:30:00.000Z","\u002Fimages\u002Fblog\u002Fone-real-release-hero.jpg",[281,583,139,224],"failure-modes",{"path":585,"title":586,"description":587,"date":588,"author":6,"image":91,"readingMinutes":96,"category":86,"project":95,"tags":589,"draft":89,"series":98,"seriesOrder":148},"\u002Fblog\u002Fwhat-the-link-looks-like-before-anyone-clicks","What the Link Looks Like Before Anyone Clicks","A link to any page on our site showed up as a bare rectangle of text. The share image is part of the page, and the build now puts one on every route.","2026-08-22T22:00:00.000Z",[126,103,104],{"path":591,"title":592,"description":593,"date":594,"author":6,"image":91,"readingMinutes":96,"category":136,"project":114,"tags":595,"draft":89,"series":334,"seriesOrder":127},"\u002Fblog\u002Fwhat-the-nullable-gave-back","What the Nullable Gave Back","One file, seven behaviours held fixed, the database swapped for a Nullable: about 180 times less time inside the tests, and coverage flat to two decimals.","2026-08-29T09:00:00.000Z",[140,139,272,333],{"path":597,"title":598,"description":599,"date":600,"author":6,"image":91,"readingMinutes":124,"category":86,"project":95,"tags":601,"draft":89,"series":98,"seriesOrder":366},"\u002Fblog\u002Fwhat-we-count-and-what-we-refuse-to-know","What We Count, and What We Refuse to Know","Every system that holds anything about a visitor, in one table in the privacy policy. Writing it found a form that no longer existed and one that wrote twice.","2026-08-23T14:00:00.000Z",[102,103,575],{"path":603,"title":604,"description":605,"date":606,"author":6,"image":607,"readingMinutes":148,"category":218,"project":91,"tags":91,"draft":89,"series":91,"seriesOrder":91},"\u002Fblog\u002Fwhy-good-software-starts-with-the-right-questions","Why Good Software Starts with the Right Questions","Before writing a line of code, the most impactful thing a team can do is ask better questions. Discovery is not a phase to rush. It is the foundation.","2026-01-15T09:00:00.000Z","\u002Fimages\u002Fblog\u002Fright-questions-hero.jpg",1787861096087]