Backend Developer

I design APIs, distributed systems, observability pipelines, and high-throughput services that stay calm under real production load.

  1. 01API design and schema evolution
  2. 02Distributed systems and event architectures
  3. 03Observability and production debugging
  4. 04Performance, reliability, and scale
request.flow p99 84ms
API Gateway
Queue 42k/min
Workers autoscale
Shards read replicas
cache hit /accounts/:id
emit invoice.created
retry payment-webhook
commit offset 918204
01 API contracts

Versioned, testable, and friendly to product teams.

02 Reliability

Timeouts, queues, retries, idempotency, and alerts.

03 Performance

Measured bottlenecks, lean queries, and predictable latency.

Systems Expertise

Practical backend work across the path from product idea to durable service.

Service architecture

Boundaries, event flows, background jobs, ownership models, and migration paths that reduce operational drag.

Observability

Metrics, logs, traces, dashboards, and alert rules that expose causes instead of producing noise.

Data performance

Index strategy, query plans, cache design, and consistency choices tuned to product behavior.

Selected Backend Projects

Replace these with your own work as we personalize the site.

01

Payments Webhook Platform

Idempotent processing, replay tooling, signature verification, and dead-letter recovery for critical billing events.

  • Node.js
  • Postgres
  • Kafka
02

Multi-tenant API Gateway

Rate limits, tenant-aware routing, audit logs, and contract tests for partner-facing integrations.

  • Go
  • Redis
  • OpenAPI
03

Analytics Ingestion Pipeline

Buffered event ingestion with backpressure, schema validation, partitioned storage, and real-time health views.

  • Python
  • S3
  • DuckDB

Built for the uncomfortable parts of production.

The strongest backend work is usually invisible: fewer incidents, clearer APIs, faster deployments, and systems other engineers can reason about when pressure is high.

p95 latency 118ms
error budget 99.94%
deploy cadence daily

$ run migration:expand

backward-compatible column deployed

read path verified across replicas

contract tests passing