Skip to content
View vr700's full-sized avatar
👾
👾

Block or report vr700

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vr700/README.md

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."

Popular repositories Loading

  1. BendUI BendUI Public

    🚧Men at work🚧 Free and open-source components that let you craft modern web experiences that pull users in. Built with Vue, TypeScript, and Tailwind CSS.

    Vue 1

  2. LDS-Easy-Connect LDS-Easy-Connect Public

    Herramienta para crear Guías visuales para instalaciones eléctricas en fachadas.

    TypeScript

  3. vr700 vr700 Public

  4. OctetLab OctetLab Public

    A fast and easy subnet calculator for IP planning and network design.

    Python