Skip to content
View Embe-Codez's full-sized avatar

Block or report Embe-Codez

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

image

Hi there, I'm Marcos! πŸ‘‹

I enjoy switching between sysadmin and dev.

class Bio
{
    public string Role { get; set; }
    public List<string> Technologies { get; set; }
    public string Programming { get; set; }
    public string Frameworks { get; set; }
    public string OS { get; set; }
    public string Database { get; set; }
    public string Cloud { get; set; }
    public List<string> Automation { get; set; }

    public Bio()
    {
        Role = "DevOps Engineer";
        Technologies = new List<string> { "Containers", "Kubernetes", "Serverless" };
        Programming = "C#";
        Frameworks = "ASP.NET Core";
        OS = "Linux (Fedora ftw!)";
        Database = "Postgres";
        Cloud = "Azure";
        Automation = new List<string> { "Ansible", "Packer", "Terraform" };
    }
}

class Program
{
    static void Main()
    {
        var bio = new Bio();
    }
}

Popular repositories Loading

  1. embe-codez embe-codez Public

    GitHub Bio