@fengzhou
Nothing here yet.
Nothing here yet.
No blogs yet.
IMO, tutorials are leaky compared to real world projects and should be only used for beginning. here are some things I suggest you can work on: Find a related job to work on real world projects. Learn what are the problems really matter and how to solve them. Participate in open source projects and learn from other developers Find a relevant project and read its code, compare yours with its code, refactor your code and learn from it. Read books, think and get a good taste, such as Structure and Interpretation of Computer Programs . In conclusion, here is the cycle I think is helpful: reading (books, codes) -> coding -> thinking and comparing -> refactoring, and repeat.
People may have different opinions on this question, but for me, passion really matters. I have five years back-end development experience, and now I am learning front end stuff. I just so love the feeling that I make something by my own and only back-end experience cannot help me do this. At the same time, I also learnt machine learning and AI during last year. These are the buzzwords now and may take the world in the future, but I figure that it's difficult to do something interesting without considerable computation resources and big data (in general cases). Also, IMO, the most challenging part in ML is to investigate algorithms and improve them or even invent new ones, it is not only an engineering task but also a research question. As a software developer, I have to admit that I can use or understand the existing algorithms in general, but cannot further it, but I am open to change my opinion if one day the cost of playing with this stuff decreases. While for web development, it's all about engineering and I can know every detail of it if I want to. Now my goal is to become a full stack developer and enjoy it. Today is web, tomorrow may move on to mobile. I feel It's not that difficult after I have several years of experience and thinking. By the way, it's exciting to get the chance to try different things.