About
My journey in technology began in 2018 with a Diploma in Computer Engineering, followed by a Bachelor's degree in Computer Engineering completed in July 2024. I currently work as a Full-Stack Developer at Noovosoft Technologies, where I began as an intern in August 2023 and transitioned to a full-time role in September 2024.
At Noovosoft, I specialize in building and maintaining full-stack applications using Python, Django, Angular, and TypeScript. My work focuses on developing scalable solutions for client projects, implementing new features, and optimizing existing systems for performance and reliability.
I am passionate about creating efficient, user-centric applications and continuously expanding my technical expertise. My experience spans real-time communication systems using WebRTC and WebSockets, backend development with Django and Flask, and modern frontend frameworks including React and Next.js.
Beyond professional development, I maintain a balanced lifestyle through cricket and connecting with peers in the tech community.
Technical Expertise
Resilient Distributed Systems
Background tasks, async flows, and event-based architectures (WebRTC/WebSockets).
Payments & Subscriptions
Robust processing with retry scheduling and user-facing status reporting.
try:
payment = mollie.charge(...)
except PaymentFailed:
# Auto-recovery workflow
if sub.retry_count < 3:
sub.status = 'RETRYING'
scheduler.schedule(
func=retry_charge,
delay=exponential_backoff(sub)
)
DevOps & Deployments
Systemd services, Nginx configuration, and self-hosted tooling.
Frontend & Mobile UX
Building Angular, React, & React Native interfaces with smooth, polished UX.
Database Performance
Optimizing query patterns and relationships for high scale.
Technical Skills
Languages
Backend & Systems
Cloud & Infrastructure
Mobile Engineering
Frontend Ecosystem
Architecture & Design
Developer Tools
Experience
Noovosoft Technologies LLP
Software Developer
Sep 2024 — Present
Software Developer Intern
Aug 2023 — Sep 2024
Architected 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
- Peer A🎥SFU CoreMedia RouterPeer B🎥
Technical Highlight
Vartalaap
Scalable SFU Video Conferencing PlatformArchitected a scalable Selective Forwarding Unit (SFU) video architecture to support high-quality multi-party calls with minimal bandwidth. Unlike P2P mesh, this central media router efficiently manages streams, decoding once and forwarding to participants. Integrated OpenAI Whisper (C++ optimized) for real-time AI captioning and handled complex signaling via WebSockets in Django.
- Next.js
- Django
- WebRTC (SFU)
- Fast-Whisper
- Redis
- PostgreSQL
- Docker
- service: api-gatewayACTIVEMemoryLogsStreaming...
Technical Highlight
Servio
GUI-Based Systemd Service ManagerBuilt 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.
- Go (Golang)
- Linux Systemd
- WebSockets
- React UI
- SQLite
- D-Bus
Recent Blog Posts

Modern Django & Django REST Framework Complete Roadmap
Aug 12, 2025•14 min read•1 reactionsGetting Started Installation & Setup Setup Django with Docker...
#django#drf#djangorestframework#webdev