Engineering - Fast iterations
- Automate your CI/CD pipeline
- Use a monorepo
- Break all features into small incremental changes
- Use feature flags
- Define product and engineer owners for every feature
- Request at least one demo per week
- Deploy weekly and follow simple CI/CD process
- Freeze the code before release
- Don’t write many tests if you’re early stage startup