Is freeCodeCamp enough for landing a Full Stack job? Personally, i plan on using a combination of Codewars, Leetcode, and Freelancing to get real experience, as well as building projects to get prepared. But once i finish the Full stack curriculum, where should i learn more Javascript, for example, typescript, linux, etc?
typescript is part of the frontend section, and linux is not javascript, but there will be lessons on bash
once you finish the curriculum, you can go deeper by consulting the documentation of the specific technologies
I would say that if the teaching style works well for you, freeCodeCamp is probably “enough” structured learning. Once you have a really strong foundation in how the languages and technologies work, your focus switches to seeking out specific information to accomplish goals. I do not think that any structured learning alone is enough to qualify for a professional role. In software development there is an expectation that even junior level developers have spent significant time working on largely self-directed projects. A huge part of development is encountering a new problem and having to figure out what tools you need to solve it and how to use them. These are skills that we look for in the interview process.