[{"data":1,"prerenderedAt":879},["ShallowReactive",2],{"post-\u002Fblog\u002Fwhat-we-count-and-what-we-refuse-to-know":3,"blog-all":381},{"id":4,"title":5,"author":6,"body":7,"category":361,"date":362,"description":363,"draft":364,"extension":365,"image":366,"meta":367,"navigation":368,"path":369,"project":370,"readingMinutes":371,"seo":372,"series":373,"seriesOrder":374,"stem":375,"tags":376,"__hash__":380},"blog\u002Fblog\u002Fwhat-we-count-and-what-we-refuse-to-know.md","What We Count, and What We Refuse to Know","EkoHacks Team",{"type":8,"value":9,"toc":354},"minimark",[10,14,19,22,26,29,32,35,38,42,45,200,203,207,334,337,341,344,347,350],[11,12,13],"p",{},"A privacy policy usually describes intentions. This one now contains a table, and the table is a claim that can be checked: every system that holds anything about a visitor to this site, what it holds, where it runs, why, and for how long, with the sentence underneath that if a system is not in the table it holds nothing about you. Writing that sentence honestly meant finding out whether it was true, and it was not quite.",[15,16,18],"h2",{"id":17},"the-reframe","The reframe",[11,20,21],{},"A policy that lists systems is checkable. A policy that says we take your privacy seriously is not, and neither is one that says we collect only what you give us, because the reader cannot see what that is. A table of systems can be compared against the code by anyone who can read both, and it can be compared against itself by the people who wrote it, which is what we did. The inventory is not a legal formality. It is a test of whether we know what our own site does.",[15,23,25],{"id":24},"what-the-inventory-found","What the inventory found",[11,27,28],{},"We went through the code that sends anything anywhere and wrote down where it went. Three things did not match the policy.",[11,30,31],{},"The policy described a workshop registration form collecting a name, a phone number, an experience level and a message. No page on the site rendered that form. Its component was still in the repository, along with a second contact form that called an endpoint deleted in June, and a hidden copy of both in the file our host uses to detect forms. None of it was reachable by a visitor, so no data was being collected, but the policy was describing a door that had been bricked up. Both components and the detection stubs are gone, and the policy now describes what replaced them: a seat on a course is booked on our dojo, where the checkout is provided by a payment company acting as merchant of record. That company was nowhere in the policy either, though it has taken payments since August. It is now in section 2, section 6, section 8 and the table.",[11,33,34],{},"The newsletter form wrote a subscriber's address to two places: the mailing service the policy named, and our host's form storage, which it did not. The second copy was a fallback somebody added and nobody documented. One datum, one system: the copy is gone, and the form now writes to the mailing service only.",[11,36,37],{},"And the contact form that visitors do use was fine, which we confirmed by reading the component the page actually renders rather than the one with the same name beside it.",[15,39,41],{"id":40},"what-we-count","What we count",[11,43,44],{},"Post seven added page views. This post adds three counts, and the word is chosen carefully. When someone subscribes to the newsletter, sends a contact message, or opens a seat booking, the site tells the counter that it happened:",[46,47,52],"pre",{"className":48,"code":49,"language":50,"meta":51,"style":51},"language-ts shiki shiki-themes github-dark","export function track(event: \"Newsletter signup\" | \"Contact sent\" | \"Seat booking opened\") {\n  if (typeof window === \"undefined\") return;\n  const plausible = (window as unknown as { plausible?: (name: string) => void }).plausible;\n  plausible?.(event);\n}\n","ts","",[53,54,55,100,130,185,194],"code",{"__ignoreMap":51},[56,57,60,64,67,71,75,79,82,86,89,92,94,97],"span",{"class":58,"line":59},"line",1,[56,61,63],{"class":62},"snl16","export",[56,65,66],{"class":62}," function",[56,68,70],{"class":69},"svObZ"," track",[56,72,74],{"class":73},"s95oV","(",[56,76,78],{"class":77},"s9osk","event",[56,80,81],{"class":62},":",[56,83,85],{"class":84},"sU2Wk"," \"Newsletter signup\"",[56,87,88],{"class":62}," |",[56,90,91],{"class":84}," \"Contact sent\"",[56,93,88],{"class":62},[56,95,96],{"class":84}," \"Seat booking opened\"",[56,98,99],{"class":73},") {\n",[56,101,103,106,109,112,115,118,121,124,127],{"class":58,"line":102},2,[56,104,105],{"class":62},"  if",[56,107,108],{"class":73}," (",[56,110,111],{"class":62},"typeof",[56,113,114],{"class":73}," window ",[56,116,117],{"class":62},"===",[56,119,120],{"class":84}," \"undefined\"",[56,122,123],{"class":73},") ",[56,125,126],{"class":62},"return",[56,128,129],{"class":73},";\n",[56,131,133,136,140,143,146,149,152,155,158,161,164,166,169,171,174,176,179,182],{"class":58,"line":132},3,[56,134,135],{"class":62},"  const",[56,137,139],{"class":138},"sDLfK"," plausible",[56,141,142],{"class":62}," =",[56,144,145],{"class":73}," (window ",[56,147,148],{"class":62},"as",[56,150,151],{"class":138}," unknown",[56,153,154],{"class":62}," as",[56,156,157],{"class":73}," { ",[56,159,160],{"class":69},"plausible",[56,162,163],{"class":62},"?:",[56,165,108],{"class":73},[56,167,168],{"class":77},"name",[56,170,81],{"class":62},[56,172,173],{"class":138}," string",[56,175,123],{"class":73},[56,177,178],{"class":62},"=>",[56,180,181],{"class":138}," void",[56,183,184],{"class":73}," }).plausible;\n",[56,186,188,191],{"class":58,"line":187},4,[56,189,190],{"class":69},"  plausible",[56,192,193],{"class":73},"?.(event);\n",[56,195,197],{"class":58,"line":196},5,[56,198,199],{"class":73},"}\n",[11,201,202],{},"The event is a name and nothing else. It does not carry the email address, the message, the seat, or any property that could be joined back to a person. It answers one question, whether the site's forms are used at all, and the answer is a number. The three events are named in the policy, in the sentence that says what they do not carry, and they appear as the fifth row of the table. The goals that display them were created by hand in the counter's dashboard, because we decided not to hold the key that can create them from code; that key can also delete the site, and we do not need it.",[15,204,206],{"id":205},"the-table","The table",[208,209,210,232],"table",{},[211,212,213],"thead",{},[214,215,216,220,223,226,229],"tr",{},[217,218,219],"th",{},"What",[217,221,222],{},"Held by",[217,224,225],{},"Where",[217,227,228],{},"Why",[217,230,231],{},"For how long",[233,234,235,253,269,286,303,318],"tbody",{},[214,236,237,241,244,247,250],{},[238,239,240],"td",{},"Contact messages",[238,242,243],{},"Netlify Forms",[238,245,246],{},"United States",[238,248,249],{},"To reply to you",[238,251,252],{},"Up to 12 months after our last message",[214,254,255,258,261,263,266],{},[238,256,257],{},"Newsletter subscriptions",[238,259,260],{},"Loops",[238,262,246],{},[238,264,265],{},"To send the newsletter you asked for",[238,267,268],{},"Until you unsubscribe, then 30 days",[214,270,271,274,277,280,283],{},[238,272,273],{},"Seat bookings",[238,275,276],{},"Paddle, and our Paddle account",[238,278,279],{},"United Kingdom",[238,281,282],{},"To deliver what you bought, and accounting law",[238,284,285],{},"Seven years",[214,287,288,291,294,297,300],{},[238,289,290],{},"Page views",[238,292,293],{},"Plausible",[238,295,296],{},"European Union",[238,298,299],{},"To see which pages are read and from where",[238,301,302],{},"Daily hash deleted within 24 hours; totals kept",[214,304,305,308,310,312,315],{},[238,306,307],{},"Counts of the three events",[238,309,293],{},[238,311,296],{},[238,313,314],{},"To see whether the forms are used",[238,316,317],{},"Totals kept; nothing about you in them",[214,319,320,323,326,329,331],{},[238,321,322],{},"Email you send us",[238,324,325],{},"Proton Mail",[238,327,328],{},"Switzerland",[238,330,249],{},[238,332,333],{},"Until the conversation is over",[11,335,336],{},"Six rows. Two of them are in the United States, which the policy has always said and now says per row. One is the payment company, which holds card details we never see. The two that came in with this series are in the European Union and hold no personal data at all.",[15,338,340],{"id":339},"what-we-refuse-to-know","What we refuse to know",[11,342,343],{},"The table is also a list of absences. No cookies. No advertising identifiers. No session recordings. No data brokers. No cross site anything. No analytics on who a reader is, only that a page was read. We wrote the absences into the policy as a sentence under the table, because a reader should not have to infer what is missing from what is present.",[11,345,346],{},"While we were in the file we found that every bold label in the policy and in the terms, thirty four of them, had been rendering as literal asterisks since they were written, because the closing marker had a space inside it. That is fixed too. It has nothing to do with privacy and everything to do with whether anyone could take the page seriously.",[11,348,349],{},"The number for today: six systems in the table, two forms removed from the code because they were not on the site, one duplicate copy of every subscriber's address that no longer exists.",[351,352,353],"style",{},"html pre.shiki code .snl16, html code.shiki .snl16{--shiki-default:#F97583}html pre.shiki code .svObZ, html code.shiki .svObZ{--shiki-default:#B392F0}html pre.shiki code .s95oV, html code.shiki .s95oV{--shiki-default:#E1E4E8}html pre.shiki code .s9osk, html code.shiki .s9osk{--shiki-default:#FFAB70}html pre.shiki code .sU2Wk, html code.shiki .sU2Wk{--shiki-default:#9ECBFF}html pre.shiki code .sDLfK, html code.shiki .sDLfK{--shiki-default:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":51,"searchDepth":102,"depth":102,"links":355},[356,357,358,359,360],{"id":17,"depth":102,"text":18},{"id":24,"depth":102,"text":25},{"id":40,"depth":102,"text":41},{"id":205,"depth":102,"text":206},{"id":339,"depth":102,"text":340},"Shipping and Operations","2026-08-23T14:00:00.000Z","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.",false,"md",null,{},true,"\u002Fblog\u002Fwhat-we-count-and-what-we-refuse-to-know","ekohacks.com",7,{"title":5,"description":363},"From Invisible to Findable",8,"blog\u002Fwhat-we-count-and-what-we-refuse-to-know",[377,378,379],"privacy","operations","analytics","-XhsiCRjpsV8CtTY_vES9G1KrVyWvmKFir1ViZw63mA",[382,395,403,410,422,428,437,444,451,460,467,476,483,490,503,512,519,526,535,543,551,561,568,576,583,589,595,604,612,622,630,637,647,655,661,671,680,688,696,704,712,719,727,735,742,748,755,764,772,779,786,795,801,809,815,823,829,838,845,851,859,865,871,873],{"path":383,"title":384,"description":385,"date":386,"author":6,"image":387,"readingMinutes":388,"category":389,"project":390,"tags":391,"draft":364,"series":366,"seriesOrder":366},"\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",6,"Craft and Practice","The Dojo",[392,393,394],"git","continuous-integration","craft",{"path":396,"title":397,"description":398,"date":399,"author":6,"image":366,"readingMinutes":371,"category":361,"project":370,"tags":400,"draft":364,"series":373,"seriesOrder":132},"\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",[401,378,402],"seo","nuxt",{"path":404,"title":405,"description":406,"date":407,"author":6,"image":366,"readingMinutes":388,"category":361,"project":370,"tags":408,"draft":364,"series":373,"seriesOrder":409},"\u002Fblog\u002Fa-privacy-policy-you-can-diff","A Privacy Policy You Can Diff","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.","2026-08-23T16:00:00.000Z",[377,378,402],9,{"path":411,"title":412,"description":413,"date":414,"author":6,"image":415,"readingMinutes":371,"category":416,"project":417,"tags":418,"draft":364,"series":366,"seriesOrder":366},"\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",[419,420,421],"nullables","testing","websocket",{"path":423,"title":424,"description":425,"date":426,"author":6,"image":427,"readingMinutes":187,"category":389,"project":366,"tags":366,"draft":364,"series":366,"seriesOrder":366},"\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",{"path":429,"title":430,"description":431,"date":432,"author":6,"image":433,"readingMinutes":187,"category":361,"project":390,"tags":434,"draft":364,"series":366,"seriesOrder":366},"\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",[378,435,436],"deployment","idempotency",{"path":438,"title":439,"description":440,"date":441,"author":442,"image":443,"readingMinutes":388,"category":361,"project":366,"tags":366,"draft":364,"series":366,"seriesOrder":366},"\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":445,"title":446,"description":447,"date":448,"author":6,"image":366,"readingMinutes":371,"category":361,"project":370,"tags":449,"draft":364,"series":373,"seriesOrder":450},"\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",[401,378,394],0,{"path":452,"title":453,"description":454,"date":455,"author":6,"image":456,"readingMinutes":187,"category":389,"project":390,"tags":457,"draft":364,"series":366,"seriesOrder":366},"\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",[394,458,459],"fastify","security",{"path":461,"title":462,"description":463,"date":464,"author":6,"image":465,"readingMinutes":196,"category":361,"project":390,"tags":466,"draft":364,"series":366,"seriesOrder":366},"\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",[392,393,378],{"path":468,"title":469,"description":470,"date":471,"author":6,"image":472,"readingMinutes":187,"category":389,"project":390,"tags":473,"draft":364,"series":366,"seriesOrder":366},"\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",[394,474,475],"documentation","ai-agents",{"path":477,"title":478,"description":479,"date":480,"author":6,"image":481,"readingMinutes":388,"category":361,"project":390,"tags":482,"draft":364,"series":366,"seriesOrder":366},"\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",[393,378,420],{"path":484,"title":485,"description":486,"date":487,"author":6,"image":366,"readingMinutes":371,"category":361,"project":370,"tags":488,"draft":364,"series":373,"seriesOrder":102},"\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",[401,378,402,489],"netlify",{"path":491,"title":492,"description":493,"date":494,"author":6,"image":495,"readingMinutes":187,"category":496,"project":497,"tags":498,"draft":364,"series":366,"seriesOrder":366},"\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",[499,500,501,502],"composition","cli-design","narration","encoding-the-release",{"path":504,"title":505,"description":506,"date":507,"author":6,"image":508,"readingMinutes":371,"category":496,"project":417,"tags":509,"draft":364,"series":366,"seriesOrder":366},"\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",[510,419,511],"design","error handling",{"path":513,"title":514,"description":515,"date":516,"author":6,"image":517,"readingMinutes":388,"category":361,"project":390,"tags":518,"draft":364,"series":366,"seriesOrder":366},"\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",[393,435,378],{"path":520,"title":521,"description":522,"date":523,"author":6,"image":524,"readingMinutes":388,"category":389,"project":390,"tags":525,"draft":364,"series":366,"seriesOrder":366},"\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",[392,393,394],{"path":527,"title":528,"description":529,"date":530,"author":6,"image":531,"readingMinutes":132,"category":496,"project":390,"tags":532,"draft":364,"series":366,"seriesOrder":366},"\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",[510,533,534],"data","onboarding",{"path":536,"title":537,"description":538,"date":539,"author":6,"image":366,"readingMinutes":388,"category":416,"project":497,"tags":540,"draft":364,"series":366,"seriesOrder":366},"\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",[541,419,500,542],"user-testing","linear",{"path":544,"title":545,"description":546,"date":547,"author":6,"image":548,"readingMinutes":196,"category":416,"project":390,"tags":549,"draft":364,"series":366,"seriesOrder":366},"\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",[420,419,550],"mocks",{"path":552,"title":553,"description":554,"date":555,"author":6,"image":556,"readingMinutes":187,"category":361,"project":497,"tags":557,"draft":364,"series":366,"seriesOrder":366},"\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",[558,559,560,502],"automation","releasing","process",{"path":562,"title":563,"description":564,"date":530,"author":6,"image":565,"readingMinutes":132,"category":361,"project":390,"tags":566,"draft":364,"series":366,"seriesOrder":366},"\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",[378,436,567],"webhooks",{"path":569,"title":570,"description":571,"date":572,"author":6,"image":366,"readingMinutes":388,"category":361,"project":390,"tags":573,"draft":364,"series":366,"seriesOrder":366},"\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",[574,575,499,378],"shell","provisioning",{"path":577,"title":578,"description":579,"date":366,"author":580,"image":581,"readingMinutes":59,"category":496,"project":582,"tags":366,"draft":364,"series":366,"seriesOrder":366},"\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","Propi",{"path":584,"title":585,"description":586,"date":587,"author":6,"image":366,"readingMinutes":371,"category":416,"project":370,"tags":588,"draft":364,"series":373,"seriesOrder":196},"\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",[401,420,402],{"path":590,"title":591,"description":592,"date":593,"author":6,"image":594,"readingMinutes":102,"category":416,"project":366,"tags":366,"draft":364,"series":366,"seriesOrder":366},"\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":596,"title":597,"description":598,"date":599,"author":6,"image":600,"readingMinutes":196,"category":416,"project":497,"tags":601,"draft":364,"series":366,"seriesOrder":366},"\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",[419,602,603,502],"testing-without-mocks","james-shore",{"path":605,"title":606,"description":607,"date":608,"author":6,"image":366,"readingMinutes":388,"category":416,"project":390,"tags":609,"draft":364,"series":611,"seriesOrder":59},"\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",[420,419,550,610],"coverage","What Mocks Cost",{"path":613,"title":614,"description":615,"date":616,"author":6,"image":617,"readingMinutes":196,"category":496,"project":417,"tags":618,"draft":364,"series":366,"seriesOrder":366},"\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",[619,620,420,621],"protocol","pubsub","tdd",{"path":623,"title":624,"description":625,"date":626,"author":6,"image":627,"readingMinutes":388,"category":416,"project":417,"tags":628,"draft":364,"series":366,"seriesOrder":366},"\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",[419,420,629],"refactoring",{"path":631,"title":632,"description":633,"date":634,"author":6,"image":635,"readingMinutes":196,"category":389,"project":390,"tags":636,"draft":364,"series":366,"seriesOrder":366},"\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",[392,393,394],{"path":638,"title":639,"description":640,"date":641,"author":6,"image":642,"readingMinutes":374,"category":361,"project":390,"tags":643,"draft":364,"series":366,"seriesOrder":366},"\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",[378,644,645,646],"debugging","european-tech","community",{"path":648,"title":649,"description":650,"date":651,"author":6,"image":652,"readingMinutes":388,"category":496,"project":417,"tags":653,"draft":364,"series":366,"seriesOrder":366},"\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",[510,621,654],"continuous integration",{"path":656,"title":657,"description":658,"date":659,"author":6,"image":660,"readingMinutes":187,"category":389,"project":366,"tags":366,"draft":364,"series":366,"seriesOrder":366},"\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":662,"title":663,"description":664,"date":665,"author":6,"image":666,"readingMinutes":371,"category":389,"project":390,"tags":667,"draft":364,"series":366,"seriesOrder":366},"\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",[668,669,670,542],"graphql","stories","xp",{"path":672,"title":673,"description":674,"date":675,"author":6,"image":676,"readingMinutes":196,"category":416,"project":497,"tags":677,"draft":364,"series":366,"seriesOrder":366},"\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",[621,678,679,502],"red-first","code-review",{"path":681,"title":682,"description":683,"date":684,"author":6,"image":685,"readingMinutes":196,"category":361,"project":497,"tags":686,"draft":364,"series":366,"seriesOrder":366},"\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",[559,687,392,502],"preflight",{"path":689,"title":690,"description":691,"date":692,"author":6,"image":693,"readingMinutes":196,"category":361,"project":417,"tags":694,"draft":364,"series":366,"seriesOrder":366},"\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",[695,419,420],"shutdown",{"path":697,"title":698,"description":699,"date":700,"author":6,"image":701,"readingMinutes":388,"category":361,"project":417,"tags":702,"draft":364,"series":366,"seriesOrder":366},"\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",[703,420,394],"packaging",{"path":705,"title":706,"description":707,"date":708,"author":6,"image":709,"readingMinutes":187,"category":496,"project":497,"tags":710,"draft":364,"series":366,"seriesOrder":366},"\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",[558,711,510,502],"human-in-the-loop",{"path":713,"title":714,"description":715,"date":716,"author":6,"image":717,"readingMinutes":388,"category":361,"project":390,"tags":718,"draft":364,"series":366,"seriesOrder":366},"\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",[393,378,394],{"path":720,"title":721,"description":722,"date":723,"author":6,"image":724,"readingMinutes":388,"category":361,"project":417,"tags":725,"draft":364,"series":366,"seriesOrder":366},"\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",[695,378,726],"signals",{"path":728,"title":729,"description":730,"date":731,"author":6,"image":732,"readingMinutes":374,"category":389,"project":417,"tags":733,"draft":364,"series":366,"seriesOrder":366},"\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",[679,629,734,420],"teaching",{"path":736,"title":737,"description":738,"date":739,"author":6,"image":740,"readingMinutes":388,"category":496,"project":417,"tags":741,"draft":364,"series":366,"seriesOrder":366},"\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",[510,620,419],{"path":743,"title":744,"description":745,"date":746,"author":6,"image":366,"readingMinutes":371,"category":361,"project":370,"tags":747,"draft":364,"series":373,"seriesOrder":59},"\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",[401,378,402],{"path":749,"title":750,"description":751,"date":752,"author":6,"image":753,"readingMinutes":374,"category":361,"project":390,"tags":754,"draft":364,"series":366,"seriesOrder":366},"\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",[378,644,645,646],{"path":756,"title":757,"description":758,"date":759,"author":6,"image":760,"readingMinutes":187,"category":389,"project":497,"tags":761,"draft":368,"series":366,"seriesOrder":366},"\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",[559,762,763,502],"dogfooding","acceptance-testing",{"path":765,"title":766,"description":767,"date":768,"author":6,"image":769,"readingMinutes":371,"category":416,"project":417,"tags":770,"draft":364,"series":366,"seriesOrder":366},"\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",[420,419,771],"scriptrunner",{"path":773,"title":774,"description":775,"date":776,"author":6,"image":366,"readingMinutes":374,"category":361,"project":370,"tags":777,"draft":364,"series":373,"seriesOrder":388},"\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",[401,378,778],"performance",{"path":780,"title":781,"description":782,"date":783,"author":6,"image":784,"readingMinutes":371,"category":416,"project":417,"tags":785,"draft":364,"series":366,"seriesOrder":366},"\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",[420,419,421],{"path":787,"title":788,"description":789,"date":790,"author":580,"image":791,"readingMinutes":388,"category":389,"project":792,"tags":793,"draft":364,"series":366,"seriesOrder":366},"\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",[394,794,533,734],"content",{"path":796,"title":797,"description":798,"date":616,"author":6,"image":799,"readingMinutes":196,"category":416,"project":417,"tags":800,"draft":364,"series":366,"seriesOrder":366},"\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",[419,420,394,734],{"path":802,"title":803,"description":804,"date":790,"author":580,"image":805,"readingMinutes":187,"category":389,"project":792,"tags":806,"draft":364,"series":366,"seriesOrder":366},"\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",[807,392,734,808],"workflow","accessibility",{"path":810,"title":811,"description":812,"date":813,"author":6,"image":366,"readingMinutes":388,"category":416,"project":390,"tags":814,"draft":364,"series":611,"seriesOrder":102},"\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",[420,419,550,610],{"path":816,"title":817,"description":818,"date":819,"author":6,"image":820,"readingMinutes":371,"category":361,"project":390,"tags":821,"draft":364,"series":366,"seriesOrder":366},"\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",[378,436,822],"observability",{"path":824,"title":825,"description":826,"date":827,"author":6,"image":366,"readingMinutes":371,"category":416,"project":390,"tags":828,"draft":364,"series":366,"seriesOrder":366},"\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",[808,420,510,394],{"path":830,"title":831,"description":832,"date":833,"author":6,"image":834,"readingMinutes":132,"category":496,"project":390,"tags":835,"draft":364,"series":366,"seriesOrder":366},"\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",[510,836,837],"validation","typescript",{"path":839,"title":840,"description":841,"date":842,"author":6,"image":843,"readingMinutes":388,"category":361,"project":390,"tags":844,"draft":364,"series":366,"seriesOrder":366},"\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",[393,378,435],{"path":846,"title":847,"description":848,"date":849,"author":6,"image":366,"readingMinutes":371,"category":361,"project":370,"tags":850,"draft":364,"series":373,"seriesOrder":371},"\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",[377,378,379],{"path":852,"title":853,"description":854,"date":855,"author":6,"image":856,"readingMinutes":388,"category":361,"project":497,"tags":857,"draft":364,"series":366,"seriesOrder":366},"\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",[559,858,419,502],"failure-modes",{"path":860,"title":861,"description":862,"date":863,"author":6,"image":366,"readingMinutes":388,"category":361,"project":370,"tags":864,"draft":364,"series":373,"seriesOrder":187},"\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",[401,378,402],{"path":866,"title":867,"description":868,"date":869,"author":6,"image":366,"readingMinutes":388,"category":416,"project":390,"tags":870,"draft":364,"series":611,"seriesOrder":132},"\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",[420,419,550,610],{"path":369,"title":5,"description":363,"date":362,"author":6,"image":366,"readingMinutes":371,"category":361,"project":370,"tags":872,"draft":364,"series":373,"seriesOrder":374},[377,378,379],{"path":874,"title":875,"description":876,"date":877,"author":6,"image":878,"readingMinutes":187,"category":496,"project":366,"tags":366,"draft":364,"series":366,"seriesOrder":366},"\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",1787861097168]