• Categories
    • Coding
    • Design
    • Inspiration
    • News
    • WP Plugins
    • WP Themes
  • Start Here
    • How to Start a Blog
    • Make A Website
    • WordPress Hosting
  • Freebies
  • Deals
    • WPEngine Coupon
    • WPX Coupon
    • Elegant Themes Coupon
    • View All Deals
  • Glossary
Team Treehouse vs Code Academy vs Tuts+ (For Aspiring WordPress Developers)

By Ragnar April 12, 2019

Team Treehouse vs Code Academy vs Tuts+ (For Aspiring WordPress Developers)

If you aspire to be a WP developer, you probably already know how to set up a WordPress site and then some. What you might not be so familiar with, is the code behind WordPress that makes it work, how ‘The Loop’ works, how to create custom page templates, or create complete themes or plugins.

Treehouse, Tuts+, and Code Academy are three very popular (and quality) sources for learning web development. But which is the better choice for someone who doesn’t want to be a general developer, but a WordPress developer? That’s what we’re going to find out in this post.

Treehouse

Let’s start with looking at Treehouse, one of the powerhouses of the video course worlds.

Interface

Treehouse video course

The design is clean and intuitive, and they have something called Tracks. Tracks are collections of courses dedicated to a specific topic, something that can be very helpful for beginners. Treehouse is very focused on video courses, and it shows in their course player. After you finish one specific topic in a course, a quiz will popup that you will have to answer correctly to earn a badge.

I prefer the layout of their video player to the Tuts+ video player, and I really enjoy the option to speed up the video, at times where I already know what’s going on to some extent. I tend to move it to max 1.75x speed, as I can still hear the words clearly and retain as well as at 1x speed.

Instructors

The instructor/host/teacher is the same across all WordPress courses, Zac Gordon. He speaks slowly and clearly in perfect English. This is also why it is possible to speed his videos up. He is good at explaining complex things and jargon. He also has a very positive and almost bubbly energy about him that you can sense through the camera.

(One thing worth noting about Treehouse is that Zac was let go in late 2015. There has been no official replacement yet, but Treehouse insists they are “not abandoning WordPress”, and “will continue to offer quality content”, but nothing beyond that to my knowledge.)

Content

Treehouse Tracks image

Now let’s move on to the actual content. Treehouse is the only option out of these three to offer a dedicated WordPress development “track”. It totals 21 hours of video. Add to that a lot of time spend coding and fiddling. The individual courses that are included in that track are:

  • How To Make A Website With WordPress
  • Local WordPress Development
  • PHP for WordPress
  • WordPress Theme Development
  • The WordPress Template Hierarchy
  • From Bootstrap to WordPress
  • WordPress Hooks – Actions and Filters
  • WordPress Customizer API
  • Customizing The WordPress Admin Area
  • SEO for WordPress
  • WooCommerce Theme Development
  • How to Build a WordPress Plugin

They also offer tracks for Front End Development (HTML/CSS etc) PHP Development, and Full Stack Javascript. These are the languages WordPress is built with, and becoming at least literate in them is essential on your road to becoming a good WordPress developer.

Treehouse offers only video courses, but of course the point is not to just watch the video and answer. As you watch the video you are supposed to write and implement code on your local development environment.

Community

Treehouse Community

The community is a forum where you can choose to view only topic you’re interested in. The community is fairly active, and questions about specific courses will often get answered quickly by other students who have already completed that course.

Conclusion

Learning about WordPress development with Treehouse is fun and not too hard. The teacher is engaging, and the content is easy to get through.

Sign up for a free trial with Treehouse here. (After 7 days, Treehouse costs 29$/month)

Tuts+

Tuts+ is a tutorial powerhouse and part of the Envato empire. Envato is the company behind ThemeForest, CodeCanyon and more. They have a lot of written tutorials available for free online, but this post will look at their premium content, that you can get by subscribing to Tuts+ premium.

Interface

Tutsplus Video Player Interface

