class Developer:
def __init__(self):
self.name = "Pooria Keshavarz"
self.role = "Python Developer & Systems Enthusiast"
self.interests = [
"Python Development",
"Linux Administration",
"Server Automation",
"Windows Server",
]
self.current_focus = [
"Building practical infrastructure tools",
"Improving automation and backend skills",
"Learning Docker, networking and cloud fundamentals",
]
def say_hi(self):
return "Thanks for visiting my GitHub profile!"
me = Developer()
print(me.say_hi())- π I enjoy building useful tools and automation scripts with Python
- π§ I am interested in Linux administration, networking and servers
- πͺ I also enjoy working with Windows Server and PowerShell
- βοΈ I like turning repetitive system tasks into reliable automation
- π I am currently improving my knowledge of Docker, APIs, databases and DevOps
- π€ I am open to learning, collaboration and practical open-source projects
|
|
βAutomate the repetitive. Monitor the important. Keep learning.β