Skip to content
View Myze16's full-sized avatar
🚀
The sky is the limit
🚀
The sky is the limit

Highlights

  • Pro

Organizations

@Myze-Solutions

Block or report Myze16

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
Myze16/README.md
import SoftwareEngineer from "Myze";

class AboutMe extends SoftwareEngineer {
  name = "Mizael Pardal";
  area = "Full Stack";
  place = "Vassouras, RJ";
  bio = "Estudante de engenharia e entusiasta de tecnologia";
  hint = "Atente-se aquilo que nĂŁo se compra, mas se gasta a todo momento sem parar";
  iBelieve = Jesus > All == true;
}

class Skills extends SoftwareEngineer {
  languages = ["Go", "JavaScript", "Python", "Java"];
  libraries = ["Pandas", "ReactJs"];
  frameworks = ["Gin", "Flask", "Node.js", "Next.js", "Django"];
  tools = ["Figma", "RabbitMQ", "Git", "AWS", "Docker", "IDE in general"];
}

Popular repositories Loading

  1. Myze16 Myze16 Public

  2. covid-19-journal covid-19-journal Public

    O projeto Covid-19 Journal tem como objetivo apresentar notĂ­cias esclarecedoras e atualizadas sobre o coronavĂ­rus em diversos tipos de mĂ­dia.

    Python

  3. sistema_biblioteca sistema_biblioteca Public

    Um sistema bibliotecário orientado a objetos desenvolvido em python.

    Python

  4. readme-template readme-template Public

    Forked from iuricode/readme-template

    📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.

  5. site-marvel site-marvel Public

    Projeto de software para praticar boas práticas e consumo de APIs com a biblioteca react.

    JavaScript

  6. bot-telegram bot-telegram Public

    Nesse projeto é abordado conceitos de arquitetura de software, boas práticas em JavaScript, observabilidade e testes unitários, o intuito é desenvolver um projeto com a comunidade onde todos possam…