public sealed class Me
{
// Basic info
public string Name => "Alex";
public string Location => "Minsk, Belarus";
public string WhoIAm => "Full stack developer";
// More info
public string InfoAboutMe => """
I am a full stack developer from Minsk. I'm passionate about automation and creating
small utilities that enhance my user experience.
""";
}
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.



