Post WDD Programming Resource Guide

User Manual:

Open the PDF directly: View PDF PDF.
Page Count: 7

Scroll down to view the document on your mobile browser.
Post-WDD Programming Resource Guide
General WDD Handbook A new and improved handbook created by WDD staff! Still in progress, but will likely serve you very well in the near future.  http://handbook.wdd.io/ HTML Vanilla Resources for getting more familiar with plain old HTML.  https://developer.mozilla.org/en-US/docs/Web/HTML https://websitesetup.org/html-tutorial-beginners/ https://internetingishard.com/ https://marksheet.io/ Mustache Rather than tediously manipulating the DOM through JS or jQuery, we can use templating systems like Mustache to speed up development and make our code cleaner.  http://mustache.github.io/ https://mustache.github.io/mustache.5.html https://www.sitepoint.com/creating-html-templates-with-mustachejs/ Handlebars Lightweight template for HTML based on JavaScript/Node. Allows you to quickly write HTML and elements without having to repeat yourself. Sort of an extension of Mustache.  https://handlebarsjs.com/ https://www.sitepoint.com/a-beginners-guide-to-handlebars/ Jekyll Not quite just for HTML, but an overall way to better structure your website and organize your code. Jekyll, which makes use of Liquid templating (based on Ruby), will allow you to split up HTML files, include the same snippets of code in multiple places without repeating code, and neatly allows you to

Navigation menu