some blogs and videos that I think every budding developer should come across.
React: http://aimforsimplicity.com/post/13-things-you-need-to-know-about-react/
Git: https://dev.to/hitman666/learn-git-fast-as-if-your-job-depends-on-it-dgj
Coming in JS world: https://medium.freecodecamp.org/a-study-plan-to-cure-javascript-fatigue-8ad3a54f2eb1
How Quincy Larson learn to code: https://medium.freecodecamp.org/a-cautionary-tale-of-learning-to-code-my-own-eddb24d9d5a7
This will help you to avoid time waste: https://jamesclear.com/productivity-tip
Know about redux: http://almerosteyn.com/2016/08/redux-explained-again
UI design:
https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-1-559d4e805cda
https://medium.com/@erikdkennedy/7-rules-for-creating-gorgeous-ui-part-2-430de537ba96
Video:
Higher order functions: https://www.youtube.com/watch?v=BMUiFMZr7vk
Array.map: https://www.youtube.com/watch?v=bCqtb-Z5YGQ
Array.reduce: https://www.youtube.com/watch?v=Wl98eZpkp-c
Top comments (2)
The UI design article series are really good and approachable.
Great links, thanks