Fullstack developer focused on business-critical software — venue operations, point-of-sale, and real-time workflows. I work across the stack with a bias toward clean architecture, clear boundaries, and code that teams can own long after launch.
# ~/engineering/PRINCIPLES.md
1. Production over prototypes — I ship software used in real operations.
2. Architecture first — bounded contexts, explicit contracts, sensible defaults.
3. Automate the repeatable — tooling and CI so the team moves faster, not just me.
4. Own the full path — design, implementation, data layer, and deployment.graph TB
subgraph Clients
R[React SPA]
A[Angular SPA]
end
subgraph Application
API[ASP.NET Core 8 API]
SR[SignalR — real-time events]
N[NestJS services]
end
subgraph Data
PG[(PostgreSQL)]
RD[(Redis)]
end
subgraph Delivery
DK[Docker]
GIT[Git · CI/CD]
end
R --> API
A --> API
R --> SR
A --> SR
API --> PG
API --> RD
N --> PG
API --> DK
| Layer | Technologies |
|---|---|
| Frontend | Angular · React · Next.js · TypeScript · HTML · CSS · Sass · Vite |
| Backend | ASP.NET Core · Node.js · NestJS · Prisma |
| Data | PostgreSQL · Redis |
| Platform | Docker · Git |
Open to freelance contracts, full-time roles, and technical collaborations.


