MarianoBiencinto|dev
def who_am_i():
profile = [
"Senior Software Engineer · SRE · DevOps",
"Reliability, observability and clean architecture.",
"Based in Cantabria, Spain.",
"Also: MTB rider, music producer, DIY enthusiast.",
]
for line in profile:
print(line)
if __name__ == "__main__":
who_am_i()I'm Mariano Biencinto | Backend Developer | DIY enthusiast | Prepared for any challenge.

With extensive experience, I can say that I’ve faced a thousand battles and learned from every one of them. I’ve gone deep into many technologies — some driven by my professional journey, others pursued out of curiosity to truly understand how they work. Above all, I’ve stayed true to my passion for programming, especially in languages like PHP and Python — but that’s only the tip of the iceberg.
# mariano.py
class MarianoBiencinto:
def __init__(self):
self.location = "Cantabria, Spain"
self.role = ["Senior Software Engineer", "SRE", "DevOps"]
self.experience_years = 20
self.stack = {
"languages": ["Python", "PHP"],
"backend": ["Django", "REST APIs"],
"ops": ["SRE", "Prometheus", "Grafana", "Varnish", "CDN"],
"vcs": ["GitHub", "GitLab"],
}
self.mindset = ["Autodidacta", "Curious", "Builder"]
def teach(self):
return "Explaining complex systems in simple terms."
def build(self):
return "Systems that scale, stay observable, and don't wake you up at 3am."
def learn(self):
while True:
yield "Always hungry for the next thing"
def __repr__(self):
return f"Human({self.experience_years}yrs exp) @ {self.location}"Learn | understand | build with meaning.
If you want to know more about me, I invite you to view my experience and get in touch with me.
Contact | Download CV
