Lecture Recordings

Week 2

On week 2, we covered Arrays, Loops, integrating PHP with HTML, and PHP Error Handling. We also completed the in-class exercise, Deck of Cards, where we created a full deck of cards with arrays and loops.

Week 3

On week 3, we covered conditional statements and HTTP variables. We also completed the in-class exercise, Clue, where create a simplified Clue game.

Week 4

On week 4, we continued working with HTTP variables, specifically $_POST and $_SESSION variables. We also covered includes and functions. For the in-class exercise, we started the development of the text-based game, Blacksmith.

Week 7

On week 7, we started our discussion of Structured Query Language or SQL. We covered the for basic statements of SQL, SELECT, INSERT, UPDATE, and DELETE.

Week 8

On week 8, we continued our discussion of SQL, with advanced SQL statements involving aggregate functions, joins, and subqueries.

Week 9

On week 9, we started our discussion of Laravel and the creation of the Seussology Application.

Week 10

On week 10, we continued the development of our Seussology Application, retrieving actually data from the database using Laravel Controllers and Models.

Week 11

On week 11, we did the final installment of out Seussology Application, by add an API to Seussology and used that to make a Single Page Application.