I'm a Finnish person living in Finland who does programming.
And about programming, I'm pretty much entirely self-taught since there weren't really
any opportunities to study anything computer science related, until University.
I have always been fascinated by making computers do things before I even knew what
programming was, and I've kept learning about programming ever since hearing about it.
And I love programming because there's always something new to learn.
In my free time I often like to learn about new technologies and concepts on YouTube
so I'm more aware of what's out there.
I do a lot of programming as a hobby, and most of it is related to modding games like
Lethal Company. And as a result I've gotten very familiar with C# and .NET, including reading
other people's code. And I do read a lot of code written by other people, so by this
point I'm pretty good at it.
As a result of modding and reverse engineering, I've started reading the source code of
the tools I'm relying on to gain a much deeper understanding of everything, rather
than just learning how the APIs work on the surface level. Sometimes I do it because I want to know why something
is like it is, or maybe the information might be potentially useful later, or I'm just curious.