Skip to content

Embe-Codez/embe-codez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

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();
    }
}

About

GitHub Bio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published