namespace World.Wide.Web;
public class Developer
{
public string Name { get; set; } = "Daniil";
public bool AlreadyWork { get; set; } = true;
public string Role { get; set; } = "Backend developer";
public Exp FavoriteLang { get; set; } = new("C#", 3);
public List<string> Social { get; set; } = [
"https://t.me/H2RXRAUL"
];
}
public record Exp(string Language, int WorkedYears);
💀
anyone cares?
Backend Engineer.
Signature lang: C#
Quote: I know that I know nothing.
- Russia
-
23:24
(UTC +05:00) - https://t.me/H2RXRAUL
Pinned Loading
-
nvim-dots-v0
nvim-dots-v0 PublicЛичные настройка для NVIM, ориентированный на .NET и TS. Хранит в себе конфиги и шорткаты
Lua 1
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.


