As a Software Engineer with a strong educational foundation from the University of Washington, where I earned a Bachelor of Science in Computer Science with a Minor in Mathematics, I am driven by a relentless pursuit of professional growth and a desire to forge meaningful connections in the tech industry. My areas of expertise include Networking, DevOps, Virtualization, Containerization, and Automation, which reflect my passion for creating efficient, scalable software solutions.
When I'm not coding, find me working on my HomeLab.
class Armeen(Person):
def __init__(self):
self.name = 'ArmeenF'
self.age = 25
self.education = ['University of Washington', 'BS in Computer Science, Minor in Mathematics']
self.hobbies = ['Lifting', 'Soccer', 'Eating']
def current_location(self):
return 'Bothell, WA, USA'
def currently(self):
return {
'studying': [' Virtualisation, Containerisation'],
'reading': ['How to Win Friends & Influence People'],
'tinkering': ['Networking', 'DevOps', 'Automation']
}