I like to create great software and help other people do the same.
object Rodrigo {
public string Name {get;} = "Rodrigo Brás Mecheri";
public string Acknowledgements {get;} = "Back-end";
public string PrimarySkillset {get;} = "C#/.NET";
public List<string> LanguagesAndFrameworks {get;} = ["C#", "Rust", "Go"];
}