When comparing Code School vs 30 seconds of code, the Slant community recommends 30 seconds of code for most people. In the question“What are the best resources to learn JavaScript?” 30 seconds of code is ranked 4th while Code School is ranked 8th. The most important reason people chose 30 seconds of code is:
Main selling point of the project is that you can learn some useful techniques and tricks in 30 seconds or less.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Practice the code after each video
After each video, there are a series of challenges that give you a chance to apply what you just learned. The great thing about these challenges are that they force you to think through a problem, and use the new skills to solve it. It's not just regurgitating facts; it requires some effort.
Pro Paths for learning different skills
While you can jump into any video you like, there is also the option to follow a path for what you are wanting to learn. These give a nice direction if you are wanting to improve on a particular area and guide you into what to do next. They currently offer Ruby, Javascript, HTML/CSS, and iOS.
Pro Videos show how to build an app in real time
Soup to Bits is a series of videos that shows a developer creating an app from scratch in real time. It's easy to pause a video and follow along with the developer.
Pro Video tutorials
Videos give an overview of the course/lesson plan before a single line of code is written. This gives context and a general understanding of what is possible and how teaching will be approached.
Pro Fun and engaging teaching style
The instructors often use humour throughout the videos while letting their passion for the topic show.
Pro In-depth courses
Code School is not just for beginners to programming, but provides plenty of intermediate and advanced courses for students as their skills grow.
Pro Short and sweet
Main selling point of the project is that you can learn some useful techniques and tricks in 30 seconds or less.
Pro Lots of examples
Over 300 code snippets.
Pro ES6
Uses the latest stable features of ES6 to teach developers how to write modern code.
Pro Functional-style code
The project's code examples follow best practices for functional programming.
Cons
Con Acquired by Pluralsight
Con Videos are of a tone that some people cannot stand
Con Requires paying to complete courses
Although the beginning of each course is free and you can see if you are interested in pursuing it, to complete the course you must pay.
Con A bit too basic
There is not a lot of advanced content.
Con Not production-ready
A few of the code examples are not ready for production, but they can easily be made into production-ready methods with some tweaks. The library has a stable release as of August 2018.