MarianoBiencinto|dev
def who_am_i():
print("Loading profile...")
print("Senior Software Engineer.")
print("Reliability and clean architecture.")
print("Based in Cantabria, Spain.")
print("Also: MTB rider, music producer, DIY enthusiast.")
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"
self.experience_years = 20
self.stack = [
"Python",
"Django",
"SRE",
"Prometheus",
"Grafana",
"GitHub",
"GitLab"
]
self.mindset = "Autodidacta | Curious | Builder."
def teach(self):
return "Explaining complex things in simple ways."
def build(self):
return "Systems that scale and stay observable."
def learn(self):
while True:
yield "Always hungry for knowledge"
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
