class DevOpsEngineer:
def __init__(self):
self.name = "Saeed Marefat"
self.role = "Aspiring DevOps Engineer"
self.location = "Iran"
self.passion = "Building reliable and scalable infrastructure"
self.current_focus = [
"Linux System Administration",
"Containerization with Docker",
"CI/CD Pipelines",
"Infrastructure as Code",
"Cloud Technologies"
]
def say_hi(self):
print("Thanks for visiting my profile! Let's connect!")
me = DevOpsEngineer()
me.say_hi()
A containerized web application with Nginx reverse proxy
Automated build and deployment pipeline using GitHub Actions
Bash scripts for system administration tasks
"Automation is not about replacing humans, it's about amplifying human potential."
- Inspired by DevOps philosophy