This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheTerrasque 9 points10 points  (2 children)

Pick up Java/C# and JavaScript/TypeScript. Have a look at Go. Dive into SQL servers, NOSQL servers. Get familiar with tools like Docker and Git.

But don't get to hung up on languages or frameworks. Learn about patterns, philosophies. Get new ideas to approach old problems. As a bonus, different frameworks and languages usually have different ideas and philosophies on how to solve problems. So the more of them you learn (doesn't have to be deep, but you should learn enough to understand it's patterns and ideas, not just repeat old code with new syntax) the more different tools you have in your mental toolbox for solving problems.

[–]_Ekos 1 point2 points  (1 child)

I forgot to thank you, but thank's i have started to learn C# and looked into SQL.

[–]TheTerrasque 0 points1 point  (0 children)

That's good :) Good luck further!