$ flutter build appbundle --release
✓ live on Play Store · 11+ stores · 20k+ installs
Console Gaming App
Production-grade Flutter app for a console gaming lounge franchise with 11+ store locations. Supports tournaments, rewards, payments, and multi-store user segmentation.
⬇ 20k+ downloads
📱 iOS & Android
Flutter
Node.js
MongoDB
$ curl -X POST /v1/check
→ 200 { allowed: true, remaining: 4 }
Rate Limiter Service
Pluggable rate-limiting microservice (Node.js + TypeScript) implementing four algorithms — token bucket, leaky bucket, fixed window and sliding window — behind a single check API with per-client policies. Swappable in-memory or Redis storage for multi-instance deployments, plus an interactive frontend demo.
⚙ 4 algorithms
🔌 Pluggable storage
🌐 Live demo
TypeScript
Node.js
Express
Redis
> check("slayde")
→ probably_yes · 4 bits probed
Bloom Filter Visualizer
Microservice that answers username-availability checks with a Bloom filter — "definitely no" or "probably yes", with zero false negatives. Uses FNV-1a with Kirsch–Mitzenmacher double hashing, and exposes internal filter state so the frontend can animate exactly which bits each check probes — including a mode that hunts down real false positives.
🧮 FNV-1a double hashing
📊 Animated bit grid
🌐 Live demo
TypeScript
Node.js
Express
Data Structures
> classify(frame)
→ "recyclable" · segregated ✓
Smart Bin+
IoT-enabled smart waste management system using ML-based image classification for real-time waste segregation. Published in IEEE XPLORE.
📄 IEEE Published
🏆 Research Paper
AWS
IoT Core
ML
Android
> parse("every 15 minutes")
→ "*/15 * * * *"
cronify-date
Open-source npm package (TypeScript) that turns human-readable time expressions into valid cron syntax through a fluent, chainable API — no more memorizing the * * * * * field order. Ships with schedule presets, timezone support, validation, and next-run calculation.
📦 Published on npm
⬇ 300+ downloads/mo
⚖ MIT License
TypeScript
Node.js
npm
Cron
> render(<GlowButton />)
→ GPU-accelerated · WebGPU ✓
Dynamic Components
A React + TypeScript component library and interactive showcase — a set of reusable, animated UI primitives (buttons, cards, inputs, loaders, navigation, text) featuring GPU-accelerated effects powered by WebGPU. Built with Vite and shipped as a live demo.
🎨 Reusable UI kit
⚡ WebGPU effects
🌐 Live demo
React
TypeScript
Vite
WebGPU