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
    Designing for Simplicity

    Before we get started, it's worth me spending a brief moment introducing myself to you. My name is Mark (or @integralist if Twitter happens to be your communication tool of choice) and I currently work for BBC News in London England as a principal engineer/tech...

  • By
    Responsive and Infinitely Scalable JS Animations

    Back in late 2012 it was not easy to find open source projects using requestAnimationFrame() - this is the hook that allows Javascript code to synchronize with a web browser's native paint loop. Animations using this method can run at 60 fps and deliver fantastic...

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
    Google Extension Effect with CSS or jQuery or MooTools JavaScript

    Both of the two great browser vendors, Google and Mozilla, have Extensions pages that utilize simple but classy animation effects to enhance the page. One of the extensions used by Google is a basic margin-top animation to switch between two panes: a graphic pane...

Discussion

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