Backend & Cloud Software Engineer
I design and build scalable platforms. My focus is software architecture, data security, and cloud deployment - from system design and stack selection to integration and production shipping.
MVP in production, currently in commercial validation. A private SaaS platform for appointment scheduling and landing page generation, targeting service SMBs that today operate entirely through WhatsApp. The core challenge: multiple businesses sharing the same infrastructure with complete data isolation between tenants.
- Role: Technical co-founder - 100% of backend, infrastructure, and frontend.
- Architecture: Clean Architecture with C# 14 and .NET 10.
- Cloud Infrastructure: Dockerized, deployed to Google Cloud Run. Scales to zero.
- Edge & Performance: Cloudflare Workers, Pages, and DNS for BFF pattern and real SEO.
- Data: Managed PostgreSQL 16. Double-booking enforced at the database level via a filtered unique index - no application-layer logic involved. Multi-tenant isolation via Global Query Filters.
- Security: Passwordless authentication via WorkOS. Server-issued JWT, opaque to the client.
- Frontend: React 19 on Cloudflare Pages.
|
Personal technical portfolio. An interactive dark VS Code-style IDE that lets you browse projects, architecture decisions, and engineering context as if navigating a real code editor. Stack: React · Vite · Tailwind CSS · Cloudflare Pages. Highlights: Custom tokenization, dynamic theming, routerless SPA. View repository |
VS Code extension that bridges clipboard images into the terminal inside Dev Containers - built for AI agent workflows like OpenCode CLI.
The problem: normal Stack: TypeScript · VS Code Extension API · Node.js. Highlights: Zero npm dependencies for image capture, SHA-256 deduplication, cross-platform (Windows / macOS / Linux), concurrency-safe with mutex. View repository |
|
Full-stack SPA built for a government agency, replacing paper-based visitor logs with a secure, auditable access control system. Stack: PHP 8.3 · Laravel · Vue 3 · Microsoft Entra ID · Azure. Highlights: Decoupled REST API + SPA architecture. Enterprise SSO via MSAL → Entra ID → scoped JWT. RBAC across 4 organizational roles. PDF/Excel reporting. Immutable audit trail. Deployed to Azure App Service, Static Web Apps, and Database for MySQL. View repository |