Projects & Packages
Production-grade projects and reusable NPM packages. Built for scalability, reliability, and real-world backend engineering at scale.
CineView – AI-Ready Video Streaming Platform
Architected and developed a full-stack video streaming platform with secure authentication, media processing, and cloud-native deployment. Built an asynchronous video processing pipeline using FFmpeg, automatically transcoding uploaded videos into multiple resolutions (360p, 720p, 1080p) and generating HLS/DASH adaptive streaming assets for seamless playback across devices.
- ▸Designed a scalable media workflow integrating AWS S3 for object storage and CloudFront CDN for low-latency global delivery with background processing for efficient upload and transcoding operations.
- ▸Implemented secure authentication with Google, GitHub, Facebook OAuth and JWT, along with role-based access control for users and administrators.
- ▸Developed a comprehensive Admin Dashboard for content moderation, user management, video lifecycle management, analytics, and platform administration.
- ▸Optimized media delivery and backend performance through modular NestJS architecture, Redis caching, Dockerized deployments, and scalable REST APIs following production-grade backend practices.
Uber Clone
Full-featured ride-hailing application with Google, GitHub, and Facebook OAuth login, JWT authentication, Docker deployment with Ngrok tunneling, and AWS deployment pipeline.
@ps-dev/auth-core
Reusable NestJS authentication module with RBAC, JWT, async workflows, and Dead Letter Queue (DLQ) handling for distributed system reliability.