class Me {
public:
std::string role = "Software Developer";
std::vector<std::string> currentlyLearning = {
"x86/x64 Assembly",
"Modern C++",
"Computer Architecture"
};
std::vector<std::string> buildingWith = {
"C#/.NET",
"C++",
"Java"
};
std::string interests =
"System programming, desktop applications, infrastructure and open source.";
};- 🖥️ System Programming
- ⚙️ x86/x64 Assembly
- 🚀 Modern C++
- 💜 .NET Desktop Applications
- ☕ Java Projects
- 🏠 Self-hosting & Infrastructure