Skip to content

Topics

Topics are the durable knowledge base. Each topic lives at topics/<category>/<slug>/index.md and can have subtopics underneath it.

AI

Computer Science

Web

Testing

Operations

  • Ops, category overview
  • Kubernetes, the container orchestrator: architecture, workloads, networking, storage, RBAC, autoscaling, footguns
  • Helm, the package manager for Kubernetes: charts, values, templates, releases
  • Terraform, infrastructure as code: providers, resources, state, modules, multi-environment patterns
  • GitOps, Git as the source of truth for infrastructure, with a reconciliation agent doing the work
  • ArgoCD, the reference GitOps controller for Kubernetes
  • Gitflow, Vincent Driessen’s 2010 branching model and its modern alternatives
  • MLOps, the engineering discipline around getting ML models into production

Conventions

  • Topic, a folder with index.md. The overview/hub page.
  • Subtopic (flat), <subtopic>.md inside the topic folder. Use for lightweight subtopics.
  • Subtopic (folder), <subtopic>/index.md inside the topic folder. Use when the subtopic has images, code samples in files, or its own children.
  • Depth, keep nesting to max 3 levels (category → topic → subtopic) for navigability.