What is/are the programming languages you're most comfortable using?
I'm not entirely sure, I'm quite comfortable with C#, Python, Javascript and recently, with PHP too. I still need to find out what my "real go-to" would be, so I'm planning on learning some more stuff this summer (especially because I'd love to try out stuff like low level learning, or using something like Qt to make interfaces that just work on desktop).
What areas of programming (meaning things like web development, systems programming, AI stuff etc.) are you most interested in?
I've always liked web development, but I've always hated stuff like React and Angular, since they feel quite bloated (he said, while booting up laravel). Jokes aside, I'm looking forward to trying out Svelte, from what I've heard, it's quite light and does stuff on the serverside, which is what I like about PHP. I also can't deny my love for systems/devops, serverside development, and frontend.
What's the dumbest thing you've ever done as a beginner?
Probably the one time I spent an entire night before a deadline trying to parse the data from an SQL response to PHP variables, but I couldn't do it at all. Guess why? Because my dumbass didn't remember that SQL responses are an array of all the results, and I had to specify that I wanted the number 0. Fml.
I'm looking forward to learning more about low-level languages once I have some more free time and I'm not extremely busy with all these things I have deadlines for ^^'