Skip to content

Latest commit

 

History

History
247 lines (199 loc) · 12.3 KB

assignments.md

File metadata and controls

247 lines (199 loc) · 12.3 KB

Monday, May 24, 2021

Tuesday, May 25, 2021

Wednesday, May 26, 2021

Thursday, May 27, 2021

We want you to solve today's challenges in Javascript and in Python. For the Python challenges, we want you to use test-driven development (TDD) in the testing framework we taught you today. Though spec files are included with driver code (code to help you drive your development), they aren't as robust as unit tests. For Javascript, we want you to use JEST as it will translate into React testing later well.

Friday, May 28, 2021

Monday, May 31, 2021

Tuesday, June 01, 2021

Wednesday, June 02, 2021

Thursday, June 03, 2021

Friday, June 04, 2021

Monday, June 07, 2021

Tuesday, June 08, 2021

Wednesday, June 09, 2021

Thursday, June 10, 2021

Friday, June 11, 2021

Monday, June 14, 2021

Tuesday, June 15, 2021

Wednesday, June 16, 2021

Thursday, June 17, 2021

Friday, June 18, 2021

Monday, June 21, 2021

  1. SQL Basics
  2. Schema Design
  3. Schema SQL
  4. Schema Modifications
  5. Read SQL Queries
  6. SQL Queries
  7. SQL Zoo
  8. PG Exercises

Tuesday, June 22, 2021

  1. SQL Basics
  2. Schema Design
  3. Schema SQL
  4. Schema Modifications
  5. Read SQL Queries
  6. SQL Queries
  7. SQL Zoo
  8. PG Exercises

Wednesday, June 23, 2021

  1. SQL Basics
  2. Schema Design
  3. Schema SQL
  4. Schema Modifications
  5. Read SQL Queries
  6. SQL Queries
  7. SQL Zoo
  8. PG Exercises

Thursday, June 24, 2021

Friday, June 25, 2021

Monday, June 28, 2021

do assignments in this order

Tuesday, June 29, 2021

do assignments in this order

Wednesday, June 30, 2021

do assignments in this order

Thursday, July 01, 2021

  • Before doing anything, make sure that you can complete todays tutorial first
  • Posts and Comments

Friday, July 02, 2021

  • Before doing anything, make sure that you can complete todays tutorial first
  • Event Calendar

Monday, July 12, 2021

  • Before doing anything, make sure that you can complete todays tutorial first
  • Todo List

Tuesday, July 13, 2021

Wednesday, July 14, 2021

Thursday, July 15, 2021

Friday, July 16, 2021

Monday, July 19, 2021

Tuesday, July 20, 2021

Quick note on today's assignments: Whack-A-Mole and Mad Lib have React starter code for you. When you clone the repos, be sure to run npm install to install all of the necessary dependencies. You will notice that the original code uses React class components -- you are welcome to refactor them into functional components if you so choose. Keep in mind that when you are keeping track of multiple state properties in a functional component, you will declare each one independently using the useState() hook. (So instead of having one state object with multiple properties, each piece of state will be a variable on the scope of the functional component.)

Wednesday, July 21, 2021

Thursday, July 22, 2021

Friday, July 23, 2021

  • News Site III For today's challenge, you will create a Javascript module that calls out to the API. We've stubbed this out in ArticlesAPI.js - you need to write the code that goes in here (you will not need to explicitly create Promises).

Monday, July 26, 2021

Tuesday, July 27, 2021

Wednesday, July 28, 2021

Thursday, July 29, 2021

Friday, July 30, 2021

Monday, August 02, 2021

  • Complete the lesson on your own

Tuesday, August 03, 2021

Wednesday, August 04, 2021