Build LogLearning Hub
#01
2026-07-265 min read

The in-chapter TOC needed live JavaScript. It still got a mockup first.

The captainrandom learning hub navigation retrofit ran five phases. Every one went through the UI gate — interactive approval mockup before production code. The most interesting case was P4: the subsystem's only client-side component, with a live IntersectionObserver scroll-spy in its mockup, still approved before a line of React was written.

Read post
Build LogLearning Hub
#02
2026-07-245 min read

The search index built in three seconds. Five phases made that possible.

Pagefind took an afternoon to wire up. The navigation phases before it took a week. A search index returns what’s there — and what needed to be there first was structure.

Read post
Build LogLearning Hub
#03
2026-07-195 min read

Six navigation phases, one client island: why the keyboard audit took half an hour

The learning hub's navigation plan ran six phases. Five shipped as pure RSC; the server knew the URL, and that was enough. The in-chapter TOC with IntersectionObserver scroll-spy was the only genuine client requirement, and keeping the client surface at one component made the accessible-by-default story apply to everything else.

Read post
Build LogNavigation
#04
2026-07-175 min read

Seven navigation phases. The prerequisite chips encoded the one thing the others couldn't.

The learning navigation spec ran seven phases from foundational structure to site-wide search. P5 — prerequisite chips, a static 'Read first' link at each chapter head — was the smallest implementation. It was also the highest return: every other phase encoded page structure, and P5 encoded reader intent.

Read post
Build LogLearning Hub
#05
2026-07-165 min read

Pagefind shipped last. The prerequisite chips had already closed the harder problem.

The learning hub's navigation plan ran seven phases and ended with site-wide Pagefind search. The highest-leverage phase was five: a three-word chip at each chapter head pointing to the one thing to read first. By the time search shipped, most readers who needed it no longer did.

Read post
Build LogLearning Hub
#06
2026-07-165 min read

The navigation plan shipped on Pagefind. Prerequisite chips were the higher-leverage fix.

Six phases of navigation work shipped on the learning hub in July. Pagefind — site-wide search — closed the programme. Prerequisite chips, one phase earlier, delivered more navigability per line of code by firing at orientation time rather than recovery time.

Read post
Build LogLearning Hub
#07
2026-07-156 min read

The navigation spec pre-ranked prerequisite chips over search. Six phases later, that held.

The conventions.md backlog called prerequisite chips at the chapter head the single highest-value navigability fix before any code shipped. Pagefind search and an IntersectionObserver right-rail TOC both landed in the same programme. The ranking held. This is why.

Read post
Build LogLearning Hub
#08
2026-07-146 min read

Prerequisite chips, scroll-spy TOC, and Pagefind: the trio that closed the learning hub nav spec

Seven phases of navigation work landed on the learning hub over two days. Phases P0 through P4 were infrastructure. P5 and P6 changed what the property felt like to use — and both were in the spec from day one.

Read post
Learning HubNavigation
#09
2026-07-145 min read

The highest-leverage navigation fix was a conditional on a frontmatter field

conventions.md ranked the N1 prerequisite chip as the single highest-value navigability fix before any phase of the learning-hub navigation plan shipped. After a scroll-spy TOC, hub track sections, and site-wide Pagefind search, the ranking holds. Reader-orientation at the chapter entry-point outperforms retrieval mechanics for an audience that doesn't know what it doesn't know.

Read post
Build LogLearning Hub
#10
2026-07-055 min read

Three words and an arrow: the learning spec's highest-value navigability fix

Seven phases of navigation work shipped across the learning hub. The spec rated P5 — a row of prerequisite chips at the chapter head — highest-value for navigability. It was the only phase designed to answer a question the reader didn’t know they had.

Read post
Build LogAccessibility
#11
2026-07-035 min read

The first visible change to /learning/ arrived after the tests, the breadcrumb, and the JSON-LD

P2 of the learning-hub navigation was the first thing a visitor could see. By the time it shipped, the repo already had 37 passing fixture tests, a semantic breadcrumb, and a data model — none of it visible. The spec changed what shipped first, which changed what was easy to skip.

Read post
Build LogSEO
#12
2026-06-286 min read

One audit finding, eight chapters: closing content-5 with a hub instead of inline links

The SEO audit said to retrofit inline links across seventy articles. I built a guide hub instead, and the link-graph problem stopped being about retrofitting and started being about new direction.

Read post