|
You are here |
www.adamconrad.dev | ||
| | | | |
decomposition.al
|
|
| | | | | by Natasha Mittal ? edited by Devashish Purandare and Lindsey Kuper | |
| | | | |
scorpil.com
|
|
| | | | | How the CAP theorem explains trade-offs in software engineering organizations between quality, velocity, and communication. | |
| | | | |
blog.thislongrun.com
|
|
| | | | | Definitions of Eventual Consistency, ACID and Dynamo. Looks at datacenters, partitions and dataloss. | |
| | | | |
www.cppstories.com
|
|
| | | Variadic Templates from C++11 is probably not a feature that you use on a daily basis. But recently, I've come across one refactoring example where I've decided to give a try and apply variadics. Intro When I was doing some work in some old UI code I've noticed several similar lines of code that looked like that: | ||