Skip to content
forked from wdi-atx-10/class

Class repository for notes and starter code

Notifications You must be signed in to change notification settings

chaninator/class

 
 

Repository files navigation

WDI 10

Schedule

Week 4 - Node.js, MongoDB

Learning Objectives

Time Day 1 Day 2 Day 3 Day 4 Day 5
9:00am
9:45am
Scrum Intro w/ UXDI Homework Review Outcomes Blog Presentations Weekly Recap
10:00am
1:00pm
Scrum Intro w/ UXDI Express Mongoose Workshop - Express / Mongoose Lab
2:00pm
5:00pm
How the Web Works MongoDB / NoSQL Workshop - Express / Mongoose REST API Design Lab
5:00pm
5:30pm
Office Hours General Review Homework Feedback / Review Office Hours -
5:30pm
6:00pm
- General Review Homework Feedback / Review - -
Training JavaScript Challenges Emergency Compliment Blogs Emergency Mongoose Compliment -

Week 3 - AJAX, Single Page Applications

Learning Objectives

Time Day 1 Day 2 Day 3 Day 4 Day 5
9:00am
9:45am
Unit 1 Project Project Presentations Outcomes CodeWars Weekly Recap
10:00am
1:00pm
Unit 1 Project Project Presentations Ajax Workshop - Ajax Lab
2:00pm
5:00pm
Unit 1 Project Object Oriented Programming Single Page Apps Lab - Ajax Lab
5:00pm
5:30pm
Office Hours General Review Homework Feedback / Review Office Hours -
5:30pm
6:00pm
- General Review Homework Feedback / Review - -
Training Unit 1 Project Music Artist OOP Weather App Spotify-Me -

Week 2 - JavaScript Fundamentals

Learning Objectives

Time Day 1 Day 2 Day 3 Day 4 Day 5
9:00am
9:45am
Moronic Monday Array Practice Outcomes Calculator Hackathon Weekly Recap
10:00am
1:00pm
JS Foundation JS Functions jQuery DOM Manipulation Unit 1 Project
2:00pm
5:00pm
JS Flow Control JS Objects Events Lab - DOM Manipulation Unit 1 Project
5:00pm
5:30pm
Office Hours General Review Homework Feedback / Review Office Hours -
5:30pm
6:00pm
- General Review Homework Feedback / Review - -
Training JS Adventure Deck of Cards jQuery Events Training LOTR jQuery Unit 1 Project

Week 1 - Git, HTML, CSS

Learning Objectives

Time Day 1 Day 2 Day 3 Day 4 Day 5
9:00am
9:45am
Introductions Intro to Blogs Outcomes Garnet and Squads Setup Weekly Recap
10:00am
1:00pm
Icebreakers & Installfest Git HTML Forms Flexbox and the Box Model Workshop - Advanced CSS
2:00pm
5:00pm
Command Line Interface and Atom IDE Git(Hub) CSS Foundation CSS Frameworks Workshop - Advanced CSS
5:00pm
5:30pm
Office Hours General Review Homework Feedback / Review Office Hours -
5:30pm
6:00pm
- General Review Homework Feedback / Review - -
Training CLI Golf Git/GitHub Reading Flexbox Froggy Flexbox News -

Administrative

Important Dates

  • 3/13 - 3/17 SXSW

Communication

  • You have been invited to the following Slack teams:
  • For informal communication that doesn't need to be private, use the #wdi-atx-10 room
  • If you need to talk to the instructors privately, use the Slack rooms we're creating for you with each of the instructors in it. Please don't Slack or email the instructors individually as this creates information asymmetry.

Outcomes

Slack Tips

  • `hello`: Backticks (the top-left of the keyboard on a Mac) makes text show up in a monospace font. Great for code.
  • Code blocks are made with three backticks:
    ```
    The backticks MUST be on a line by themselves!
    ```
    
  • You can specify the language directly after the backticks to have colors show up on github
    ```javascript
      var words = ["hello", "what", "is", "up", "dude"];
    ```
    
  • These same backtick tricks also work on GitHub and Slack.
  • @here: Sends a message to everyone currently online in a Slack room

About

Class repository for notes and starter code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.1%
  • JavaScript 37.6%
  • CSS 14.3%