Skip to content

Sigilo-dev/vr700

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Hi, I´m Mariano Moises Oblitas Davila

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();

About me 🍕

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.

Tech Stack 📀

HTML5 CSS3 JavaScript TypeScript Vue.js React Angular

Python Java Spring Boot C++ C# .NET

TailwindCSS Figma Blender

Contact Me 📟

LinkedIn Twitch Youtube


"Elegance in code lies in its simplicity."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors