Since 2014, I have been directing my energy towards the field of software development, focusing mainly on Web Development, which represents my most significant expertise.
My work encompasses the complete spectrum of development, and I have a particular passion for the world of APIs and the latest technological innovations.
- 🔭 Full-stack developer with 6+ years of experience architecting and building scalable, high-performance web and mobile applications.
- 🌱Proficient in front-end technologies such as Angular, MVC .NET and Flutter, as well as back-end technologies such as C#, .NET and JavaScript.
💻 Developer
public class AboutMe
{
public string Username { get; set; } = "Leonardo";
public List<string> Hobbies { get; set; } = new List<string>
{
"Listening to music",
"Learning something new",
"Spending days looking for ways to improve my code",
"Exercising",
"Biking",
"Gaming"
};
public List<string> Technologies { get; set; } = new List<string>
{
"Front-End: HTML, CSS, JS, Angular e Flutter",
"Back-End: .NetCore, C#, JavaScript, Nodejs, TypeScript e Dart",
"Mobile: Flutter",
"SQL Server, MySQL e SQLite",
"Wordpress",
"UI Design utilizando Figma/Photoshop"
};
public string Address()
{
return "Guarulhos-SP";
}
}