Hi There 👋, skndash96 Here!

I like building software by taking ideas all the way to production, with a strong appreciation for the web as a system.

Lately, I’ve been learning more about backend security, system design trade-offs and performance bottlenecks.

Profile Pic

My Projects

All projects »
Next.js ISR

Almamater

Built and scaled a student-run platform offering multiple campus services through a single web application. Developed the frontend using Next.js and implemented ISR-based caching to reduce server load and costs. Supported 2000+ monthly users and 50k+ page views under peak campus traffic.

Web Security Kubernetes CTF

Pragyan CTF 2026 Web Chef

Developed advanced web exploitation challenges involving HTTP request smuggling, Connection reuse, XSS, DOM clobbering, SSRF, RCE, Next.js CVEs, and WASM memory-diffing techniques. Designed infrastructure on Google Kubernetes Engine with autoscaling, containerized challenge services, and HAProxy-based traffic routing. Supported 2,500+ active participants, maintaining stability under peak concurrent load during the live event and observed participation from many top-10 ranked global CTF players

Go RabbitMQ Backend

Ocean Master Pragyan Games

Built a Go-based backend to run concurrent game simulations with isolated execution environments. Designed asynchronous job processing using RabbitMQ and parallel workers for reliable match handling. Sandboxed untrusted user code using nsjail to enforce resource and security isolation. Stress-tested the system under high load and debugged race conditions and worker failures.

Go React Python

Multi-Tenant Document Search System

Built a multi-tenant document processing platform with a Go backend and session authentication. Implemented Python workers for OCR and AI processing using Redis Streams. Implemented retry logic and debugged async job processing using Redis logs and Python tools. Developed a React frontend for document upload and contextual search.

Medusa JS PostgreSQL Docker

Custom E-commerce Platform

Developed a production-ready e-commerce platform with a custom storefront and backend services. Built a headless commerce stack using Medusa JS, PostgreSQL, Redis, and Meilisearch. Deployed and maintained the system on a self-managed VPS using Docker and Nginx and it is LIVE with 1k users.

Android BLE Networking

InstaRoll Automated Rollcall

Built a mobile-native Android app and custom protocol for offline data transmission, reducing data exchange latency to under **50ms** using raw BLE Extended Advertising packets. Engineered a connectionless architecture bypassing traditional GATT pairing delays (**5–10s**), broadcasting custom payloads disguised as Manufacturer Data. Achieved massive concurrency with zero-friction onboarding, enabling a central Hub node to efficiently log **100+** concurrent offline devices at a rate of **40+** nodes per second.