Designing AI-powered efficient cloud solutions that scale massively while spending minimally
Execution is the currency that converts ideas into value.
|
Led team to 2nd position out of 800 teams |
Full SDLC ownership: Idea β Production in 8 months |
$250/month β ~$0 idle β’ ~100% savings |
High-performance, low latency api |
Production framework by AdenHQ β’
+ Fixed critical Windows UnicodeEncodeError β Restored cross-platform stability
+ Investigated & debugged CI/CD failures post-DX overhaul β Filed issue, submitted fix PR
+ Resolved merge conflicts during parallel development β Improved codebase qualityImpact: Enhanced reliability for production AI agents
Collaboration: Direct work with CTO & engineering team
π View PR #641
Live Platform β β’ MSME Registered (Govt of India) β’ May 2025 β Present
Transforming professional resume management with AI-powered optimization, version control, and ATS intelligence.
|
AI Resume Agent
|
ATS Analyzer
|
|
Custom WYSIWYG Editor
|
Smart Management
|
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β EDGE LAYER (Cloudflare) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Workers (Serverless Functions) β
β ββ KV Cache ( real-time invalidation) β
β ββ D1 Database (SQLite with fallback protection) β
β ββ R2 Storage (Versioned resumes, CDN delivery) β
β ββ Queue (Background processing) β
β ββ Durable Objects (Stateful coordination) β
β ββ CDN (Global distribution) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β COMPUTE LAYER β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Google Cloud Run (Containerized API) β
β Vercel Edge (Next.js 14 Frontend) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β SECURITY LAYER (Multi-layered) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β β Firebase JWT (1ms claim verification on every request) β
β β Email verification β
β β Zero client trust model β
β β Internal API isolation (no DNS, RPC-only access) β
β β API interlocking via isolated secrets β
β β 4-layer rate limiting with fallback β
β β Strict CSP Headers β
β β Multi-layer DDoS mitigation (Cloudflare + internal) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
| Metric | Achievement |
|---|---|
| β‘ Latency | <100ms average |
| π Capacity | 4K+ req/sec capable |
| β±οΈ Uptime | 99.9% |
| π Auth Speed | 1ms Full JWT verification |
| π°Idle Infrastructure Cost | ~$0 |
Request Flow with Security Layers:
User Request
β
βββββββββββββββββββββββββββββββββββββββ
β Layer 1: CSP Headers Check β
βββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββ
β Layer 2: Cloudflare DDoS Protection β
βββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββ
β Layer 3: Bot Verification β
βββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββ
β Layer 4: Rate Limiter (4 fallbacks) β
β ββ User: 2 req/s β
β ββ IP: 10 req/s β
βββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββ
β Layer 5: Firebase JWT Validation β
β ββ 1ms full claim verification β
βββββββββββββββββββββββββββββββββββββββ
β
βββββββββββββββββββββββββββββββββββββββ
β Layer 6: API Interlocking β
β ββ Isolated secrets per service β
βββββββββββββββββββββββββββββββββββββββ
β
Internal Services (No DNS exposure)
Data Strategy Details
Primary Database: Cloudflare D1 (SQLite)
- Batch-based updates preventing race conditions
- Fallback protection for reliability
Caching Layer: KV Cache
- Real-time invalidation
- Cloudflare CDN integration
Storage: Cloudflare R2
- CDN-accessible resume links
- Version control built-in
- Instant global distribution
Live Demo β β’ 8-day sprint: 6 days MVP β 2 days serverless transformation
| Before: Monolithic | After: Edge-Native Serverless |
|---|---|
| Cost: $17/month | Cost: $0/month (Year 1) |
| Latency: Regional delays | Latency: <50ms globally |
| Deployment: Single EC2 instance | Deployment: Edge distribution |
| Scaling: Manual intervention | Scaling: Zero-cost automatic |
| Idle costs: Always paying | Idle costs: None |
| Metric | Result |
|---|---|
| π° Cost Reduction | $204/year β $0 (100% Year 1) β $108/year (47% permanent) |
| β‘ Metadata Queries | <100ms |
| π€ Upload Speed | <500ms with edge caching |
| πΎ Storage Savings | 30-40% via SHA-256 deduplication |
| π Global Latency | <100ms response times |
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β BEFORE: Monolithic Stack β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β AWS EC2 (t2.micro) β PostgreSQL β Redis β MinIO β
β Nginx β Go Backend β JWT Auth β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¬οΈ TRANSFORMATION β¬οΈ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β AFTER: Distributed Serverless β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Cloudflare Workers (Edge Functions) β
β ββ KV Cache (Redis replacement) β
β ββ R2 Storage (MinIO replacement) β
β ββ Rate Limiting (2 req/s user, 10 req/s IP) β
β β
β Neon PostgreSQL (Serverless) β
β Vercel Edge (Next.js 14 Frontend) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- π Security: RS256 JWT β’ bcrypt hashing β’ MIME validation β’ Zero-trust architecture
- π§ Smart Deduplication: SHA-256 hash-based duplicate detection
- β‘ Real-time: Async uploads with live progress tracking
- π― Advanced Search: Multi-criteria filtering with tag support
- π Flexible Sharing: Private + public link sharing with analytics
- π Admin Dashboard: Comprehensive system monitoring
π§ Tech Stack Deep Dive
Backend: Go β’ GraphQL β’ PostgreSQL β’ Redis β’ MinIO
Frontend: Next.js 14 β’ TypeScript β’ Tailwind CSS
Cloud: AWS β’ Vercel β’ Cloudflare (Workers/KV/R2) β’ Neon
DevOps: Docker β’ Nginx β’ SSL/TLS β’ GitHub Actions
|
Serverless REST API Impact: Scalable hospitality data layer |
NLP microservice Impact: Real-time sentiment analysis |
I'm actively seeking collaboration on:
|
Complex architectures at scale |
Cloud automation & efficiency |
|
Sub-100ms response times |
Zero-trust architectures |
