Skip to content
View robsonlinhares's full-sized avatar
Block or Report

Block or report robsonlinhares

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
robsonlinhares/README.md

Hello 👋,

I'm a person that is passionate about coding and technologies that improve people's lives and make the world better, whose mission is to serve and give my best always!

  • 🔭 I’m currently working at B3 as Sr. Software engineer
  • 🌱 I’m currently learning Azure certifications, English, Docker, Microservices
  • ⚡ Show me the code!! Clean Code, DDD, SOLID




C# .NET Html5 CSS JavaScript TypeScript Angular Bootstrap Dart

Snake animation

Pinned Loading

  1. Injeção pelo Construtor Injeção pelo Construtor
    1
     private readonly IServicoPessoa _servicoPessoa;
    2
    
                  
    3
            public PessoaController(IServicoPessoa servicoPessoa)
    4
            {
    5
                _servicoPessoa = servicoPessoa;
  2. api-pratica-docker api-pratica-docker Public

    Forked from Cesaragsilva/api-pratica-docker

    Exemplo de uma api empacotada para docker

    C#

  3. injecao-Dependencia-netCore injecao-Dependencia-netCore Public

    Exemplo de Injeção de dependência NET core

    C#

  4. TestXUnit TestXUnit Public

    Projeto de testes com XUnits. Varios exemplos de testes.

    C# 1

  5. MinimalApi MinimalApi Public

    What is a Minimal API? With the arrival of . NET 6, Microsoft made available the Minimal APIs feature, which was designed to allow the creation of HTTP APIs that use fewer resources, being a great …

    C# 1

  6. CurrencyRatesAPI CurrencyRatesAPI Public

    C# 1