Projects
Selected projects and experiments — most link straight to the source on GitHub.
2022
-
Polyglot Microservices Webshop
A cloud-native webshop on Kubernetes — independent services in Swift, TypeScript, Java, Go and Python behind a single API gateway, fronted by an iOS storefront.
2021
-
Blockchain
A from-scratch blockchain in TypeScript — blocks, proof-of-work mining, and a peer-to-peer network for propagating them across nodes.
-
API Gateways
Companion code to the maintainability write-up — a worked API-gateway example that fronts backend services and offloads cross-cutting concerns.
-
Search Engine (design)
Design doc for a from-scratch search engine — a crawler pipeline, a full-text indexer, PageRank-style ranking, and a query-handling frontend.
2019
-
Kubernetes the Hard Way
A worked run through Kelsey Hightower's tutorial — bootstrapping a high-availability cluster on Google Cloud component by component, from etcd and the control plane to the worker nodes.
-
Kubernetes CI/CD Webhook
A Kubernetes webhook consumer for CI/CD — a Helm chart that fires pipeline jobs to build images with Uber's Makisu and continuously deploy GitHub/GitLab projects via Helm.
2018
2017