Tagged: lessons

javascript

JavaScript the Good Parts

JavaScript has bad parts that many times overshadow it’s good parts. Douglas claims JavaScript has, “some of the best parts of any programming language ever created.” He explains why in this course, quizzes you on functional programming and covers the...

introduction to jquery

Introduction to JavaScript & jQuery

Karl Swedberg, author of Learning jQuery and the jQuery API Documentation (api.jquery.com), teaches you what you need to know about the JavaScript language before diving into jQuery; including closures, anonymous functions, and implicit versus explicit iteration. If you missed out...

django

Django Unchained

In this course, join me, Christopher Roach, as I walk you through the creation of a simple Hacker News clone. Along the way, you’ll learn all the basics, including working with views, templates, the ORM, and even some of the...

ror

Catch Up with Ruby on Rails 4

Ruby on Rails, one of the most innovative frameworks in the world, is now marching its way into 4.0 territory. As with any major new release, there will most certainly be a variety changes, new additions, and improvements. But don’t...

c++

C++ 11 Language Features

This course will provide you with detailed information about all of the changes made to the language since C++98/03. GCC 4.8 is the first version of the compiler to have complete support for all the C++ features added in the...