Evergreen Go
Go is the only real option for building modern evergreen apps, without compromising access to talent and developer experience.
Keeping Things Simple
Simplicity applies to the functionality of the system, the internal structure and code, as well as the externals of the system such as the execution environment and dependencies.
Libraries vs. Frameworks
For skilled developers, the choice between libraries and frameworks hinges on the desire for creative freedom and expressiveness in code.
Sql DB, NoSql Schema
The hybrid approach of using Sql databases with schemas where ACID requirements are stored in a relational manner and the remainder stored in a NoSql manner, is an attractive option for modern apps.