A cartoon caveman

Run Tests Against your Database

(code for this section)

Testing code like (+ 1 1) is trivial. What you often need is to be able to test the code that queries and inserts data into your database. This is not quite as trivial.

→ Check for Outdated Dependencies

← Precompile your Routes