Skip to content

GalacticPlastic/ironhack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Links to Programming Notes

Programming Basics

  1. Test-Driven Development - View ReadMe.
  2. Unit Testing - View ReadMe.
  3. Model, View, Controller - View ReadMe.
  4. Advanced Breakout Session: Databases - View ReadMe.

Ruby on Rails

  1. Intro to Rails - View ReadMe.
  2. Step-by-Step Rails Application Walkthrough - View ReadMe.
  3. Params - View ReadMe.
  4. Faith of the 7 CRUD Actions - View ReadMe.
  5. Many To Many Associations - ReadMe
  6. Using JS in Rails - View ReadMe.

JavaScript and jQuery

  1. Fundamental Syntax Difference Between JS & Ruby - View ReadMe.
  2. Intro to jQuery - View ReadMe.
  3. Web Storage - View ReadMe.
  4. Using JS in Rails - View ReadMe.

AJAX, JSON and APIs

  1. Intro to AJAX - View ReadMe.
  2. Defining a REST API - View ReadMe.
  3. Authentication and Authorization - View ReadMe.