Skip to content
View tavobarrientos's full-sized avatar
😃
😃

Organizations

@acidstudios @XamarinExpert @ambystechcom

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 is supported. This note will only be visible to 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.

AI Architect CTO @ Ambystech Monterrey, MX

using Ambystech.Ai;
using GustavoBarrientos;

namespace Profile;

public sealed record Bio() : AiArchitect
{
    public string Name     => "Gustavo Barrientos";
    public string Title    => "AI Architect · Co-Founder & CTO @ Ambystech";
    public string Location => "Monterrey, Nuevo León, México";

    public Uri Blog       => new("https://www.barrientos.io");
    public Uri Ambystech  => new("https://www.ambystech.com");
    public Uri OpenSource => new("https://www.ambystech.io");
}

public sealed record Stack() : AiArchitect
{
    public string[] Languages  => ["C#", "TypeScript", "Python"];
    public string[] Frameworks => [".NET 9", "ASP.NET Core", "Angular", "Astro"];
    public string[] Data       => ["MSSQL", "CosmosDB", "Neo4j", "Qdrant"];
    public string[] Cloud      => ["Azure AI Foundry", "Container Apps", "Functions", "Service Bus", "AKS"];

    public AiPlatform Ai => new()
    {
        Protocols = ["MCP", "A2A"],
        Patterns  = ["Multi-agent", "RAG", "Spec-Driven Development"],
        Tools     = ["Claude Code", "OpenCode", "Cursor"]
    };
}

public sealed record OpenSource() : AiArchitect
{
    public Project[] Projects =>
    [
        new("Elaris.UI",         "True-color terminal UI for .NET"),
        new("Neo4j.Repository",  "Generic repository pattern for Neo4j"),
        new("AmbyKit",           "Spec-driven development for AI coding agents")
    ];

    public string License => "MIT, always.";
    public Uri Org        => new("https://github.com/ambystechcom");
}

public readonly record struct Project(string Name, string About);

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#

  4. setup setup Public

    Script for setup a new Mac/Windows/Ubuntu dev machine.

    Go Template