I thought I’d share what I recently watched that inspires me.
Jennifer De Walt shares her experiences (at JS Conference 2014) of how she learned to code by creating 180 websites in 180 days. It’s inspirational to see how she shares her successes and failures with the audience. Jennifer also mentions that with every site she creates, it is accompanied by a blog post (for each day) and the code is in a GitHub repository. In the past, I’ve tried to demonstrate what I’ve learned using CodePen in addition with GitHub.
As a result, I’ve decided I really want to learn more about JavaScript before delving deeper into jQuery. There are many posts that debate which to learn first. Below are a few examples;
- Should I Learn JavaScript or jQuery First? – Tom McFarlin
- Why You Should Learn jQuery Before JavaScript – Chris Castig
- 5 Reasons Why You Need To Learn To Use JavaScript Before jQuery – Kai Gittens
- Why Beginners Should not Learn JavaScript through jQuery – Awal Garg
As much as I love to copy and paste jQuery scripts, I would like to gain a better understanding of the fundamental reasons of why I should be coding in a certain way and to know the background of what I’m doing instead of merely copying and pasting scripts (Thank you Stack Overflow!)
Another reason to learn JavaScript was that, Matt Mullenweg (CEO and Founding Developer of WordPress) recently made this comment at the 2015 State of Word Conference, “learn JavaScript, deeply”.
What do you want to learn today?