IT Undergrad (Class of '27) β’ Systems Architect β’ AI Systems & Polyglot Backends
Architecting high-throughput microservices, sub-80ms p99 distributed systems, and real-time AI pipelines.
%%{init: {
'theme': 'dark',
'themeVariables': {
'primaryColor': '#0f172a',
'primaryTextColor': '#f8fafc',
'primaryBorderColor': '#38bdf8',
'lineColor': '#a855f7',
'secondaryColor': '#1e293b',
'tertiaryColor': '#0f172a'
}
}}%%
mindmap
root((β‘ Adarsh Singh))
Frontend
Next.js 14 App Router
React & TypeScript
R3F & WebGL Shaders
Tailwind CSS & Framer Motion
Backend
Go & Rust Microservices
Node.js & Express
gRPC & WebSockets
RESTful & GraphQL APIs
AI & Data
Gemini API & LLMOps
AST Code Analysis
Vector DBs Pinecone & Chroma
PostgreSQL & PostGIS
Cloud & DevOps
Redis Caching & PubSub
Kafka Message Bus
Vercel & Supabase
Docker & Turborepo
| Project & Description | Architecture & Tech Stack | Access |
|---|---|---|
|
β‘ OckhamGrid Polyglot microservice mesh featuring an AI-driven Abstract Syntax Tree (AST) code reviewer and automated static analysis pipeline. Built for zero-latency distributed code audits. |
|
Repository Docs / Arch |
|
π‘ PawAlert Distributed Gov-Tech SaaS engineered with PostGIS geospatial telemetry and Redis Pub/Sub, broadcasting sub-10ms real-time data across 5,000+ active WebSockets with 99.9% message reliability. |
|
Repository Live Demo |
|
π Qrento AI-driven consumer rental platform engineered over a Turborepo micro-frontend layout. Features PostgreSQL Row-Level Security (RLS) and sub-80ms p99 query latency. |
|
Repository Live Demo |
|
π AI Resume Builder LLM-powered resourcing engine hosted on Vercel Edge functions. Utilizes Server-Sent Events (SSE) for sub-second token streaming and a 92% accurate AST keyword matcher. |
|
Repository Live App |
%%{init: {
'theme': 'dark',
'themeVariables': {
'background': '#0f172a',
'primaryColor': '#1e293b',
'primaryTextColor': '#f8fafc',
'primaryBorderColor': '#38bdf8',
'lineColor': '#a855f7',
'secondaryColor': '#0f172a',
'tertiaryColor': '#1e293b'
}
}}%%
flowchart TD
classDef client fill:#0f172a,stroke:#38bdf8,stroke-width:2px,color:#f8fafc;
classDef gateway fill:#1e293b,stroke:#a855f7,stroke-width:2px,color:#f8fafc;
classDef service fill:#0f172a,stroke:#06b6d4,stroke-width:2px,color:#f8fafc;
classDef async fill:#1e293b,stroke:#f43f5e,stroke-width:2px,color:#f8fafc;
classDef db fill:#0f172a,stroke:#10b981,stroke-width:2px,color:#f8fafc;
subgraph Client_Layer["π Edge & Client Layer"]
C1["Next.js 14 App Router Edge"]:::client
C2["WebGL / R3F Canvas Engine"]:::client
C3["Cloudflare Anycast CDN"]:::client
end
subgraph Gateway_Layer["π‘οΈ Gateway & Security Layer"]
G1["Envoy API Gateway"]:::gateway
G2["Supabase Auth / JWT Verification"]:::gateway
G3["Token Bucket Rate Limiter"]:::gateway
end
subgraph Service_Mesh["βοΈ Polyglot Microservices Mesh"]
S1["Go Microservice<br/><i>High-Throughput Ingestion</i>"]:::service
S2["Rust Core Engine<br/><i>AST Static Analysis</i>"]:::service
S3["Python AI Service<br/><i>LLM / Gemini Inference</i>"]:::service
end
subgraph Event_Driven["β‘ Async Event Broker & Real-Time"]
E1["Redis Pub/Sub<br/><i>5,000+ Active WebSockets</i>"]:::async
E2["Apache Kafka<br/><i>Distributed Event Streaming</i>"]:::async
end
subgraph Storage_Layer["πΎ High-Availability Data Tier"]
D1[("PostgreSQL + PostGIS<br/><i>Spatial & Relational Data</i>")]:::db
D2[("Pinecone / ChromaDB<br/><i>Vector Embeddings</i>")]:::db
D3[("Redis Cluster<br/><i>Sub-10ms Hot Caching</i>")]:::db
end
C1 & C2 -->|HTTPS / WSS| C3
C3 --> G1
G1 --> G2 & G3
G2 -->|Authenticated gRPC| S1 & S2 & S3
S1 -->|Publish Real-Time Event| E1
S2 -->|Ingest Telemetry Log| E2
S3 -->|Vector Similarity Query| D2
E1 -->|Push Telemetry| C2
E2 -->|Batch Consume| D1
S1 & S2 -->|Sub-10ms Hot Read| D3
%%{init: {
'theme': 'dark',
'themeVariables': {
'git0': '#38bdf8',
'git1': '#a855f7',
'git2': '#10b981',
'git3': '#f43f5e',
'gitBranchLabel0': '#0f172a',
'gitBranchLabel1': '#0f172a',
'gitBranchLabel2': '#0f172a'
}
}}%%
gitGraph
commit id: "init: core-architecture" tag: "v0.1.0-alpha"
branch feature/system-design
checkout feature/system-design
commit id: "arch: gRPC polyglot microservice mesh"
commit id: "security: Row Level Security & JWT enforcement"
commit id: "perf: sub-80ms p99 latency benchmark"
checkout main
merge feature/system-design id: "merge: system-design -> main"
branch feat/ai-ast-engine
checkout feat/ai-ast-engine
commit id: "ai: SSE stream for zero-latency LLM tokens"
commit id: "ast: Rust-powered code parser"
checkout main
merge feat/ai-ast-engine id: "merge: ai-ast-engine -> main" tag: "v1.0.0-RELEASE"
commit id: "deploy: zero-downtime edge release"
$ npx adarsh-singh --connect
[β‘] Establishing TLS 1.3 handshake with adarshthakur9240... Done (11ms)
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ADARSH SINGH | SYSTEM TELEMETRY β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β π Academic Track : IT Undergrad (Class of '27) β
β π― Specialization : Systems Architecture & AI Engineering β
β π Competitive : LeetCode Knight (Peak Rating: 1868) β
β π§ Direct Mail : singhadadarsh9240@gmail.com β
β πΌ LinkedIn : linkedin.com/in/adarsh-thakur-7683612a4 β
β π GitHub Profile : github.com/adarshthakur9240 β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
$ echo "Constructing zero-latency systems for tomorrow's Web."π System Verification & License Details
Architect: Adarsh Singh
Repository: Portfolio Ecosystem v2.0
Protocol: MIT License
Status: Production Grade / Zero Downtime Deployment Enabled
Built with precision by Adarsh Singh β’ Systems Architect