$ whoami — Aspiring DevOps Engineer

//
Prabal Piya profile placeholder

Hi, I'm

PRABAL PIYA

🟢 Open to opportunities Nepal

A DevOps enthusiast learning containers, CI/CD, cloud deployment, and automation through hands-on projects.

$ cat ./focus.txt

Build. Deploy. Improve.

I am building small, practical projects that show how applications move from source code to running environments.

Currently focused on:

  • Docker Containerization
  • Kubernetes Deployments
  • CI/CD Pipelines
  • Cloud Infrastructure
  • Monitoring and Documentation

$ ls -lh /opt/projects

Things I have built

00 AWS Full-Stack LMS Deployment Deployed, Tested, Destroyed for cost · S3 CloudFront EC2 RDS

Deployed a full-stack Learning Management System on AWS with frontend hosted through S3 and CloudFront, Dockerized backend running on EC2, and database hosted on Amazon RDS.

AWS S3 CloudFront EC2 RDS PostgreSQL Terraform Docker GitHub Actions AWS SSM

This project was deployed and tested successfully on AWS. The cloud infrastructure was later destroyed to avoid ongoing AWS costs.

01 DevOps GitOps Capstone Deployed, Tested, Destroyed for cost · CI/CD EKS ECR Monitoring

Deployed a containerized full-stack application to AWS EKS using Terraform, GitHub Actions, Amazon ECR, Helm, Argo CD, Prometheus, and Grafana.

AWS Terraform EKS ECR Docker GitHub Actions Helm Argo CD Grafana

This project was deployed and tested successfully. The cloud environment was later destroyed to avoid ongoing cloud costs.

02 InvoiceFlow DevOps Infrastructure Deployed, Tested, Destroyed for cost · EC2 K3s GitOps Monitoring

Deployed application on AWS EC2 using K3s, Terraform, Helm, ArgoCD, GitHub Actions, Prometheus, and Grafana with a cost-optimized DevOps setup.

AWS EC2 Terraform K3s Docker GitHub Actions Helm Argo CD Prometheus Grafana

This project was deployed and tested successfully. The cloud environment was later destroyed to avoid ongoing cloud costs.

03 Portfolio Website CI/CD Portfolio project · GitHub Actions GitHub Pages

This portfolio is a static website deployed with a simple CI/CD workflow using GitHub Actions and GitHub Pages.

HTML CSS JavaScript GitHub Actions GitHub Pages Custom domain
04 Jenkins Three-Tier CI/CD Lab Local CI/CD lab · Jenkins Docker Compose GitLab

Built a three-tier application where Jenkins checks out the code, builds the Docker images, and deploys the complete application using Docker Compose.

Jenkins Docker Compose GitLab React Express PostgreSQL Nginx

$ skills --level=learning

Tools & Technologies

AWS Actively Learning Azure Learning Docker Actively Learning Kubernetes Actively Learning Terraform Actively Learning GitHub Actions Actively Learning GitLab Actively Learning Jenkins Actively Learning Azure DevOps Learning Ansible Actively Learning Bash Scripting Actively Learning Python Actively Learning Linux Actively Learning Argo CD Actively Learning Prometheus Actively Learning Grafana Actively Learning AWS Actively Learning Azure Learning Docker Actively Learning Kubernetes Actively Learning Terraform Actively Learning GitHub Actions Actively Learning GitLab Actively Learning Jenkins Actively Learning Azure DevOps Learning Ansible Actively Learning Bash Scripting Actively Learning Python Actively Learning Linux Actively Learning Argo CD Actively Learning Prometheus Actively Learning Grafana Actively Learning

$ cat ./learning-notes.txt

Learning notes

Simple things I try to follow while building DevOps projects.

01

Build small projects first.

02

Run the app locally and understand the basic flow.

03

Use Docker, Compose, and Kubernetes step by step.

04

Learn by fixing errors in logs, ports, services, and env variables.

05

Keep notes of the commands, mistakes, and fixes.