Learning Paths by O’Reilly

By  on  

Each developer learns a given skill in their own way.  Some developers prefer blog posts, others prefer to just dive into code, many rely on books, some on conferences, others on screencasts, and of course we all mix and match those methods to what we like.  One learning method picking up steam is the video course.  And since O'Reilly offers tech learning in my initial list, they've introduced video learning to comprehensively teach loads of topics including:

O'Reilly has prepared hundreds of hours of video guides for the launch and they encompass many different topics, from specific languages to tools like git and onto more abstract ideas like Hadoop and Sysadmin skills.  The courses are also broken up and organized into segments so that you can piece away at a given skill when you have the time.

I look forward to jumping into a few of these this upcoming weekend, specifically the git course (since git is powerful but I only know just enough to get by) and Networking courses (since I'd like to know how I can use networking skills to increase the performance of this blog).

I'm excited that O'Reilly has launched video learning via Learning Paths as I know many people learn best via video.  I get requests for video learning on this blog but I can't compete with the quality coming from O'Reilly and their teachers, many of whom have written industry-leading books for O'Reilly.

Recent Features

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

  • By
    39 Shirts – Leaving Mozilla

    In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell...

Incredible Demos

  • By
    Create a 3D Panorama Image with A-Frame

    In the five years I've been at Mozilla I've seen some awesome projects.  Some of them very popular, some of them very niche, but none of them has inspired me the way the MozVR team's work with WebVR and A-Frame project have. A-Frame is a community project...

  • By
    WordPress-Style Comment Controls Using MooTools or jQuery

    WordPress has a nice little effect on the Admin Dashboard where it shows and hides the comment control links when you mouseover and mouseout of the record's container. Here's how to achieve that effect using MooTools or jQuery. The XHTML Notice that we place the links into...

Discussion

    Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!