-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
Create organized structure for all book code examples.
Tasks
- Create directory structure for all 31 chapters
- Add README for each chapter's examples
- Create requirements.txt for each chapter
- Add setup instructions
- Create test runners for all examples
- Add CI for example code
- Create example download scripts
- Add example verification tests
Structure to Create
examples/
βββ chapter-01-introduction/
βββ chapter-02-testing-fundamentals/
βββ ...
βββ chapter-31-microservices/
βββ case-studies/