class VictorHugo:
def __init__(self):
self.name = "Victor Hugo"
self.role = "Full-Stack Developer"
self.education = "B.Sc. Data Science & AI @ UnB"
self.mindset = ["Curious", "Pragmatic", "Product-driven"]
self.currently = [
"Architecting high-scale backends",
"Exploring LLM integrations",
"Shipping mobile experiences with Flutter",
]
self.stack = {
"backend" : ["FastAPI", "GraphQL", "Python", "Node.js"],
"frontend" : ["Angular", "TypeScript"],
"mobile" : ["Flutter", "Kotlin", "Swift"],
"data" : ["Machine Learning", "AI"],
"infra" : ["GCP", "AWS", "Docker", "Linux",
"PostgreSQL", "Oracle"],
}
def philosophy(self) -> str:
return "Design carefully, scale gracefully."| Project | Description | Stack |
|---|---|---|
| π§ Neural-network | Pattern recognition using neural networks | C (yes, I'm crazy) |
| π§ almighty-eye | Facial recognition for live streams | Python |




