Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View tavobarrientos's full-sized avatar

Organizations

@acidstudios @XamarinExpert

Block or report tavobarrientos

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.

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

🤖 Hello there!

I'm Gustavo, a Mexico-based software developer with 15+ years of experience. I'm passionate about building software that helps people and businesses.

using GustavoBarrientos;

class Bio : SoftwareDeveloper {
    string Name     => "Gustavo Barrientos";
    string Title    => "Software Engineer";
    string Location => "Monterrey, Nuevo León, México";
    Uri Blog => new Uri("https://www.barrientos.io");
    Uri Ambystech => new Uri("https://www.ambystech.com");
}

class Skills : SoftwareDeveloper {
    List<string> Languages  => ["C#", "JS", "TypeScript", "Objective-C", "PHP"];
    List<string> Databases  => ["MySQL", "MSSQL", "CosmosDB", "Neo4j"];
    List<string> Frameworks => ["Angular", "Asp.Net", "Astro"];
    List<Cloud> Cloud => [
        new()
        {
            Name = "Azure",
            skills = [
                "Service Bus",
                "Azure Functions",
                "Azure BlobStorage",
                "Azure Container Apps",
                "Azure Static Webapps",
                "AKS",
                "Azure AI Foundry"
            ]
        }
    ];
}

.NET TypeScript Angular Azure Github

Gustavo's GitHub stats Top Langs

📫 Let’s connect

Pinned Loading

  1. TacoMapper TacoMapper Public

    A Lightweight Object Mapper for C#

    MDX 1

  2. tavobarrientos.github.io tavobarrientos.github.io Public

    Web Site for my Personal Blog

    Astro

  3. VictoryRoad VictoryRoad Public

    App to generate Deck lists for Pokemon TCG official tournaments written in C#

    C#