public class Program
{
public static void Main()
{
DEV Fekler = new ()
{
Name = "Felipe Queiroz",
Working = True,
Company = Kenta Informatica,
Age = 30,
Office = "Software Engineer .Net",
UniversityGraduate = "Information Technology Management.",
SystemOperation = new List<string> { "Windows" },
City = "Natal, RN",
Stack = new List<string> {".NET", "C#", "Rest", "Xamarin", "MAUI"},
Database = new List<string> { "MongoDB", "MySQL", "SQL Server", "Oracle" },
Know = new List<string> { "SOLID", "Clean Archteture", "Clean Code", "TDD", "Scrum", "Jira","Azure DevOps", "Git" }
};
}
}
-
Fekler
- Natal- RN / Brazil
- https://fekler.tech
- in/Fekler
Popular repositories Loading
-
fekler.github.io
fekler.github.io PublicPersonal website, fekler.tech, where I showcase my projects and share my thoughts. This site is built with HTML, CSS, and pure JavaScript, providing a smooth scrolling experience, language selectio…
JavaScript 1
-
-
-
-
Fekler
Fekler Public🚀 Welcome to my coding playground! I'm Felipe Queiroz, a passionate Software Engineer based in Natal, RN. Explore my diverse projects and contributions spanning .NET, C#, Xamarin, MAUI, and more. L…
-
learningtdd
learningtdd PublicWelcome to my personal project dedicated to mastering Test-Driven Development (TDD) using C# and .NET Core. In this repository, I've built a robust API implementing TDD principles, including unit t…
C#
If the problem persists, check the GitHub status page or contact support.