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
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

  • By
    5 Ways that CSS and JavaScript Interact That You May Not Know About

    CSS and JavaScript:  the lines seemingly get blurred by each browser release.  They have always done a very different job but in the end they are both front-end technologies so they need do need to work closely.  We have our .js files and our .css, but...

Incredible Demos

  • By
    Do / Undo Functionality with MooTools

    We all know that do/undo functionality is a God send for word processing apps. I've used those terms so often that I think of JavaScript actions in terms of "do" an "undo." I've put together a proof of concept Do/Undo class with MooTools. The MooTools...

  • By
    MooTools TextOverlap Plugin

    Developers everywhere seem to be looking for different ways to make use of JavaScript libraries. Some creations are extremely practical, others aren't. This one may be more on the "aren't" side but used correctly, my TextOverlap plugin could add another interesting design element...

Discussion

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