Built a React Native mobile app integrating Google My Business APIs with a custom Genetic Algorithm to compute a multi-objective business health score, enabling businesses to benchmark their profile quality against competitors.
Reduced redundant GMB API calls via Firestore caching for repeated profile lookups, and configured CI/CD workflows with GitHub Actions for automated builds
Frontend Engineer Intern
May 2024 - Aug 2024
PoiseCode Solutions LLP
Remote
Integrated a Vue.js frontend with backend APIs for an AI-powered interview SaaS platform, handling team management, job pipelines, and candidate lifecycle tracking; deployed across 20+ enterprise clients in 4 countries.
Designed and built the chat and voice interview module for real-time candidate Q&A, integrated TTS for audio responses, and implemented proctoring controls including tab-switch detection and video-based cheating monitoring.
Developed a reverse tunneling service to create a public ingress endpoint for local web servers, allowing developers to showcase their locally running apps to clients, stakeholders or to test APIs without deploying.
Implemented MessagePack binary serialization with lz4 compression for efficient client-server messaging (70% faster than JSON); showcased at MumbaiFOSS’25 as a Community Partner Project.
Built a Unix-like tail -f log streaming system in Go using file watcher events and incremental reads, achieving 2ms avg / 3.3ms p95 latency and ~16K lines/sec throughput over WebSocket connections.
Designed a concurrent broadcast pipeline using a ring buffer and goroutine-based fan-out, supporting 250 concurrent clients with snapshot-on-connect and O(1) tail-read behavior independent of file size.
Developed a minimal, Electron-free framework for building cross-platform desktop widgets with low resource overhead.
Designed a pluggable architecture with support for auto launch on system reboot, window controls (drag/resize), keyboard shortcuts, and a persistent k/v storage. Packaged developer tooling via CLI (npx create-neuwidget) to simplify widget creation.
Developed a LAN file-sharing desktop app with distributed file registry synchronization and reliable file transfers over TCP.
Implemented a UDP-broadcast based peer discovery system, heartbeat keep-alive mechanism, event-driven UI notifications, and private IPv4 resolution across WiFi/Ethernet interfaces with intelligent fallbacks.
Built a Discord bot to manage and authenticate clippers for streamers by verifying clipper profiles and tracking submitted content.
Integrated Instagram APIs to fetch reel metrics (views, likes, comments) and implemented cron-based pipelines to continuously aggregate stats and estimate clipper revenue. Actively used by 3 discord servers.
Built a platform that allows students from the same institute to find peers with similar course materials, by directly connecting them. Achieved 1200 page visits within the first day of launch
Facilitated over 20+ successful exchanges, helping students save time spent searching for resource books. Leveraged SSR for improved page loads, reducing TTFB by 30% compared to React’s default CSR.