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 | - |
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 | - |
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 |
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 | - |
- 3/13 - 3/17 SXSW
- You have been invited to the following Slack teams:
- GA Immersive Students
- GA ATX Alumni - Austin WDI Alumni (You will be invited end of course)
- 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.
`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