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

Incredible Demos

  • By
    CSS Ellipsis Beginning of String

    I was incredibly happy when CSS text-overflow: ellipsis (married with fixed width and overflow: hidden was introduced to the CSS spec and browsers; the feature allowed us to stop trying to marry JavaScript width calculation with string width calculation and truncation.  CSS ellipsis was also very friendly to...

  • By
    Geolocation API

    One interesting aspect of web development is geolocation; where is your user viewing your website from? You can base your language locale on that data or show certain products in your store based on the user's location. Let's examine how you can...

Discussion

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