Skip to content
View FelixAVeras's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report FelixAVeras

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FelixAveras/README.md

Hi! I'm Felix

👨‍💻 About Me (in C#)

public sealed class FelixAVeras
{
    public string Role => "Software Engineer";
    public string Location => "Santo Domingo, Dominican Republic";

    public object Stack => new
    {
        Backend = new[] { "C#", "PHP", "Ruby", "Go" },
        Frameworks = new[] {"ASP.NET", ".NET Core", ".NET", "Laravel", "Ruby on Rails"},
        Mobile = new[] { "Flutter", "Xamarin Forms/MAUI", "NativeScript" },
        Data = new[] { "SQL Server", "MySQL", "Postgres" },
        Architecture = new[] { "KISS", "CQRS", "DRY", "Hexagon", "TDD", "SOLID", "MVVM", "MVC", "Repository" },
        Infrastructure = new[] { "Docker", "Heroku", "CI/CD", "Azure", "Google Cloud", "Supabase" },
        AI = new[] { "Gemini", "Claude" }
    };

    public object Practices => new
    {
        CodeQuality = new[] { "Clean Code", "Refactoring", "Code Reviews" },
        Testing = new[] { "Unit Testing", "Integration Testing" },
        DevOps = new[] { "CI/CD Pipelines", "Containerization", "Monitoring" },
        Collaboration = new[] { "Agile", "Scrum", "Cross-functional Teams" }
    };

    public object CurrentWork => new
    {
        Building = new[] 
        { 
            "Scalable APIs", 
            "Mobile apps with Flutter",
            "Geolocation-based features",
            "AI-assisted workflows"
        },
        Improving = new[]
        {
            "System design",
            "Performance optimization",
            "AI integration in backend services"
        }
    };

    public string Philosophy => 
        "Build simple solutions that scale, automate everything, and never stop learning.";

    public bool OpenToWork => true;

    public string CurrentFocus => "Integrating AI into real production systems";
}

Pinned Loading

  1. VerticalSidenav_responsive VerticalSidenav_responsive Public

    Vertical sidenav(sidebar) responsive with dropdown menus(accordion). Made in HTML5, CSS3, and JQuery

    HTML 7 1

  2. GoodWorkersMVP GoodWorkersMVP Public archive

    Cross-platform Mobile app about hire an independent worker for home repairs made in Xamarin Forms 5

    C#

  3. sistema_prestamo sistema_prestamo Public

    Sistema de prestamos

    JavaScript