using System;
using System.Collections.Generic;
namespace Portfolio
{
public class YerzhanKengesbaev : BackendDeveloper, IFullStack
{
public string CurrentLocation => "Almaty, Kazakhstan 🇰🇿";
public int Age => 21;
public string PreferredWorkFormat => "Remote / Hybrid / On-site";
public List<string> CoreStack => new()
{
"C#", ".NET Core", "Oracle PL/SQL", "PostgreSQL", "React", "TypeScript"
};
public void CurrentActivity()
{
// Разработка корпоративных систем в Страховой компании НСК
DevelopBusinessApplications();
OptimizeDatabaseQueries(engine: "Oracle PL/SQL");
}
}
}
Popular repositories Loading
-
-
-
-
-
-
quiz_project
quiz_project PublicThis is my little project. It contains stupid questions and you have to answer them True and False
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.