Technologies

17 references cited — how, not just what

Every entry documents how I used it — not a logo grid.

ReactDynamox
Primary frontend stack at Dynamox: dashboards, reviewable AI diffs, asset tree UIs.
VueAQTech
AQTech's frontend stack across the Vue 2 and Vue 3 eras; the Design System and tree selector were both built on it.
TypeScriptAQTech
Default language across both frontends and NestJS services. Types as documentation.
NestJSDynamox
Backend services at Dynamox, including the metric owner service and its Kafka consumers.
FastifyDynamox
Lighter-weight services and the asset-tree search API.
KafkaDynamox
The event backbone: staleness signals, partition-keyed ordering, idempotent consumption.
PostgreSQLDynamox
Source-of-truth stores; also where I learned reversible production data correction.
PrismaDynamox
ORM for Postgres services; migration discipline for schema changes.
Redisfreelance
Managed cache in front of the analytics warehouse for hot, synchronous reads.
VuetifyAQTech
The base the Design System wrapped, and the library whose missing tree selector I built.
TerraformDynamox
Infrastructure as code at Dynamox, including analytics service provisioning.
BigQueryDynamox
The OLAP side of the analytics service decision.
KubernetesDynamox
Deployment platform for Dynamox services (GKE).
SentryDynamox
The tooling half of the error observability practice.
DockerDynamox
Hardened, non-root container images for backend services on GKE.
Vitestfreelance
This site's own unit test suite.
Claude Codefreelance
Building safety-oriented Claude Code skills and an MCP server that orchestrate real production changes, not just autocomplete.