public class MarcoLima : SoftwareDeveloper
{
public string[] CurrentRole => new[] { "Software Engineer", "Open Source Maintainer" };
public string Company => "McDonald's Corporation";
public string Location => "🇧🇷 Brazil";
public string[] PreviousExperience => new[]
{
"Somos Educação", "BTP", "Wilson Sons", "B3"
};
public Dictionary<string, string[]> TechStack => new()
{
["Backend"] = new[] { "C#", ".NET", "ASP.NET Core", "Entity Framework" },
["Frontend"] = new[] { "JavaScript", "TypeScript", "React", "HTML/CSS" },
["DevOps"] = new[] { "Docker", "Linux", "CI/CD" },
["Messaging"] = new[] { "RabbitMQ" },
["Databases"] = new[] { "PostgreSQL", "Redis", "SQLite" },
["Tools"] = new[] { "Git", "Visual Studio", "VS Code" }
};
public string GetMotivation() => "Building robust systems and contributing to open source! 🚀";
}Note: Most of my .NET work is in private repositories or corporate accounts, so the public stats don't fully reflect my expertise in the .NET ecosystem.
Thanks for visiting! Have a great day! 🚀


