Hello, I'm Jim!

DevOps | Cloud | SRE

Code, coffee and chaos.
My holy trinity.

const profile = {
  name: 'Jim Eligio',
  role: 'DevOps Engineer',
  experience: '3+ years',
  expertise: ['Azure', 'DevOps', 'IAAS', 'PAAS'],
  certifications: '7x Azure, 1x AWS',
  status: 'ChillOps'
};

aboutMe

jim@devops:~$
jim@devops:~$ cat about.txt

# Automating Cloud & DevOps stuff since 2022

Computer Engineering grad — from PUP Manila

# Less clicking, more coding — that’s my thing

Currently managing cloud, CI/CD & deployments at DSV

jim@devops:~$ ls interests/
dota2.exe
formula1.tv
netflix.app
coffee.shop
roadtrip.md
travel.log
jim@devops:~$ cat stats.json
{
"experience": "3+ years",
"certifications": 8,
"coffee_consumed": "∞"
}
jim@devops:~$ _

techStack

tech-stack.sh
jim@devops:~$ ls cloud-platforms/
Microsoft Azure Microsoft Azure ✓ active
AWS Amazon Web Services ✓ active
jim@devops:~$ ls devops-tools/
Azure DevOps Azure DevOps ✓ active
Terraform Terraform ✓ active
Kubernetes Azure Kubernetes Services ✓ active
jim@devops:~$ ls version-control/
Git Git ✓ active
GitHub GitHub ✓ active
jim@devops:~$ ls monitoring-scripting/
Datadog Datadog ✓ active
YAML YAML ✓ active
PowerShell PowerShell ✓ active
jim@devops:~$ ls project-management/
Jira Jira ✓ active
Confluence Confluence ✓ active
jim@devops:~$ _

experience

career-history.log
jim@devops:~$ cat current-position.json
{
"company": "DSV",
"role": "DevOps Engineer",
"period": "June 2024 - Present",
"status": "🟢 active",
"responsibilities": [
"CI/CD pipelines & automated build/release processes",
"Monitoring solutions & deployment collaboration",
"Monthly backup/restore & quarterly SOC2 compliance"
],
"tech_stack": ["Azure", "DevOps", "CI/CD", "IAAS", "PAAS" "Terraform", "Monitoring"]
}
jim@devops:~$ git log --oneline --reverse career/
a1b2c3d 2022-05 Started as L1 Support Engineer Intern @ Adventus
d4e5f6g 2022-10 Platform Support Associate @ Inchcape Digital
h7i8j9k 2023-05 Junior Cloud Engineer @ QBE Insurance
jim@devops:~$ wc -l achievements.txt
20+ CI/CD pipelines built and maintained using Azure DevOps
2 Automated Self-service Catalogs (DSV)
Q1 2024 Top Cloud Engineer Performer (QBE)
1500+ Azure Legacy VMs encrypted (QBE)
20+ SD members trained during AZ-900 (QBE)
6 Cross-functional teams collaborated with NCI (Inchcape)
500+ Users supported during cloud migration (Adventus)
jim@devops:~$ _

certifications

cert-manager.sh
jim@devops:~$ npm list --global @azure/certifications
├── @azure/devops-engineer-expert @latest
├── @azure/solutions-architect-expert @latest
├── @azure/developer-associate @latest
├── @azure/administrator-associate @latest
├── @azure/security-compliance-identity @latest
├── @azure/fundamentals @latest
├── @azure/data-fundamentals @latest
└── @aws/cloud-practitioner @latest
jim@devops:~$ cat cert-details.json | jq '.expert_level[]'
[EXPERT] Azure DevOps Engineer Expert
AZ-400 🔗 verify
[EXPERT] Azure Solutions Architect Expert
AZ-305 🔗 verify
jim@devops:~$ cat cert-details.json | jq '.associate_level[]'
[ASSOCIATE] Azure Developer Associate
AZ-204 🔗 verify
[ASSOCIATE] Azure Administrator Associate
AZ-104 🔗 verify
jim@devops:~$ cat cert-details.json | jq '.fundamentals_level[]'
[FUNDAMENTALS] Azure Security, Compliance & Identity
SC-900 🔗 verify
[FUNDAMENTALS] Azure Fundamentals
AZ-900 🔗 verify
[FUNDAMENTALS] Azure Data Fundamentals
DP-900 🔗 verify
jim@devops:~$ cat cert-details.json | jq '.aws_level[]'
[AWS] AWS Cloud Practitioner
CLF-C01 🔗 verify
jim@devops:~$ cert-stats --summary
Total Certifications: 8
Azure Expert Level: 2
Azure Associate Level: 2
Azure Fundamentals: 3
AWS: 1
jim@devops:~$ _

getInTouch

message-composer.sh
jim@devops:~$ nano new-message.txt
1 From:
2 Email:
3 Subject:
jim@devops:~$
jim@devops:~$ _