class ShrajalPandey:
def __init__(self):
self.name = "Shrajal Pandey"
self.role = "Backend Developer"
self.college = "KIET Group of Institutions, Ghaziabad"
self.degree = "B.Tech โ Information Technology (2024โPresent)"
self.cgpa = 8.21
def current_focus(self):
return [
"Building production-grade distributed systems",
"Mastering real-time APIs & WebSocket architectures",
"Competitive Programming (LeetCode ยท CodeChef ยท Codeforces)",
]
def fun_fact(self):
return "I live-tested my app with 700+ students & filed a patent ๐ฏ"๐ง Zenith Orchestrator โ Distributed Task Processing System ย 
"Most task queue tutorials stop at hello world. This one doesn't."
| Feature | Detail |
|---|---|
| โ๏ธ Workers | Celery ยท concurrency=10 ยท async task dispatch |
| ๐ Fault Tolerance | 3x retry ยท exponential backoff ยท Dead-Letter Queue (DLQ) |
| ๐ก๏ธ Rate Limiting | Redis sliding window ยท 5 tasks / 60s per user |
| ๐ก Real-Time | WebSocket dashboard ยท auto-reconnect ยท live analytics |
| ๐ณ DevOps | Docker Compose ยท deployed on Render |
๐๏ธ Collaborative Workspace Backend โ Slack / Notion Lite
"Built like a real startup โ checkpoint by checkpoint across 7 engineering milestones."
| Feature | Detail |
|---|---|
| ๐ Auth | JWT ยท RBAC (Admin / Member) ยท workspace-level permissions |
| ๐ Core | Workspaces ยท task assignment ยท status updates ยท pagination |
| โก Real-Time | WebSocket bi-directional updates |
| ๐ญ Production | Redis caching ยท background jobs ยท email invitations ยท activity logs |
| ๐ณ DevOps | Docker ยท rate limiting ยท duplicate protection |
๐ฎ LexiRush โ Real-Time Multiplayer Vocabulary Platform ย
ย 
"Demo-tested with 700+ real students. Patent filed."
| Feature | Detail |
|---|---|
| ๐ฏ Core | Synchronized 5ร5 lexical grid ยท WebSocket master clock |
| ๐ Scoring | Time-decay model ยท Penalty-Wait anti-guess lockout |
| ๐ Admin | CSV/XLSX ingestion ยท difficulty config ยท PDF analytics reports |
| ๐ Stack | React.js ยท Node.js ยท Express.js ยท Netlify |
| ๐ Achievement | Detail |
|---|---|
| ๐ฅ National Competition | Top 7 โ SkyThrust Aerial Systems Challenge |
| ๐ป LeetCode | Max Rating: 1595 |
| โญ CodeChef | 2-Star ยท Max Rating: 1490 |
| ๐ต Codeforces | Max Rating: 910 |
| ๐ Patent | Filed for LexiRush ยท Real-Time Gamified Learning System |
| ๐ฅ Live Users | 700+ students tested LexiRush in real sessions |
- ๐๏ธ Membership Development Head โ IEEE KIET Student Branch ยท Led outreach & organized technical events
- ๐ฅ Gold Medal in Yoga ยท 1st Place in Group Dance at inter-college cultural competitions
"Every architectural decision was made to solve a real problem โ not to look good in a README."