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

Block or report LynxxHub

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

Hello, I'm Samir 'Lynx' Azzam! 👋

Developer at Uniqa Software Services

Linkedin: Lynx GitHub followers website

📫 Like to meet me?

Pick a slot if you'd like to meet me and chat about anything you are passionate about - but make sure to describe the agenda

meet_link

👇 Hit in your console or terminal to connect with me....

dotnet tool install -g LynxHub --version 1.0.4
Lynx

A little more about me...

public class SamirAzzam
{
    public string[] Code = { "C#", "SQL", "HTML", "CSS", "JavaScript"};
    public string[] AskMeAbout = {
                                     "Web Application Engineering",
                                     "Power Platform Integrations",
                                     ".NET Framework & Solutions",
                                     "Pedagogical Methods in Tech",
                                     "Football Strategy & Analytics",
                                     "Game Development & Mechanics",
                                     "Car Tech & Innovations"
                                 };


    public Technologies TechStack = new Technologies
    {
        BackEnd = new BackEndTech
        {
            CSharp = new string[] { ".NET Core", "ASP.NET Core", "WPF", "EFCore" },
            JavaScript = new string[] { "Node", "Express" }
        },

        DevOps = new string[] { "CI/CD Pipelines", "Docker🐳", "Nginx", "Apache" },
        Databases = new string[] { "SQL Server", "MySQL", "SQLite" },
        Misc = new string[] { "Power Platform", "Socket.IO", "Entity Framework", "LINQ" }
    };
    public string[] Architecture = { "Microservices", "Web APIs", "Single page applications", "MVC" };
    public string CurrentFocus = "Empowering students with C# and OOP principles";

    public class Technologies
    {
        public BackEndTech BackEnd { get; set; }
        public MobileAppTech MobileApp { get; set; }
        public string[] DevOps { get; set; }
        public string[] Databases { get; set; }
        public string[] Misc { get; set; }
    }

    public class BackEndTech
    {
        public string[] CSharp { get; set; }
        public string[] JavaScript { get; set; }
    }
}

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊

Popular repositories Loading

  1. ASP.NET-Custom-Identity-Starter ASP.NET-Custom-Identity-Starter Public

    C# 1

  2. CartJSUpdate CartJSUpdate Public

    By creating this app, I learned how to make fetch calls to a backend API endpoint and update the UI without refreshing the page.

    C#

  3. LynxxHub LynxxHub Public

  4. Electro-ECOMMERCE Electro-ECOMMERCE Public

    CSS

  5. ASP.NET-Auth-under-the-hood-test ASP.NET-Auth-under-the-hood-test Public

    C#

  6. FXServer-.NET FXServer-.NET Public

    C#