Backend-first full-stack engineer — I make data paths fast and platforms maintainable.

I'm Daniel, based in New York. I target senior full-stack and backend roles where the work is APIs, data stores, and the systems around them — subscription platforms, payment rails, market data. Most of my experience is there: .NET and Spring Boot services at Visa, a self-directed stretch building realtime and CRDT systems, and data infrastructure plus frontend platform work at S&P Global.

I'm strongest on the backend — schema design, migrations, gRPC, message pipelines — but I routinely own the full path when it matters: Next.js frontends, Auth0, multi-pod caching, microfrontend shells. The pattern is the same: find the bottleneck, pick the right tool, ship with tests and measurable latency.

Case study

21s → <2s → ~250ms

A Data-as-a-Service API was running BigQuery DML on the hot path — 20–30 second queries under load. Storage Write API over gRPC got responses under 2 seconds. Moving the read path to PostgreSQL + EF Core brought hot queries down to roughly 200–300ms. Three architectural decisions, not query tuning.

Read the full write-up

On my own time I ship end-to-end — auth, realtime sync, deploy pipelines — including a collaborative editor with Yjs CRDTs, durable Postgres persistence, and production-style sharing and rate limiting. Full background →