Launch School Intro to Programming: Front End and Back End Prep
##Front End Prep
###Intro HTML and CSS
A very straightforward introduction to the basic elements of HTML and CSS
###Project: Pear and Bacon Grilled Cheese
A very lightweight webpage featuring a tasty looking sandwich.
##Introduction to Programming via Launch School - Back End Prep
###The Basics
Overview of the basics of Ruby syntax and structure.
###Variables
Variables assignment and scope.
###Methods
###Flow Control
###Loops & Iterators
###Arrays
###Hashes
###Files Very useful examples demonstrating how to utilize JSON and XML files and use Ruby to convert them to CSV format.
###More Stuff This segment goes into further detail on topics that are adjacent to immediate programming basics. Valuable entry point to addressing problems more programmatically.