The interface is maybe a little less sleek and intuitive than Treehouse’s, but it’s not too difficult to find your way. The video player is straight forward and works well enough, but I’ve had some problems skipping ahead in the past, but again, there is the option to speed up (or slow down) the video player, although I might stop at around 1.5x because the instructors generally speak a bit faster than the instructor at Treehouse.

Instructors

There are a few different instructors covering the topic of WordPress here. There are a few different nationalities and some accents, but no accents that are hard to understand. The ones that I’ve seen present their topic with enthusiasm and good energy.

Content

Tutsplus Video Courses

There are no tracks at Tuts+, so there is no WordPress track, but there are many individual video courses. Some of the courses:

  • WordPress Admin Customization
  • Using Custom Content Types In WordPress
  • Set Up WordPress Multisite
  • Designing For WordPress
  • Introduction to Plugin Development
  • The WP Theme Customizer
  • Design Patterns in WordPress
  • WP Theme Development With _S

You also get ad-free access to hundreds of relevant tutorials. If you subscribe by the year, you also get free access to web development/design eBooks, up to 5 each month.

Community

Envato Community

If you click the community link in Tuts+, you get sent to Envato Community. While this community is very active, it’s not specifically focused on learning and applying what’s in the courses, unlike the Treehouse and Code Academy communities. There are also a lot of topics beyond WordPress and development, but again you can pick and choose what topics you want to see.

Conclusion

Tuts+ has a lot of good content. As they should, with the editor for WordPress being Tom McFarlin, a knowledgeable and well respected member of the WordPress development community. My issues with the interface are minor, and the only downside I can see, is perhaps the lack of a track to help beginners along in a planned route.

Try out Tuts Plus here. (15$/Month)

Code Academy

Code Academy is a completely free site made to teach people how to make websites and code apps. Their approach is maybe even more hands-on, perfect for those who like to get their hands dirty.

Interface

Code Academy Interface

In one word, the Code Academy interface is clean. It is focused only on it’s tracks and courses, and your progress. They don’t do video courses, they do write-along code tutorials. So where Treehouse and Tuts+ have actual instructors making videos, Code Academy has it’s game-like interface. Instead of getting instructed by video, the instructions are off to the left, and you just write the code then and there.

The biggest upside of this, is that to get started coding, all you have to do is sign up and log in. You don’t have to download any course files, or set up your own development environment. This is very beginner friendly. Although you will have to set up your own development environment some day, getting lost doing that could lead to giving up on learning code. Instead, you can start building things immediately.

Another thing I really like with their interface, is that it updates the result of your code in real time. That means that you can instantly see the results of the lines of code you are typing. This makes it easier to make a visual connection the lines of code you write. There is also a quiz to be answered after you finish each section. This helps internalize what you have learned even more.

Content

Code Academy Tracks

The big downside here, is that Code Academy has 0 WordPress specific content. The upside is that they cover all the languages that WordPress is built with. On the front end, you have HTML, CSS, JavaScript and on the back end PHP and mySQL.

This means that while you won’t be able to get all your specific knowledge from here, you can get familiar with the foundation of what . They also offer tracks on how to build a website, and different kinds of apps using different frameworks and languages.

If you are already know a few things about code, you might find that you already know a lot of what is covered in the beginning of these courses. But there are probably things that you need to review mixed in with the things you know 100%. Also the tracks are split up into many parts, so you can skip things you are already intimately familiar with.

Community

Code Academy Community

The community is very focused on the tracks and the languages/frameworks behind them. Any questions you have will probably be quickly answered by other more experienced members of the community.

Conclusion

Code academy is a good place to get started. You can get used to coding, get excited about what you’re able to do, all while you’re learning useful languages for WordPress development. Once you’re able to find your way around the HTML, CSS and PHP of a theme, you will want to find a source for learning more about WordPress specific development though.

Give Code Academy a test drive. (Free forever.)

So… Which Will Help Me Become A WP Developer?

It all depends on where you are at in your journey towards becoming a WP developer.

