cesar@portfolio:~$ whoami

Welcome, visitor

cesar.

/ˈsiː.zər/
Backend & Infrastructure Engineer

I build the services that hold up under real traffic and the infrastructure they run on, and I'll build the frontend on top when a feature needs to ship whole. Mostly I think in tradeoffs: what we gain, what it costs, and what breaks at 3am.

I'm 27, with a B.Eng. in Mathematics and Computer Science. Most of my work is the unglamorous part of backend: keeping data correct and keeping services up when traffic spikes. The rest is paying down the debt that slows everyone down, and I care more about the tradeoff behind a decision than the tool used to make it. These habits came the hard way, on high-traffic services where a bad query or a missing index shows up as a page, not a review comment.

A lot of that lives in infrastructure now: cloud and containers, with infrastructure as code so environments are reproducible instead of hand-built. I lean on AI across the whole build, from writing the spec to the implementation to the review, and I wire LLMs into products that have to survive past the demo, with security standards enforced at each step instead of bolted on at the end. Backend is home base, but I'll build the frontend when a feature needs it.

Skills.

The throughline is backend engineering: how systems behave under load and where they fall over. The goal is making them boring in the good way. On weekends that turns into small Go or TypeScript services and the occasional scaling problem, most of which end up on my GitHub.

Backend

  • Microservices
  • Event-driven & Pub/Sub (NATS, Kafka)
  • REST, gRPC & GraphQL APIs
  • Domain-driven design
  • Fastify / Node.js

Frontend

  • React
  • Next.js (SSR / RSC)
  • tRPC
  • styled-components
  • Responsive, accessible UI

Scaling systems

  • Read replicas & replication
  • Sharding & partitioning
  • Caching (Redis, Memcached, CDN)
  • Async writes & message queues
  • Indexing & denormalization

Data

  • PostgreSQL
  • MySQL
  • Prisma

Cloud & infra

  • AWS
  • Docker
  • Kubernetes
  • CI/CD pipelines
  • Terraform & IaC

AI & integrations

  • LLM integration & RAG
  • Agentic tooling
  • Third-party API integrations
  • TensorFlow / Keras / Pandas