https://github.com/ap-dev-github/ap-dev-github
This repository contains my GitHub Profile README, showcasing my skills, projects, and achievements. Regularly updated to reflect my latest work in backend development, cloud computing, and system design. π‘
https://github.com/ap-dev-github/ap-dev-github
Last synced: about 2 months ago
JSON representation
This repository contains my GitHub Profile README, showcasing my skills, projects, and achievements. Regularly updated to reflect my latest work in backend development, cloud computing, and system design. π‘
- Host: GitHub
- URL: https://github.com/ap-dev-github/ap-dev-github
- Owner: ap-dev-github
- Created: 2024-11-09T05:27:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-01T18:45:48.000Z (2 months ago)
- Last Synced: 2026-02-01T19:51:13.318Z (2 months ago)
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ayush Pandey
### AI Full-Stack Engineer β’ SaaS Builder β’ Performance-Cost Optimizer
*Designing AI-powered efficient cloud solutions that scale massively while spending minimally*
[](https://ayushpandey.me)
[](https://linkedin.com/in/linkedap)
[](mailto:ayushpandey.cs@gmail.com)
---
## π‘ Philosophy
> **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
---
## π Open Source Impact
### π **Hive AI Agent Framework**
Production framework by **AdenHQ** β’ 
```diff
+ 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 quality
```
**Impact:** Enhanced reliability for production AI agents
**Collaboration:** Direct work with CTO & engineering team
π [View PR #641](https://github.com/adenhq/hive/pull/641)
---
## π― Featured Projects
### π― **versionCV** β AI Resume Optimization Platform
**[Live Platform β](https://www.versioncv.com)** β’ *MSME Registered (Govt of India)* β’ **May 2025 β Present**


#### The Vision
Transforming professional resume management with AI-powered optimization, version control, and ATS intelligence.
#### Core Features Matrix
**AI Resume Agent**
- Multi-model fallback (GeminiβGPTβClaudeβMistral)
- <30s full resume rewrites
- Hallucination control via xml prompting and deterministic context binding.
- Token optimization for cost efficiency
- Preserves links & original data accuracy
**ATS Analyzer**
- Real-time scoring & feedback
- Keyword optimization
- Format compatibility checking
- Layout complexity detection
- Missing section identification
**Custom WYSIWYG Editor**
- Zero-dependency WYSIWYG
- React-powered
- Integrated ATS scanner
- Real-time formatting
**Smart Management**
- Role-based versioning
- CDN-accessible links
- Clone & edit workflows
- Analytics tracking per resume/role/vault
#### Infrastructure Architecture
```
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 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) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
#### π Performance Metrics
| Metric | Achievement |
|--------|-------------|
| **β‘ Latency** | `<100ms` average |
| **π Capacity** | `4K+ req/sec` capable |
| **β±οΈ Uptime** | `99.9%` |
| **π Auth Speed** | `1ms` Full JWT verification |
| **π°Idle Infrastructure Cost** | `~$0` |
#### Security Architecture
```
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
### π **SwiftVault** β Enterprise File Vault
**[Live Demo β](https://swiftvault-ayushs-projects-0e2cdca4.vercel.app/)** β’ *8-day sprint: 6 days MVP β 2 days serverless transformation*
#### The 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
#### Impact Metrics
| 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 |
#### Architecture Evolution
```
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 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) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
```
#### Technical Highlights
- π **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
---
## Additional Projects
### π **Atithidev DB API**
*Serverless REST API*
**Impact**: Scalable hospitality data layer
**Stack**: AWS Lambda β’ DynamoDB
π [Live API](https://kzjttnxnf3.execute-api.ap-south-1.amazonaws.com/dev/)
### π§ **Sentiment Analyzer**
*NLP microservice*
**Impact**: Real-time sentiment analysis
**Stack**: Python β’ AWS Lambda β’ NLTK
π [Live API](https://6z8qsa4i2i.execute-api.ap-south-1.amazonaws.com/dev/)
---
## π οΈ Tech Arsenal
π» Languages





π Web & Frameworks







βοΈ Cloud Platforms





π§ͺ Testing & Quality




π§ DevOps & Tools





πΎ Databases & Storage





---
## π GitHub Activity

---
## π€ Let's Build Together
I'm actively seeking collaboration on:
### ποΈ **Distributed Systems**
Complex architectures at scale
### π° **Cost Optimization**
Cloud automation & efficiency
### β‘ **High-Performance APIs**
Sub-100ms response times
### π **Security-First Design**
Zero-trust architectures
### π¬ Get In Touch
[](mailto:ayushpandey.cs@gmail.com)
[](https://linkedin.com/in/linkedap)