Uses

A practical list of tools and habits I use to build and operate reliable systems.

Back home

Infrastructure and Operations

For deployment, container orchestration, and production operations.

KubernetesDockerLinuxNginxPrometheusGrafanaBlackbox

Backend and APIs

For business logic, APIs, and system integration workloads.

JavaSpring BootPythonErlangPostgreSQLMongoDBRedis

Frontend and Product Surfaces

For dashboards, portals, and user-facing interfaces around platform systems.

ReactNext.jsJavaScriptHTMLCSS

Workflow Principles

  • >Prefer clear, low-complexity architecture that is easy to operate.
  • >Ship in small, testable increments with rollback paths.
  • >Treat observability as a first-class part of the delivery lifecycle.
  • >Document configuration and operational runbooks for handovers.