Skip to content
View Rabin-Mishra's full-sized avatar
:octocat:
:octocat:

Block or report Rabin-Mishra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rabin-Mishra/README.md

Typing SVG


DevOps Animation

πŸ‘¨β€πŸ’» About Me

name: Rabin Mishra
role: DevOps & Cloud Engineer | Aspiring MLOps Engineer
location: Kathmandu, Nepal πŸ‡³πŸ‡΅
license: Nepal Engineering Council #97236

education:
  degree: B.E. in Information Technology
  university: Cosmos College (Pokhara University)
  cgpa: "3.90 / 4.0"
  graduated: August 2025

focus:
  - Cloud Infrastructure (AWS)
  - Infrastructure as Code (Terraform, Ansible)
  - CI/CD Pipelines (Jenkins, GitHub Actions)
  - Containerization (Docker, Kubernetes)
  - Monitoring & Observability (Prometheus, Grafana)
  - Zero-Trust Networking (Cloudflare Tunnels)

currently_pursuing:
  - Postgraduate studies in Cloud / Distributed Systems
  - MLOps & AI Infrastructure
  


πŸ“¬ Contact & Links

Email Email Email

Website LinkedIn GitHub Credly

Profile Views


πŸ› οΈ Tech Stack & Tools

☁️ Cloud & Infrastructure

βš™οΈ DevOps & CI/CD

πŸ—οΈ Infrastructure as Code

πŸ“Š Monitoring & Observability

πŸ€– Machine Learning & Data

πŸ’» Operating Systems & Networking

πŸ—„οΈ Databases

πŸ”§ Languages & Frameworks

πŸ”— Version Control & Collaboration


πŸš€ Featured Projects

πŸ“š SynthBook β€” Intelligent Book Recommendation System

Full-stack ML-powered book recommendation platform combining Collaborative Filtering (SVD/FunkSVD), Content-Based Filtering (TF-IDF + Cosine Similarity), and an IMDB-style weighted rating formula. Embedding Matrix approach uncovers hidden patterns between books; personalized recommendations require users to rate at least 5 books.

Stack: Django Β· Python Β· Scikit-learn Β· Surprise Β· NLTK Β· Pandas Β· NumPy Β· TF-IDF Β· FunkSVD Β· SQLite Β· Render

πŸ›’ GrocerEase β€” Full-Stack Grocery eCommerce Platform

Rebuilt a vulnerable PHP/MySQL codebase into a secure Laravel 13 MVC app. Resolved SQL injection vulnerabilities, IP-spoofable cart sessions, and an unauthenticated admin panel. Implemented atomic DB transactions and integrated eSewa & Khalti payment gateways with server-side HMAC verification.

Stack: Laravel 13 Β· PHP 8.3 Β· PostgreSQL (Neon) Β· Bootstrap 5 Β· eSewa API Β· Khalti API Β· Railway Β· GitHub Actions

βš™οΈ CI/CD Pipeline β€” Jenkins + AWS EC2 (Next.js)

Automated deployment pipeline triggered on every merge to main, deploying a Next.js app to a secured AWS EC2 instance via GitHub Webhooks, Nginx reverse proxy, and SSH key auth.

Stack: Jenkins Β· AWS EC2 Β· GitHub Webhooks Β· Next.js Β· Nginx Β· Ubuntu

βš™οΈ CI/CD Pipeline β€” Jenkins + Azure (NestJS)

Full pipeline-as-code (Jenkinsfile) for a NestJS app: test β†’ build β†’ deploy on every push, with automated email notifications on build success/failure.

Stack: Jenkins Β· Azure Β· GitHub Webhooks Β· NestJS Β· Node.js

🌐 Personal Portfolio β€” Full-Stack DevOps Showcase

Production-grade portfolio at rabinmishra.com.np with multi-stage Docker setup, Nginx reverse proxy, and a full GitHub Actions CI/CD pipeline (lint β†’ build β†’ Vercel deploy).

Stack: Next.js 15 Β· TypeScript Β· Sanity CMS Β· Docker Β· GitHub Actions Β· Vercel Β· Cloudflare

πŸ”Œ Self-Hosted Homelab via Cloudflare Tunnels

Deployed production-grade services (WordPress, phpMyAdmin, Kibana) on Ansible-provisioned AWS EC2 instances, exposed securely via Cloudflare Tunnels with zero open inbound ports. Configured full email stack: SPF, DKIM, DMARC via Zoho Mail.

Stack: Ansible Β· AWS EC2 Β· Cloudflare Tunnels Β· Nginx Β· WordPress

πŸ”— TCP/IP Socket Programming in C

Client-server applications using POSIX sockets on Linux and Winsock API on Windows β€” covering socket creation, binding, listening, and cross-platform error management, with detailed PDF & Markdown documentation.

Stack: C Β· POSIX Sockets Β· Winsock Β· Linux Β· Windows


πŸ… Certifications & Licences

Badge Certification Issuer Year
πŸ›οΈ Registered Engineer (License #97236) Nepal Engineering Council 2026
☁️ AWS Cloud Practitioner Essentials Amazon Web Services 2025
☁️ AWS Educate: Intro to Cloud 101 Amazon Web Services 2025
🐧 Introduction to Linux Linux Foundation 2025
🐧 Linux Essentials Cisco 2025
βš™οΈ Intro to DevOps & SRE (LFS162) Linux Foundation 2025
πŸ’» Introduction to Bash Microsoft 2025
πŸ” Introduction to Cybersecurity Cisco 2025
πŸ“‘ Postman API Fundamentals Expert Badgr 2025

View All Badges on Credly


πŸ“Š GitHub Statistics


πŸ† GitHub Trophies

GitHub Trophies


πŸ“ˆ Contribution Activity

Rabin's github activity graph


πŸ’‘ Current Focus

πŸ”­  Building production-grade DevOps infrastructure on AWS
🌱  Deepening expertise in Kubernetes & MLOps pipelines
πŸ“š  Pursuing postgraduate studies in Cloud / Distributed Systems
✍️  Writing DevOps & Cloud engineering articles at rabinmishra.com.np

"Infrastructure as Code is not just a practice β€” it's a philosophy of reproducibility, reliability, and scale."

Popular repositories Loading

  1. Python-Fundamentals-With-Harvard-CS50 Python-Fundamentals-With-Harvard-CS50 Public

    This repository contains the basic fundamentals of python with proper source code referencing on Harvard CS50 ,W3School and Python Documentation.

    Python 2

  2. Applied-OS-Using-C-Programming- Applied-OS-Using-C-Programming- Public

    A repository showcasing C programs for Applied Operating System concepts, including MUTEX, process synchronization, scheduling algorithms, SRTF, and system calls. Explore source codes demonstrating…

    C 2

  3. Numerical-Methods-Using-C-Programming Numerical-Methods-Using-C-Programming Public

    This repository contains implementations of key numerical methods, including Curve Fitting, Falsi Position, Gauss-Jacobi, Lagrange Interpolation, and Newton-Raphson. These methods are essential for…

    C 2

  4. Network-Programming-Codes-Using-C- Network-Programming-Codes-Using-C- Public

    This repository contains the code in C Programming language for UNIX Socket Programming and Windows Socket Programming (Winsock) Programming along with the respective markdown files as the descript…

    C 2

  5. rabin-portfolio rabin-portfolio Public

    TypeScript 2

  6. grocerease-v2 grocerease-v2 Public

    Modern Laravel 11 Grocery E-commerce with eSewa & Khalti

    Blade 2