Skip to content
View Alexandre-Tortoza's full-sized avatar
💘
We all make choices, but in the end, our choices make us.
💘
We all make choices, but in the end, our choices make us.

Highlights

  • Pro

Block or report Alexandre-Tortoza

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
Alexandre-Tortoza/README.md
class AlexandreTortoza {
  constructor() {
    this.hello = "👋 Bem-vindo ao meu GitHub!";

    this.about = {
      name: "Alexandre Marques Tortoza Canoa",
      role: "Full-Stack & UI/UX Developer",
      location: "Curitiba - PR, Brasil 🇧🇷",
      focus: [
        "Vue 3 + Laravel",
        "Ruby, Python",
      ],
      studying: [
        "Inteligência Artificial e ML",
        "Arquitetura de Software",
        "Sistemas Distribuídos",
      ],
    };

    this.stack = [
      "Vue 3",
      "Laravel ",
      "TypeScript",
      "JavaScript",
      "PHP",
      "TailwindCSS",
      "Bootstrap",
      "Python",
      "Docker",
      "MySQL",
      "MongoDB",
      "Figma",
    ];

    this.featuredRepos = [
      {
        name: "portfolio",
        description:
          "Meu portfólio profissional — com Tailwind, animações e seções dinâmicas em Vue 3.",
        link: "https://github.com/Alexandre-Tortoza/portfolio",
      },
    ];

    this.links = {
      github: "https://github.com/Alexandre-Tortoza",
      linkedin: "https://www.linkedin.com/in/alexandre-tortoza",
      portfolio: "https://alexandre-tortoza.github.io/",
    };

    this.funFact =
      "Curioso por natureza!";
  }

  greet() {
    console.log(`${this.hello}\nSou ${this.about.name}${this.about.role}`);
  }
}

const alexandre = new AlexandreTortoza();
alexandre.greet();

Pinned Loading

  1. machine-learning-previsao-congestionamentos-sp machine-learning-previsao-congestionamentos-sp Public

    Modelos de Machine Learning aplicados à previsão de congestionamentos em São Paulo, unindo dados de tráfego e demografia.

    Python 1

  2. portfolio portfolio Public

    Gosto de explorar ideias, dar criatividade aos meus projetos. Este portfólio é uma extensão do meu currículo e dos meus trabalhos. Se quiser conhecer um pouco mais sobre mim, dá uma passadinha!

    CSS

  3. site-projectZomboid-rp site-projectZomboid-rp Public

    Um front-end elegante para o nosso servidor de Role-Playing de Project Zomboid! Criado para diversão e também como uma forma de demonstrar minhas habilidades como desenvolvedor e UI/UX designer.

    CSS

  4. learning learning Public

    Sempre que tenho um tempinho livre, gosto de aproveitar para estudar coisas novas, explorar linguagens que despertam meu interesse, conhecer tecnologias diferentes e revisar conceitos fundamentais.

    Python

  5. .dotfiles .dotfiles Public

    Minhas configurações :b

    Lua