var onofreResume = new Resume
{
Name = "Onofre Junior Rezende Salgueiro",
Birthday = new DateTime(1996, 10, 5),
Address = new Resume.AddressInfo
{
City = "Belo Horizonte",
State = "Minas Gerais",
Country = "Brazil"
},
Skills = new Resume.SkillsInfo
{
Hard = new List()
{
"C#",
".NET (Framework, Core, 5 and above)",
"Node.js",
"JavaScript",
"TypeScript",
"Angular",
"Python",
"HTML",
"CSS",
"Relational Database (SQL Server, PostgreSQL & MySQL)",
"NoSQL Database (Mongo & Redis)",
"Docker & Docker Compose",
"Versioning (Git & TFS)",
"Visual Studio & VSCode"
},
Soft = new List()
{
"Autodidata",
"Trabalho em equipe",
"Comunicação"
},
Concepts = new List()
{
"OOP",
"TDD",
"Hexagonal Architecture (Ports & Adapters)",
"Clean Architecture",
"Clean Code",
"Micro Services",
"Events",
"Functional Programming"
}
}
};
onofreResume.Print();