Software Engineering | Designer Wannabe | 3D Enthusiast
class Developer {
constructor(name) {
this.name = name;
this.passions = ["code", "music", "design"];
this.status = "alwaysLearning";
}
work() {
this.writeCode();
this.listenToMusic();
this.exploreIdeas();
}
writeCode() {}
listenToMusic() {}
exploreIdeas() {}
}
const mariano = new Developer("Mariano");
mariano.work();Passionate about software engineering, with a focus on creating clear, efficient, and functionally designed solutions. I explore web development, visual design, and 3D modeling, always with the intention of maintaining a clean and professional style.
"Elegance in code lies in its simplicity."

