Technologies
17 references cited — how, not just what
Every entry documents how I used it — not a logo grid.
React
Primary frontend stack at Dynamox: dashboards, reviewable AI diffs, asset tree UIs.
Vue
AQTech's frontend stack across the Vue 2 and Vue 3 eras; the Design System and tree selector were both built on it.
TypeScript
Default language across both frontends and NestJS services. Types as documentation.
NestJS
Backend services at Dynamox, including the metric owner service and its Kafka consumers.
Fastify
Lighter-weight services and the asset-tree search API.
Kafka
The event backbone: staleness signals, partition-keyed ordering, idempotent consumption.
PostgreSQL
Source-of-truth stores; also where I learned reversible production data correction.
Prisma
ORM for Postgres services; migration discipline for schema changes.
Redis
Managed cache in front of the analytics warehouse for hot, synchronous reads.
Vuetify
The base the Design System wrapped, and the library whose missing tree selector I built.
Terraform
Infrastructure as code at Dynamox, including analytics service provisioning.
BigQuery
The OLAP side of the analytics service decision.
Kubernetes
Deployment platform for Dynamox services (GKE).
Sentry
The tooling half of the error observability practice.
Docker
Hardened, non-root container images for backend services on GKE.
Vitest
This site's own unit test suite.
Claude Code
Building safety-oriented Claude Code skills and an MCP server that orchestrate real production changes, not just autocomplete.