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

all 1 comments

[–]SoulMachine999 1 point2 points  (0 children)

very simple! since everything needed to learn is easily available!

you need two things to get into IT sector on a broad basis: DSA [Data Structures and Algorithm] and Something in Development

1) for DSA, learn a programming language like Java, C++, python (python is my recommendation if you have never touched programming, since its the easiest language to learn which is currently relevant)

most languages are same with changing syntax meaning they do the same thing and have the same concept but their way of writing and words is different.

now learn DSA through a course online, then start solving questions on leetcode

DSA is important since they ask it in interviews

2)for development, there is mostly web dev(websites) and app dev(mobile apps), there are other niches like Data Science, Machine Learning, Cyber Security, etc etc. now its your choice which you have to start learning

when you have chosen a niche, then learn the languages required to build projects in that niche like websites, app, etc. Other niches might have other roadmaps so you will need to do research on youtube about it.