Guide me in my path. #1399
-
What should I change / update or even must to add to my path of programming journey in this rising era of AI? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right now AI is moving super fast, but if you only chase the hype you maybe get lost. so i think keep some balance:
so short answer: focus on basics, pick AI and cloud skills, build real things, and keep learning. But this is the question not onlyu for you , it is for many of the students and hope the system willbe updated towards using AI and growing with it! |
Beta Was this translation helpful? Give feedback.
Right now AI is moving super fast, but if you only chase the hype you maybe get lost. so i think keep some balance:
keep your basics strong – like data structure, algorithms, how computers really work. this never goes out of style.
learn little math – not super heavy, but understand linear algebra, probability, and little bit calculus. it help a lot if you dive into AI deeper.
pick one solid programming language – Python is king for AI, but don’t only stay there. knowing something like C++ or Java also give you edge.
learn AI tools but not only rely on them – ChatGPT, Copilot, HuggingFace, all cool, but remember they are just tools. if you don’t know why code works, you just copy …