Process – infastructure + setup as code

To speed up day to day work and onboarding new developers we should try to leverage setup automation as much as possible.

For example, if you use AWS you should be taking an “infastructure as code” approach using the AWS SDK.

Another good example is repo setup on a local environment, if you have a React repo, why not have a simple to use script that installs required Node, yarn (for example), any authentication keys from an encrypted store (example ejson) and any real time steps needed to launch the application.