public class About : Me
{
public List<string> ProgramingLanguages => new() {"C#", "Javascript", "Angular", "ReactJS", "NextJS", "NestJS"};
public List<string> OtherLanguages => new() {"HTML", "CSS"};
public List<string> Database => new() {"SQL Server", "PostgreSQL", "MongoDB"};
public List<string> Editors => new() {"Rider", "Webstorm", "VSCode"};
public List<string> Platforms => new() {"MacOS", "Windows"};
}
🎯
Focusing
Popular repositories Loading
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.