1. 1. What is 10.10.0?
    1. 1.1. 10 weeks to develop
    2. 1.2. 10+ years evergreen
    3. 1.3. Zero operations
  2. 2. Quick start
    1. 2.1. Installation
    2. 2.2. Bootstrap
  3. 3. Live Demo
  4. 4. The Tech Stack
    1. 4.1. Frontend
    2. 4.2. Backend
    3. 4.3. Cloud
    4. 4.4. CICD
    5. 4.5. Resources
  5. 5. Trade-offs
    1. 5.1. Stability and simplicity
    2. 5.2. Community and open source
    3. 5.3. High quality developers
  6. 6. Libraries vs. Frameworks
  7. 7. Opinionated
  8. 8. The Power of 10100
    1. 8.1. Standard go practices
    2. 8.2. Use stdlib for business logic
    3. 8.3. Avoid complex functions
    4. 8.4. Small files
    5. 8.5. Deterministic business logic
    6. 8.6. Reusable functions
    7. 8.7. Use a style guide
  9. 9. Methodology
  10. Authors

10100

Follow the standard go practices

They can be found here