| Project | Tech Stack | Technical Highlights & Impact |
|---|---|---|
| algoradar-extension | JavaScript, Chrome API (MV3), Vercel | Cross-platform tracking extension. Ranked #89 on Peerlist. Bypasses Cloudflare bot protection by replacing GitHub Actions cron jobs with a local automation script using a residential IP to serve pre-generated static data pipelines with zero runtime API overhead. |
| AlgoRadar (Web) | Python, Flask, PostgreSQL, Vercel | Production-grade contest aggregator with a minimalist responsive card UI. Features a custom backend caching architecture (10-minute TTL) using Flask-Caching to respect downstream API rate limits and maximize load speeds. |
| SikkaTrix (Stealth) | Node.js, Express, TypeScript | Real-time cryptocurrency market data aggregator following a strict controller–service separation pattern. Implements a robust middleware pipeline featuring unique request tracking IDs for structural error isolation and traceability. |
| DripFile | Python, Flask, HTML/CSS, Vercel | Temporary file-sharing web application supporting up to 25MB uploads. Engineered a thread-safe background daemon task running every 60 seconds to automatically purge expired files and in-memory dictionary data after 15 minutes. |
| Project | Tech Stack | Technical Highlights & Impact |
|---|---|---|
| Gophorax | Go (Golang) | High-concurrency URL health monitor executing a strict Producer-Consumer architecture. Utilizes a non-blocking goroutine feeder alongside a fixed 5-worker channel pool, built entirely on the Go Standard Library with 5-second zombie connection timeouts. |
| Large_File_Analyser | Go (Golang) | Memory-efficient CLI parsing tool utilizing bufio.Scanner to stream file blocks line-by-line, successfully handling datasets far larger than available RAM. Features precise execution time tracking and optimized loop mechanics. |
| Codeforces-Rating-CLI | Go (Golang) | Lightweight terminal utility built natively using zero third-party dependencies (net/http, encoding/json). Implements dynamic argument flags and resilient exception safety for external network downtime. |
| Project | Tech Stack | Technical Highlights & Impact |
|---|---|---|
| HR_Analytics_EDA (Stealth) | Python, Matplotlib, Pandas | Exploratory Data Analysis and data pipeline developed for SCL during a corporate internship. Translates complex enterprise datasets into clean, actionable company metrics. |



