####TCP / IP:
http://en.wikipedia.org/wiki/Internet_Protocol
http://en.wikipedia.org/wiki/Transmission_Control_Protocol
####Handlebars:
<%= %> means something in Rails AND in handlebars so we change the syntax to {{title}}.
Morning exercise: Luhn Formula https://gist.github.com/wofockham/8c502b2d46593071e8d0 http://en.wikipedia.org/wiki/Luhn_algorithm
Flags exercise: https://gist.github.com/wofockham/ec1f72cf10e0e0366fe0
Backbone: http://backbonejs.org/ Backbone can only work along with underscore. Angular: https://angularjs.org/
Homework: Try tutorials: http://backbonetutorials.com/ Book: https://github.com/addyosmani/backbone-fundamentals Read the fundamentals and exercise 1
Palindrome number: https://gist.github.com/mathildathompson/11235074
Book: Code complete: http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670