My first video course for O'Reilly - JavaScript Templating

lrg I'm proud to say my first (but not my last) video course for O'Reilly was just released: JavaScript Templating. This course covers how to use JavaScript templating (duh) and goes deep into four different products: EJS, Handlebars, Dust, and Nunjucks. I also talk a bit about ES6 template strings. What makes this course great (imo) is that at the end of each section, I use a common sample application and show how to use that particular product. This gives you a great way to compare each of these products against each other. Anyway, I think this is a great course (again, duh) and I hope you do too!

Archived Comments

Comment 1 by Phillip Senn posted on 6/5/2015 at 7:03 PM

Part of the course is free, too!

Comment 2 by Jitendra Vyas posted on 10/11/2015 at 5:39 AM

Have you covered Nunjucks in Detail?

Comment 3 (In reply to #2) by Raymond Camden posted on 10/11/2015 at 3:57 PM

Detail? Maybe not. I cover multiple libraries in this course and the idea is to give you an idea of how the library works, how it does stuff, etc. It isn't a deep dive into one, but an introduction (with multiple demos) for different libraries.

Comment 4 (In reply to #3) by Jitendra Vyas posted on 10/11/2015 at 4:07 PM

Ok but eventually we will go with one, right. Which one do you prefer?

Comment 5 (In reply to #4) by Raymond Camden posted on 10/11/2015 at 4:15 PM

Probably Nunjucks, but I'm more familiar with Handlebars.