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
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

  • By
    How to Create a Twitter Card

    One of my favorite social APIs was the Open Graph API adopted by Facebook.  Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...

Incredible Demos

  • By
    jQuery UI DatePicker:  Disable Specified Days

    One project I'm currently working on requires jQuery. The project also features a datepicker for requesting a visit to their location. jQuery UI's DatePicker plugin was the natural choice and it does a really nice job. One challenge I encountered was the...

  • By
    9 Mind-Blowing WebGL Demos

    As much as developers now loathe Flash, we're still playing a bit of catch up to natively duplicate the animation capabilities that Adobe's old technology provided us.  Of course we have canvas, an awesome technology, one which I highlighted 9 mind-blowing demos.  Another technology available...

Discussion

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