What do I mean by development at the edges?
- Web API are the edge of a system
- Prefer Web API over direct SQL manipulation
- Favor data models over SQL Scheme
- Avoid system plugins and customization
- Focus on data models and data flow
- Script data flow
- Use copies for transformation
- Have a mechanism to hold intermediate results
Practicing this showed us Continuous Migration
3