Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 696 Bytes

lesson-08.org

File metadata and controls

21 lines (17 loc) · 696 Bytes

Lesson 8: core.async and dynamoDB

  • [X] core.async: Communicating sequential processes
  • [X] Postgres: Our first out of process dependency

Preparatory Material for Lesson 8

Lesson plan

Discuss problem solutions

Things to explain

  • simple Postgres example
    • creating tables
    • querying
    • inserting data
  • core.async tutorial
  • creating HTML with hiccup (time permitting).