What did we do last week?
- Using JavaScript Libraries: We will see how to include libraries (code other people have written) in to our JavaScript. This is a very different process in the browser that follows its own, unique, rules. We will also introduce key JavaScript libraries.
- jQuery: We will begin to use the most important and famous JavaScript library, jQuery. jQuery provides a number of utilities, most importantly a simple, cross-browser wrapper for interacting with the DOM and performing basic animations.
Monday | Tuesday | Wednesday | Thursday | Friday | |
---|---|---|---|---|---|
Lessons | Relational Databases (Postgres) Intro to SQL |
SQL Joins | Data and Domain Modeling | ORMs (Active Record) | Assessment Lab |
Events & Panels | Outcomes 3:30-4:30 Class Trip to Pivotal Labs |
Wednesday | Thursday | Friday | |
---|---|---|---|
PJ | Dain Patricio |
MacFarlane Melodie |
Michael Sarah |
Phil | Andres Kamari |
Simons DFlip |
Dennis |
Travis | Aliya Sade |
Chadd Angelina |
Brian |
Here is a list of readings, tutorials, and examples for this week's lessons:
- Postgres and Relational Databases
- SQL
- Data Modeling and Normalization
- ORMs
- Active Record