The first point is that you need to learn a lot to become a software developer. I can't elaborate all the technical skills you may need as a software developer, but I will list some of the most critical technical skills. Choosing a programming language is the most important. Front-end development is the most popular development job today, and advanced front-end development engineers are very lacking in the enterprise. To be a front-end development engineer, the first step should be to learn HTML/CSS/JavaScript. This is the foundation and the root.
JavaScript is fundamental in its roots and is ingrained. Many novice programmers will try to learn several programming languages at a time or before the first job, so that they are prepared. Although I think you should eventually learn more than one programming language, I don't recommend doing this in advance, because it only leads to confusion and distracts the other skills you need to learn. Instead, I suggest that you should delve deeper and focus on the ins and outs of a single programming language so that you can be confident in writing code in this coding language. Constructing code After learning a programming language -- or preferably while learning -- I firmly believe that the next thing you need to know is how to properly construct your code. What do I mean by the construction code? I mean, to write good, clear, and easy-to-understand code that doesn't require a lot of comments, because the code itself is an expression.
Many software developers have never learned this skill throughout their careers, which is unfortunate because it is the main way that I -- and many others -- judge the software and capabilities of a software developer. A good code structure demonstrates a passion for this skill, not just to get the job done. Building code is the real art part of software development, but it's also important because you and your colleagues spend a considerable amount of time maintaining existing code instead of writing new code. I won't say how to organize the code correctly, because I have given a good resource, but I have to work hard to learn how to write good, clean code from the beginning, instead of learning this skill afterwards. I can only guarantee that even if you are a newbie, if you can write a good, clean, concise, easy-to-understand code that can express meaning in itself, then any interviewer will see that your code is a Experienced professionals. And to a certain extent, or at least on this road, because you will regard this profession as a profession, not a job.