Skip to content
View zhmdff's full-sized avatar

Block or report zhmdff

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

WELCOME TO MY DIGITAL REALM

Typing SVG


๐ŸŽฏ WHAT I DO

public class Developer 
{
    public string Name => "zhmdff";
    public string[] Roles => new[] { "Backend Architect", "Full Stack Dev", "Game Dev" };
    
    public Dictionary<string, string[]> TechStack => new()
    {
        ["Backend"] = new[] { "C#", "Node.js", "ASP.NET Core", "Express" },
        ["Frontend"] = new[] { "React", "Next", "TypeScript" },
        ["GameDev"] = new[] { "Unity", "C#" },
        ["Mobile"] = new[] { "Java", "Kotlin" },
        ["Database"] = new[] { "PostgreSQL", "MySQL", "SQL Server" }
    };
    
    public string CurrentFocus => "Building scalable backend systems & indie games";
}

๐Ÿ“Š GITHUB ANALYTICS

Contribution Graph

๐Ÿ› ๏ธ TECH ARSENAL

C# .NET Node.js TypeScript JavaScript Unity React MongoDB PostgreSQL Docker Git


๐Ÿ“ซ CONNECT WITH ME

LinkedIn Twitter Portfolio Email


๐Ÿ’ญ RANDOM DEV QUOTE


Popular repositories Loading

  1. AZnews AZnews Public

    PHP 1

  2. ehmedoff ehmedoff Public

    Config files for my GitHub profile.

  3. My-First-React-Project My-First-React-Project Public

    CSS

  4. html-typing-animation html-typing-animation Public

    CSS

  5. zhmdff zhmdff Public

  6. basic-html-js-form-validation basic-html-js-form-validation Public

    Basic HTML JS form validation.

    HTML