Skip to content
View Fekler's full-sized avatar
😶‍🌫️
😶‍🌫️

Block or report Fekler

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Fekler/README.md

😄 Felipe Queiroz

Portfolio Badge Linkedin Badge Whatsapp Badge Gmail Badge Github Badge

https://fekler.tech/

About Me

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

Language and Tools

Logo C# Logo .NET Logo Xamarin Logo MAUI Logo Azure Logo Docker Logo visual studio code Logo Visual Studio Logo SQL Server Logo Postgress SQL Logo git Logo GitHub Logo JIRA Logo Microsoft

Some statistics:

Fekler Fekler Fekler
## Total de Visitas no perfil 23/10/2022 🕵️

Popular repositories Loading

  1. fekler.github.io fekler.github.io Public

    Personal 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

  2. Gallery Gallery Public

    A test Application in MAUI to test all the components.

  3. LearningUnitaryTest LearningUnitaryTest Public archive

    C#

  4. LearningMarkdown LearningMarkdown Public

    Learning Markdown

  5. 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…

  6. learningtdd learningtdd Public

    Welcome 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#