$ cat /etc/ayush.conf[identity]
name = Ayush Raj
handle = @ayu9x
location = India
role = DevOps Engineer Intern @ Prevoyance IT Solutions
education = B.Tech CSE β Parul Institute of Technology (2026)
[experience]
current = DevOps Intern | Jan 2025 β Present
focus = Docker, Kubernetes, CI/CD, AWS, Linux
[skills]
cloud = AWS (EC2, IAM, S3, VPC) | GCP | Cloudflare
containers = Docker | Docker Compose | Kubernetes
iac = Terraform (Basic) | Ansible
cicd = GitHub Actions | Jenkins | Git
monitoring = Prometheus | Grafana
scripting = Python | Bash
[goal]
target = Full-time DevOps / Cloud Engineer role
motto = Automate everything. Document always. Never stop learning.| βοΈ DevOps Engineer Intern | π Jan 2025 β Present |
| Prevoyance IT Solutions Pvt. Ltd., Nagpur |
- π³ Deployed containerized applications using Docker and Docker Compose
- π Built and maintained CI/CD pipelines using Jenkins and GitHub Actions
- βοΈ Assisted in deploying and managing apps on AWS EC2 instances
- π§ Managed Linux servers β monitoring logs and troubleshooting system issues
- π€ Automated deployment workflows and improved delivery efficiency
| Platform | Services Explored |
|---|---|
| EC2, S3, IAM, VPC, CloudWatch | |
| GKE, Cloud Run, Firebase, Cloud Functions | |
| CDN, DNS, Workers, Zero Trust, Pages | |
| Auth, Firestore, Realtime DB, Hosting |
|
π« B.Tech β Computer Science & Engineering Parul Institute of Technology, Vadodara π Expected Graduation: June 2026 π« Senior Secondary Ram Prasad College, Hajipur, Bihar |
|
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β π MY DEVOPS LEARNING PIPELINE β
β βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ£
β β
β π¨βπ» Code Push (Git) β
β β β
β βΌ β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β βGitHub ActionsββββΆβ Docker Build ββββΆβ Image Push β β
β β CI Pipeline β β + Testing β β (ECR/Hub) β β
β ββββββββββββββββ ββββββββββββββββ ββββββββ¬ββββββββ β
β β β
β βββββββββββββββββββββββΌβββββββββββββββββββ β
β β Kubernetes Cluster (EKS/GKE) β β
β β [ Pod ] <-> [ Pod ] <-> [ Pod ] β β
β β Managed by ArgoCD GitOps β β
β ββββββββββββββββ¬βββββββββββββββββββββββββββ β
β β β
β ββββββββββββββββββββββββββββΌββββββββββββββββββββββββ β
β βΌ βΌ βΌ β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β β Prometheus β β Grafana β β ELK/Datadog β β
β β Alerting β β Dashboards β β Logging β β
β ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ β
β β
β [ Terraform IaC ] ββββ [ Vault Secrets ] ββββ [ Cloudflare CDN ] β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
class FresherDevOpsEngineer:
def __init__(self):
self.name = "Ayush Raj"
self.status = "Intern @ Prevoyance IT Solutions | Graduating 2026"
self.stack = ["Docker", "Kubernetes", "Terraform", "Python", "Bash", "AWS"]
self.philosophy = "Learn by doing. Break things. Fix them. Repeat."
self.goal = "Land my first full-time DevOps/Cloud role"
def daily_routine(self):
return [
"Coffee first, always",
"Learn a new cloud concept",
"Spin up a Docker container",
"Write some Terraform or Bash",
"Debug why K8s pod is CrashLooping",
"Push to GitHub and automate it",
"Read docs till midnight",
]
me = FresherDevOpsEngineer()
print(me.philosophy)
# Output: "Learn by doing. Break things. Fix them. Repeat."Still learning. Always building. β @ayu9x



