About
Started in 2018 with a Diploma in Computer Engineering — when curiosity felt sufficient and a full degree felt optional. Got the B.E. anyway in 2024 (CGPA 8.88), but the real education happened between commits.
Since 2023 I've been building at Noovosoft Technologies — first as an intern, now full-time. I shipped a recurring billing engine that cut revenue failures by 30%, migrated a weather data provider improving accuracy by 25%, and slashed CI/CD build times by 45% by adopting uv across our Python pipelines.
Outside work I built Vartalaap (a P2P video call app with HD video, background blur, and noise cancellation), Servio (a Go-based Linux service manager), and django-silky — a production-quality fork of django-silk with dark mode, D3 analytics dashboards, and N+1 query detection.
I care about distributed systems that hold up under pressure, open source tools developers actually reach for, and code that doesn't need a 40-minute explanation. When I'm not shipping, I'm playing cricket or reading about something I probably can't use at work yet.
Experience
Noovosoft Technologies LLP
Software DeveloperSep 2024 — PresentSoftware Developer InternAug 2023 — Sep 2024Architected the recurring billing engine for Farmdesk SaaS, boosting revenue reliability by ~30% via robust retry logic and Mollie integration. Led the migration from DTN to OpenMeteo, improving data accuracy by 25%. Optimized CI/CD pipelines with `uv` to cut build times by 45% and resolved critical race conditions in government animal database integrations.
PythonDjangoAngularTypeScriptCeleryRedisPostgreSQLDockerWebRTC
Featured Projects
Technical Highlight
Vartalaap ↗
HD Video Calling with Real-Time Media Processing
Built a high-quality P2P video call app focused on call reliability and media fidelity. Features HD 1080p video, background blur and virtual backgrounds via MediaPipe, screen sharing, acoustic echo cancellation, and background noise suppression — tackling the exact frustrations people have with mainstream video apps. Signaling handled by a lightweight Go WebSocket server with zero dependencies.
Engineering Decision
Why Go for signaling? Needed a single self-contained binary that handles concurrent WebSocket connections without a runtime or framework. Go's stdlib covers it entirely — no Node, no Python, no external dependencies on the critical signaling path.
Next.jsGoWebRTCMediaPipesimple-peerWebSocketsZustand- servio — journald[●] api-gateway.serviceActive: active (running)D-Bus: connected to systemdLogs: streaming via journald▋CPUMEM
Technical Highlight
Servio ↗
GUI-Based Systemd Service Manager
Built a visually rich Web GUI for orchestrating Linux servers, replacing command-line fatigue with a modern dashboard. Directly interfaces with Systemd via D-Bus to start/stop services, view real-time journald logs, and manage environment variables. Includes a Git-integrated deployment pipeline that automatically builds and reloads services on push.
Engineering Decision
Why Go over Node.js or Python? Needed a single self-contained binary with no runtime dependencies, direct D-Bus bindings for Systemd, and native goroutines for concurrent log streaming across multiple services. Go's stdlib handles all of this without a single external dependency.
Go (Golang)Linux SystemdWebSocketsReact UISQLiteD-Bus - django-silkydark/api/users/240ms/api/posts/38ms/api/tags/12msflame · /api/users/ORMN+1SerNet⚠ N+1 detected · /api/users/
Technical Highlight
django-silky ↗
Production-Quality Fork of django-silk
Forked the popular django-silk profiling library and shipped a fully modernized version: persistent dark/light theming, inline collapsible filter bar, D3.js analytics dashboards, N+1 query detection with endpoint attribution, and self-hosted icons (zero CDN dependencies). Drop-in replacement — no new migrations required.
Engineering Decision
Why fork instead of contributing upstream? The changes required architectural rewrites — CSS variables for theming, D3 for analytics, self-hosted assets. Getting that through upstream review would take weeks. Forking let me ship in one day and write about it.
PythonDjangoD3.jsCSS Custom PropertiesPostgreSQL
Technical Skills
●●● expert · ●● proficient · ● familiar
Recent Writing

django-silky: A Modern Fork of django-silk with Dark Mode, D3 Charts, and N+1 Detection
Feb 18, 2026·4 min read·1 reactionsIf you've ever profiled a Django app, you've probably used django-silk. It's invaluable — every HTTP...
#django#python#webdev#opensource
Modern Django & Django REST Framework Complete Roadmap
Aug 12, 2025·14 min read·2 reactionsGetting Started Installation & Setup Setup Django with Docker...
#django#drf#djangorestframework#webdev
- Editorial -
Consequences Engineer
"The AI wrote the code. I got promoted to consequences engineer."