Skip to content
View iamheiner's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report iamheiner

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
iamheiner/README.md

Hi there 👋


LinkedIn

class FullStackDeveloper
{
    FullStackDeveloper()
    {
        Name = "🙋Heiner Abella";
        Role = "💻Full Stack Developer";
        AskMeAbout = ["Web development", "MobileApp development", "Software development", "GIS"];
        Skills = new() {
                        Languages = ["C#", "JavaScript", "TypeScript", "🐍Python"],
                        Frameworks = [".NET", "Angular"],
                        Databases = ["SQL Server", "Oracle", "🐘PostgreSql", "Sqlite"],
                        DevOps = ["AWS", "🐋Docker", "Nginx"]
        };
        Misc = ["GIS", "🌎GeoServer", "OpenLayers"];      
        Architecture = ["Microservices", "🌐 Single page applications"];
    }

    public string Hi() {         
        return $"Hi👋, I'm {Name} and I'm a {Role}. Ask me about {string.Join(", ", AskMeAbout)}";
    }
}

var me = new FullStackDeveloper();
me.Hi();

Popular repositories Loading

  1. iamheiner.github.io iamheiner.github.io Public

    HTML

  2. iamheiner iamheiner Public