Aiman Singh
Software Engineer
Skills & Technologies
Projects
CoxyProxy
Developed a high-performance MITM proxy server handling 200+ concurrent connections at sub-10ms latency.
- Developed a high-performance MITM proxy server handling 200+ concurrent connections at sub-10ms latency.
- Engineered a real-time HTTPS traffic decryption engine using dynamic X.509 certificate generation.
- Built a Svelte desktop UI with binary-optimized WebSocket protocol for live packet inspection.
Pixie
Created a real-time collaborative drawing platform with a Go-based WebSocket state management backend.
- Created a real-time collaborative drawing platform with a Go-based WebSocket state management backend.
- Implemented stateless JWT authentication and per-room mutex locking for synchronized stroke broadcasting.
- Optimized server performance with dead-client cleanup and automatic room garbage collection.
VSP-FFmpeg
Built a distributed video transcoding pipeline generating adaptive bitrate HLS variants via FFmpeg.
- Built a distributed video transcoding pipeline generating adaptive bitrate HLS variants via FFmpeg.
- Reduced processing time by 3x using Celery and RabbitMQ for parallel task execution and queue management.
- Containerized a 6-service architecture achieving high availability and reproducible production deployments.
EmuMon
Built a cross-platform ROM manager using Electron, React, and TypeScript with automated emulator setup.
- Built a cross-platform ROM manager using Electron, React, and TypeScript with automated emulator setup.
- Integrated aria2c for high-speed parallel downloads and Cheerio for metadata scraping from ROM providers.
- Supported multi-console architectures including PSP, PS2, PS3, GBA, NDS, 3DS, and Wii/GameCube.
gamethis-cli
Built a terminal-based search and download utility for high-quality game repacks via the FitGirl registry.
- Built a terminal-based search and download utility for high-quality game repacks via the FitGirl registry.
- Engineered an interactive CLI interface for seamless repack discovery and automatic metadata scraping.
- Automated the magnet-to-torrent conversion and triggered downloads through the default system torrent client.
Open Source Contributions
astral-sh/uv
Implemented a progress bar for the hashing phase in uv publish to provide visual feedback and prevent terminal stasis during large package uploads.
sveltejs/svelte
Fixed SSR crash (TypeError: Component is not a function) for falsy dynamic components by switching to b.maybe_call; merged by core maintainer Rich Harris.
sveltejs/kit
Fixed remote form redirects ignoring target="_blank" in form.svelte.js by reading formtarget from the submitter or target from the form and early-returning before preventDefault().
pydantic/pydantic
Added ascii_only flag to StringConstraints, implemented in Rust via native .is_ascii() for a 5.19% benchmark improvement over the prior regex workaround.
pydantic/logfire
Implemented logfire auth logout CLI command with UserTokenCollection.logout() supporting per-region and global credential removal, with full test coverage.