|

My 2017 Learning Plan: Javascript Edition

So…I write about learning a lot. Turns out, I really love learning. I also like coming up with plans about learning, and telling you about them. The last one that went really well was the one I did in January 2014, when I learned Sass. But now that I’m no longer at an agency, I feel like pushing myself to learn is even more important because it’s not part of my daily routine; I don’t have amazing co-workers I can learn from anymore. So with that in mind, I came up with a learning plan for the next few months of 2017.

The big focus of this learning binge is evolving my skills again. Last time it was becoming better at WordPress and CSS through Sass. Now, it’s going to be Javascript focused.

Step 1: A New Dev Environment

Now seems like a good time to try a new tool for development. I’ve been hearing a lot of great stuff about Visual Studio Code, so I’m going to give that a whirl. Included in that is better development tools for linting, continuous integration, and debugging. I want to do more to be a more modern developer, using modern development tools.

Step 2: Wes Bos’ Node.js Course

I registered for Learn Node by Wes Bos when it launched, and it’s time to finally put the time in. I decided to learn Node first because it’s been recommended a lot, it’s really flexible, and it will be a really great way for me to become an all-around better Javascript developer. Plus, Wes is a great educator, so I can learn a thing or two from him to take to my own video courses.

Step 3: Vue.js

OH SNAP – I’m throwing down! There’s been much debate over using Vue vs. React. I’ve decided on Vue because it seems like there’s a lower barrier for entry and it will let me focus more on working with Javascript to make cool things, instead of spending a bunch of time getting my environment set up. It seems to be gaining in popularity, and I’m interested to learn why.

Step 4: WordPress Rest API App

Here’s the coup de grâce. The main reason I’m leveling up my Javascript skills is to do WordPress development different. That’s not to say there are other, perhaps even better, reasons. Being a general Javascript developer is the way forward for front end developers especially, but I still like working within the WordPress ecosystem. The last step of my learning plan is to make a neat WordPress/JS app. I have a few ideas.

I’m Excited!

I’m excited at the prospect of learning development for me again. I feel like I didn’t make enough time when I had a full time job because I’d work (and learn work stuff) and then at night I’d work on my own projects or spend time with my family (time well-spent). I’m dedicating Fridays to learning, and I’m documenting the process over on my YouTube channel.

Similar Posts

  • |

    How I Built my WordPress Development Course on Udemy

    My course has been out for 6 weeks and I’ve been promoting it on social media and in my newsletter; if you subscribe to any of those places you know it’s currently available. The cat’s out of the bag. But that doesn’t mean I don’t have more to tell about it. See, I originally set…

  • |

    Automating Social Media

    One of my biggest takeaways from my time at CEX was that I should really be on Twitter, being in the niche I’m in. Continue reading on The Automated Solopreneur »

  • News n’ Links for January 9th

    Lots of going on this week, so I decided I’d aggregate all of the links I’ve been sharing into one, easy to find post. Responsive Design with WordPress Giveaway: I’m giving away a few copies of my book and there is still time to enter. Check it out! Book Release: Responsive Design with WordPress |…

  • |

    On Writing Email

    Note: This article was published while I was in my early 20s. I was much younger and dumber. Please don’t hold it against me. One of the perils of having a 20+ year old website!Email correspondence is my normal and most practiced form of communication because of the convenience for both parties. It allows you…

  • Interesting Links for January 11, 2013

    It’s not often I will do a links roundup, but as my Facebook and Twitter friends can attest to, I’ve been posting a lot this week. I’ve tried to hold back, but I will post the good ones here. Of-course, this will then get posted to Facebook and Twitter, but hey- better one than like…

  • | |

    Include a Sidebar with a Shortcode in WordPress

    Recently I was faced with a pretty interesting problem where I wanted to have a page that was structured: Content – Widgets – Content. Instead of hacking together some sort of Content – Sidebar – Metadata on the backend, I decided to make sidebar widgets accessible via a shortcode you can use in the WordPress…