Backend engineer, cofounder, and builder focused on scalable systems, cloud infrastructure, and product engineering.
class Teddy(Engineer, Cofounder, Builder):
"""Building scalable backend systems and digital products with clarity and intent."""
role: str = "Cofounder @ Inflection Studio"
building: str = "Reliable software for fintech, ecommerce, and platform businesses"
writing: list = ["tngeene.com"]
stack: list = ["Python", "Django", "AWS", "Docker", "PostgreSQL"]
focus: list = ["Backend Engineering", "Cloud Infrastructure", "System Design", "Payments"]
mottos: list = ["Build for scale", "Keep it simple", "Ship with intent"]
def __repr__(self) -> str:
return "Backend engineer at heart; building dependable systems for ambitious teams."