Do you know how to use WordPress but absolutely 0 code? Starting out at Code Academy and getting familiar with some HTML/CSS first might be your best bet.

Do you know a little bit of code, but still very much a beginner? Treehouse’s WordPress track might be best for you.

Do you know your way around WordPress code already, and want to focus on specific areas of development to learn more about? Either Treehouse or Tuts+ would be a good choice depending on your preference.

Which one do you prefer? Do you have other preferences or suggestions? Let us know in the comments.

Related Posts

Reader Interactions

Droppin' design bombs every week!  5,751 subscriber so far!

You have successfully joined our subscriber list.

4 Comments

  1. Tahir Taous
    9 years ago

    TutsPlus is one of the best site to learn web design and development. I learned a lot from them. They have published excellent articles and video courses about HTML, CSS and WordPress.

    Reply
  2. John Rice
    9 years ago

    Your link for code academy leads to http://www.codeacademy.co/ a for profit school in chicago, when it should lead to https://www.codecademy.com/ the freemium online resource.

    Reply
    • dev
      9 years ago

      Hey John,

      Just fixed the link, thanks for pointing it out :).

      Reply
  3. Dianna
    8 years ago

    I also have the need to download Coursera course video lectures.

    Then I google searched and test so many so called Coursera Downloader.

    Finally and luckily, I find Allavsoft which does works great in download all videos lectures from coursera.

    Why not just give it a try?

    According to my experience, it also helps to download video courses from Lynda, Udemy, Tutsplus, Digital Tutors, CruncyRoll, Pluralsight etc.

    Hope it also helps for you.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

*

*

Primary Sidebar

Subscribe

Join our 5000+ subscribers & get access to freebies, new tools, and much more!

You have successfully joined our subscriber list.

Useful Guides

What is WordPress?
How To Make A Website – Step by Step Beginner’s Guide
9 Best WordPress Hosting Compared (December 2024)
8 Best Backup WordPress Plugins Compared – 2023
14 Ways to Secure Your WordPress Site – Step by Step
Top 9 Email List Building Plugins for WordPress Compared (2023)
Build Your Tribe: 6 Top WordPress Membership Plugins Compared for 2024
11 Best Website Builders of 2022: Wix, Squarespace, Weebly, & More
8 Best WordPress Contact Form Plugins for 2024
How to Use Facebook Debugger and Open Graph to Fix Posting Issues
Top 10 Free Website Speed Test Tools for 2024
5 Top WordPress Landing Page Plugins Compared (2024)
5 Best WordPress Learning Management Systems (LMS) Plugins Compared – 2022
20 Best Google Fonts & How To Use Them
7 of the Best FTP Clients for Mac & Windows
11 Dropbox Alternatives to Securely Store Your Files in the Cloud
25 of the Useful and Best Brackets Extensions
What is Loremp Ispum? 18 Plain & Hysterical Lorem Ipsum Generators for 2024
How to Clear Browser Cache (Google Chrome, Firefox, Safari, Opera, Microsoft Edge, & Internet Explorer)
6 Best Managed WordPress Hosting Options for 2024

Latest Deals

  • Elegant Themes: 20% OFF on the best drag & drop theme & plugin
  • WPEngine Coupon: Get 20% off the best Managed WP Hosting
  • WPX Coupon: Get up to 50% off on one of the best hosting providers
  • Inmotion Coupon: 47% off + Free Domain on Inmotion hostnig
  • View More Deals  

Categories

  • Adobe Photoshop15
  • Coding19
  • Design36
  • Fonts28
  • Freebies3
  • Inspiration52
  • News6
  • Resources58
  • Showcase14
  • Tutorials6
  • WordPress Plugins29
  • WordPress Themes27
  • WordPress Tutorials27
  • WP Hosting13

DesignBombs content is free, which means that if you click on some of our referral links, we may earn a small commission. Learn more!

Home About WordPress Hosting FTC Disclosure Privacy Policy Contact

© 2008-2025 All Rights Reserved.