Self-taught Computer enthusiast
I am a Digital Craftsman with a broad range of interests within computer science, including: computer graphics, administration, Security, PC hardware, and much more. I love learning and tinkering with new things, in every direction.
My goal is to become a low-level developer, focusing on the creation of game engines or operating systems. However, if this is not possible, I am prepared to fall back as an application or backend developer, as these fields still align with my passion for coding and technology.
Note
I have a special talent in the art of Yak Shaving.So if you ever find me tangled up in some seemingly unrelated tasks, rest assured,
I'm probably just on an adventurous quest to optimize my coding universe!
class RedH {
public:
const char* name = "Matthias";
uint8_t age = 18;
std::string country = "Belgium";
std::string languages[3] = {"German", "English", "(French)"};
bool employed = false;
private:
std::string m_browserHistory;
};
Non Code Version
Name: MatthiasAge: 18
Country: Belgium
Languages: German, English, (French)
Employed: No