Nabin Ranabhat
Systems Architect & Full-Stack Engineer
Pulchowk Campus Computer Engineering Graduate. Specialized in writing scalable backends, real-time telemetry pipelines, and orchestrating automated containerized deployment configurations.
Interactive Console
// Live ECG streaming simulation, microservice node inspector, and CI/CD compiler.
About Me

Professional Profile
I am a Computer Engineering graduate from Pulchowk Campus who loves building robust backend architectures. My experience spans full-stack engineering, from optimizing memory pools and low-latency EKG vital sign streaming services in Rust to developing containerized Java Spring Boot microservices.
I enjoy diving deep into Linux kernels, network routing, and automated infrastructure deployments. I seek to apply sound software engineering patterns and DevOps principles to resolve complex systems architecture challenges.
Academic Focus & Coursework
My Bachelor's degree curriculum from Pulchowk Engineering Campus was heavy on computer science and systems foundations:
Experience & Credentials
// WORK EXPERIENCE
Full-Stack Developer Intern
Proventus Technology Pvt. Ltd.
Contributed to CratusPulse, a patient-monitoring platform built to FCC and FDA-aligned compliance standards.
Implemented secure backend data pipelines and real-time vital-sign streaming services in Rust, ensuring reliability and regulatory-grade performance.
Built an interactive dashboard using Node.js and React for live visualization of EKG waveforms, display of vital parameters (heart rate, SpO2, blood pressure), and classification of cardiac rhythm types.
Developed cloud APIs and device–server integration layers supporting continuous data ingestion from medical hardware.
// CERTIFICATIONS
Generative AI Course — Elective III (8th Sem)
Ekbana Solutions, Pulchowk Engineering Campus
Current / recent
Artificial Intelligence Course
Samsung Innovation Campus
May 2025 – Nov 2025
AI Fellowship
fusemachines
Apr 2025 – Oct 2025
Coding And Programming
Samsung Innovation Campus
Dec 2023 – Apr 2024
Skills Inventory
Featured Projects
Scalable E-Commerce Platform
Architected a distributed e-commerce backend across six independent microservices—User, Catalog, Cart, Order, Payment, and Notification. Each service is fully containerized and dynamically registerable via Spring Cloud Eureka for routing and load-balanced gateway access.
- ▪JWT-based gateway authentication and load-balanced client request routing
- ▪Stripe payment gateway integration and SendGrid transactional email updates
- ▪Prometheus & Grafana telemetry dashboards with centralized logging via ELK stack
- ▪GitHub Actions workflow automating integration testing and Docker image builds
Automated CI/CD DevOps Pipeline
Engineered an automated deployment pipeline from code commit to server container reload. Integrated Prometheus metrics parsing and Grafana visualization dashboard configurations, reducing pipeline cycle duration from ~120s to ~70s via caching strategies.
- ▪Jenkins webhook builds pulling source, compiling containers, and running smoke tests
- ▪Ansible playbook managing automated zero-touch image pulls and zero-downtime updates
- ▪Prom-client library instrumenting Node runtime heaps, RAM use, and query latency counts
- ▪Docker layer caching implementation optimizing deployment build execution times
Instagram Clone
Built a social media platform replicating core Instagram interactions. Implemented secure JWT session cookies and route access control in Next.js, leveraging server-side page renders (SSR) to improve load times and SEO hierarchy.
- ▪Secure JSON Web Token (JWT) session handling and route middleware protection layers
- ▪Cloud image uploads, social feeds, comment sections, and follower relationships
- ▪Flexible MongoDB Mongoose schemas structured to query posts and user relations
- ▪Fully responsive feed layout matching mobile/desktop layout standards