Skip to content
View AntonioDantas's full-sized avatar

Block or report AntonioDantas

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
AntonioDantas/README.md

Hi there 👋 welcome to my Github profile.

In short...

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";
}

Get to know me a little better...

  • 🚀 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...

Antonio's GitHub Langs

💻 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 😄

Pinned Loading

  1. BackKanban BackKanban Public

    Desafio Técnico - Backend da Escola de Programação Let's Code.

    C#

  2. Heatmap-RS-Aid Heatmap-RS-Aid Public

    This Python script generates an interactive heatmap from Salva RS flood data to visualize concentrations of aid and rescue requests in Rio Grande do Sul Brazil.

    Python

  3. RKO RKO Public

    Forked from RKO-solver/RKO_Cpp_v1.0

    Random-Key Optimizer (RKO) - C++ framework

    C++

  4. SmartCampus SmartCampus Public

    Desenvolvimento de um Trabalho SmartCampus para Previsão de Pessoas em Prédios utilizando Séries Temporais

    C#

  5. TestePokeAPI TestePokeAPI Public

    API em .NET Framework que consuma a API (https://pokeapi.co/) e possua rotas personalizadas

    C#

  6. VS2017 VS2017 Public

    Projetos desenvolvidos em Visual Studio 2017

    C# 2