Architecture decisions

How to quickly setup Architecture decisions for your project (directory)?

First, read https://cognitect.com/blog/2011/11/15/documenting-architecture-decisions about following decisions without records (or documentation).

Then install the adr-tools (docs here): https://github.com/npryce/adr-tools/blob/master/INSTALL.md

Usage (readme):

adr help
cd ~/project-root

adr init docs/adr
adr new Implement as Unix shell scripts
adr new -s 9 Use Rust for performance-critical functionality

Still one of my favorite insights on serverless

Sharing one of my favorite insights on “serverless”, posted in 2016 but still relevant IMO.

If you are into building application or companies, it is imperative that you read it. (here is a small teaser):

But serverless will fundamentally change how we build business around technology and how you code. Your future looks more like this.

Why the fuss about serverless?

or the link on HackerNoon: Why the fuss about serverless?