Back-End Developer (Rails/PostgreSQL) Who Builds With Claude Code - Web Development
Joseph Karl Crisostomo
Your back-end seat comes down to one thing: data models and decisions that still hold up after the tenth client is onboarded and event volume has tripled. That’s the part I care about most — not whether it runs today, but why it will or won’t scale.
I build production Rails on PostgreSQL, and like you, I build with Claude Code in a spec-driven workflow. I own the architecture, data model, and indexing; Claude executes against the spec. My raw-coding background is what lets me catch it the moment it heads somewhere that won’t hold.
Work that maps to what you described:
Aqualytix — a production Rails + PostgreSQL monitoring platform I built end-to-end with Claude Code: full domain modeling, role-based access, background alerting, deployed on AWS (EC2/S3/CloudWatch/SNS).
Kuryente Watch — Rails 8 + PostgreSQL using JSONB, with an append-only event log that fans out to live map updates and background push jobs.
DOST/ASTI — scale-focused backend work: query optimization via root-cause analysis, Redis caching, a message broker for high volume, and k6 load testing before production.
Here’s the shape I reach for when a system has to scale across many clients:
SourceClient API eventsmany tenants, high volume
→
QueueSidekiq + Redisabsorb spikes, retry safely
→
StorePostgreSQL + JSONBindexed, append-only log
→
ServePer-client APIsclean reads, no N+1
How I structure a multi-tenant Rails backend for high event volume
Want a short call where I sketch how I’d model one of your client systems?
Selected work
Backend Developer — Department of Science and Technology, Advanced Science and Technology Institute
On-site · Feb 2024 – Mar 2026
Conducted database query optimization through in-depth inspection and root-cause analysis.
Web Developer (Intern) — Dashlabs.ai
Remote · Aug – Sept 2022
Contributed to maintenance of the platform’s Patient Management Service.
Aqualytix — Production Rails + PostgreSQL Monitoring Platform
Solo, end-to-end · built with Claude Code · https://aqualytix.hackwithsef.xyz
Designed and shipped a production Rails/PostgreSQL platform for a real water-district client, owning the full domain model (stations, readings, alerts, roles, settings).