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";
}
- Azerbaijan
- @zhmdff
- http://instagram.com/zhmdff
Popular repositories Loading
-
-
-
-
-
basic-html-js-form-validation
basic-html-js-form-validation PublicBasic HTML JS form validation.
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


