Skip to content
View Otavio17061992's full-sized avatar
:octocat:
:octocat:

Block or report Otavio17061992

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Otavio17061992/README.md

Hi 👋, I'm João Mesquita

Coding


Developer of Software at GeoSaude

Social Media 🌎

linkedin instagram tiktok

👨‍💻Languages and Tools:


Jon-Csharp Jon-HTML Jon-CSS Jon-Docker Jon-Csharp Jon-Ts Jon-React





public class Pessoa 
{
  public string Pronomes {get; set;}
  public string Name {get; set;}
  public int Idade {get; set;}
  public List<string> Architecture {get; set;}
  public List<string> Tools {get; set;}
}

Pessoa pessoaDev = new Pessoa
{
    Pronomes = "He | His",
    Name = "João",
    Idade = 30,
    Architecture = new List<string> {"microservices", "event-driven", "design system pattern"},
    Tools = new List<string> { "TypeScript", "C#" , "JavaScript", "React", "Docker"}
};

Github Informations



Otavio17061992 Otavio17061992




Pinned Loading

  1. CrudWithAPI Public

    C# 1

  2. ProEventos Public

    Projeto Criação de Eventos por API C# DotNet 5

    C# 1

  3. OpenCore-Legacy-Patcher Public

    Forked from dortania/OpenCore-Legacy-Patcher

    Experience macOS just like before (Experimente o macOS como antes)

    Python 1

  4. SalesWebMVC Public

    C# 1

  5. coding-interview-university Public

    Forked from jwasham/coding-interview-university

    A complete computer science study plan to become a software engineer.

    1