August 2025 — Present
Moneta Market LLC
Full Stack Engineer
- Architected the company's first containerized platform: a six-service Docker Compose stack (two FastAPI microservices, Label Studio, MLflow, Nginx reverse proxy) on AWS EC2, replacing manual deployment with reproducible automation.
- Designed a 25-table PostgreSQL schema on AWS RDS — 24 foreign keys, 34 strategic indexes, an idempotent migration system and soft-delete audit trail — reachable only through an SSH tunnel via an EC2 bastion host.
- Built an event-driven FastAPI webhook service linking Label Studio to S3: atomic database/S3 rollback on any failure, async connection pooling and an in-memory cache with database fallback; wrote the team runbooks for operating it.
- Developed a cross-platform C# desktop app (.NET 10, Avalonia, migrated off Windows-only WPF) for human review of ML-labelled video frames: MVVM architecture, two-pass verification workflow and a sliding-window prefetch cache.
- Implemented least-privilege IAM policies, moved credentials into AWS Secrets Manager and set up the CI pipelines; LocalStack emulates S3 locally so development never touches production credentials. Co-supervise two interns alongside the lead developer.
- Built the data pipeline's operator tooling — CLIs, idempotent S3-to-PostgreSQL sync, drift audits — and automated model training through GitLab CI on ephemeral AWS GPU instances with MLflow tracking; prototyped edge inference on NVIDIA Jetson (YOLO on TensorRT).