CodeAcademy - Tutorials,lessons and books

php mvc

MVC Frameworks for Building PHP Web Applications

Watch the Online Video Course MVC Frameworks for Building PHP Web Applications In this course, author Drew Falkman tours four open-source PHP frameworks: Zend, Symfony, CakePHP, and CodeIgniter. The course covers basic framework concepts; explores the Model-View-Controller (MVC) pattern as...

jquery

jQuery Mobile Web Applications

jQuery Mobile is one of the fastest and most popular ways to build web applications for smartphones and tablets. This course covers the major workflow elements of creating mobile applications with jQuery Mobile, starting with a basic app using components,...

ood

Foundations of Programming: Object-Oriented Design

Watch the Online Video Course Foundations of Programming: Object-Oriented Design Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself...

db

Foundations of Programming: Databases

Watch the Online Video Course Foundations of Programming: Databases Discover how a database can benefit both you and your architecture, whatever the programming language, operating system, or application type you use. In this course, explore options that range from personal...

design patterns

Foundations of Programming: Design Patterns

Watch the Online Video Course Foundations of Programming: Design Patterns Design patterns are reusable solutions that solve the challenges software developers face over and over again. Rather than reinventing the wheel, learn how to make use of these proven and...

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...