What is Mock / Mocking?
- TestDouble (defintions for various names for stubs) @martinfowler.com
- Mocks Aren't Stubs @martinfowler.com
- Modern Mocking Tools and Black Magic @martinfowler.com
- When to Mock @blog.cleancoder.com
- Recommendation engine
- Racing car catas (if something doesnt work from the project, just copy over the code in the project setup by yourself)
- Complete all the racing car catas
- Prepare answer to these questions:
- What is a difference between
unit/integration/acceptancetest? - What is a
hexagonal architecture?
- What is a difference between

