- [X] core.async: Communicating sequential processes
- [X] Postgres: Our first out of process dependency
- Use docker to run postgres and pgadmin
- Read and try https://www.postgresql.org/docs/current/tutorial.html
- Read and try https://www.postgresqltutorial.com/
- Read Chapter 11 of Brave and True on
core.async
.
- simple Postgres example
- creating tables
- querying
- inserting data
- core.async tutorial
- creating HTML with hiccup (time permitting).