Skip to content
View saulomlcosta's full-sized avatar

Block or report saulomlcosta

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

Hello there 👋

Linkedin Open Source Love

public class SoftwareEngineer : LifeEntity
{
    public string Name { get; private set; }
    public string Role { get; private set; }
    public List<string> LanguagesSpoken { get; private set; }

    public SoftwareEngineer()
    {
        Name = "Saulo Marcos";
        Role = "Software Engineer";
        LanguagesSpoken = new List<string> { "pt_BR", "en_US" };
    }

    public void SayHi()
    {
        Console.WriteLine("Thanks for dropping by, hope you find some of my work interesting.");
    }
}

🔧 Technologies & Tools

Cloud Services:

AWS

Programming Languages:

Csharp Javascript Typescript

Frameworks:

Dotnet React

Tools and Services:

Docker

Pinned Loading

  1. AspNetMServices AspNetMServices Public

    C#

  2. RefactorForUnityTestsCSh RefactorForUnityTestsCSh Public

    C#