Go - Let's Go Further

Task

Changing the PUT to PATCH and just following along the book.

Lesson

Going from a PUT to PATCH. Also handling the Race Condition of updating at the same time. Handled gracfully by checking the row version. Also set up the SQL DB on my other laptop. Used the migrations. That was pretty cool. Was a bit tired today so only did 60m

Additional Learning

30m DDIA - Learning of B-Trees. I think it's an incredible book so far.

60m