Building and automating cloud infrastructure, one deployment at a time
From network engineering to DevOps, I've spent the last few years designing, deploying, and automating cloud infrastructure. I love turning complex infrastructure challenges into elegant, automated solutions.
class WorkingHard:
def __call__(self, subject: object):
try:
process(subject)
except Exception as e:
take_a_break(type('Cat', (object,), {}))
surf_on_stackoverflow(subject)
ask_to_claude(subject)
see_that_tomorrow_and_go_do_some_biking()
class DevOpsEngineer:
def __init__(self):
self.name = "Romain"
self.background = "Network Engineering"
self.current_role = "DevOps Engineer"
self.passions = ["Python developpement" ,"Infrastructure as Code", "Automation", "Cloud Architecture", "Pet my cats"]
self.work = WorkingHard()
def daily_routine(self):
for passion in self.passions:
self.work(passion)
|
|
|
|
- π€ Infrastructure automation scripts
- π API development with FastAPI
- π§ CI/CD pipeline tooling
- π Monitoring integrations
|
|

