public class CodeCrafter
{
public string Name { get; private set; } = "Antonio Dantas";
public string Location { get; private set; } = "São Paulo/Brazil";
public string[] SpokenLanguages { get; private set; } = { "pt-BR", "en-US" };
public Dictionary<string, string[]> RankedTechStack { get; private set; } = new()
{
["Backend"] = [".NetCore S2", "Python", "Java"],
["Databases"] = ["MongoDB", "SQLServer", "PostgreSQL"],
["Frontend"] = ["Angular :)", "React", "Razor Pages", "WebForms (X_X)"],
["DevOps"] = ["Azure", "Docker", "CI/CD", "Jenkins", "GitHub Actions"],
["Architecture"] = ["Microservices", "SOLID", "Clean Architecture", "DDD"]
};
public string[] LearningNext { get; private set; } = ["LangGraph", "Metaheuristics"];
public string GetCodingPhilosophy() => "Science is what we understand well enough to explain to a computer. Art is everything else we do. - Donald Knuth";
}- 🚀 I'm currently working on PUC-RIO in Tecgraf Institute, feel free to check out my workhistory if you’re curious about my journey;
- 🎓 I’m also a professor at FATEC São José dos Campos, if you’re curious about technology, innovation, and applied learning, come visit us and discover how amazing it is to study here;
- 📊 I'm happily pursuing my PhD at Unifesp, always excited to explore and share new research insights;
- 📚 I’m currently diving deeper into LangGraph at work, it’s been an amazing learning adventure;
- 👯 I’m open and enthusiastic to collaborate on .Net repositories – let’s build something great together!
- 💬 Ask me about anything really, I will do my absolute best to anwser you appropriately. If you want, you can even ask on this repo's issues;
- 🌱 Hobbies and interests: having fun with my kids, playing music & percussion, and exploring exciting new technologies;
- 😄 Pronouns: he/ele;
This is a reflection of my online codes...
💻 Thanks for visiting!
If you read this far, you’ve earned a virtual ☕ and a git stash for today’s problems.
Let’s code and if anything explodes, we’ll open a PR to fix it! 🚀
— Your friendly neighborhood programmer 😄