CAP Theorem

If you have ever worked on distributed systems you’ve probably heard about CAP Theorem which says that achieving all aspects of consistency, availability, and partition tolerance at the same time […]

The 12 Factor App

First time I heard about 12 Factor App around 6 years ago. I even didn’t know that some of the rules that I use in software development have its own […]