Skip to content

Video Resources for Flatiron School Full-Stack Web Development

Notifications You must be signed in to change notification settings

chienleow/resources-for-flatiron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 

Repository files navigation

Flatiron School's Banner

Visits Badge

Flatiron School Resources

💬 Feel free to submit a Pull Request if you want to add to this list of resources, keep on coding! 💻

Table of Contents

Recorded Lectures

Assessment Prep

Ruby

Intro to Ruby

Section 7: Loops

Section 8: Iteration

Section 9: Ruby Tic Tac Toe

Procedural Ruby

Section 9: Data Structures

OO Ruby

Rails

Section 1: Intro to Rails

Section 4: Intro to ActionView

Section 5: CRUD

Section 6: Validations and Forms

  • 📓ActiveRecord Validations (went through types of Validation Helpers, ActiveModel::Validator didn't quite work, but tried the block version) - Lecture | Luisa | 1 hour

Section 7: Associations and Rails

Section 10: Routes and Resources

Jenn Hansen's Rails lectures/project build lists

Rails Project

Rails Project Build from Scratch (Avi)

JavaScript

(Suggested JS Sections order: 1–2, 7–8, 3, 9, 4–6, 10–13)

Section 3: Recognizing JavaScript

Section 4: Communicating with the Server

Section 5: Pulling It All Together

Section 6: Rails as an API

Section 9: Advanced Functions

JavaScript Project

React

React Lecture Recordings and Build Series

Section 6: Forms

React-Redux Final Project