
Gert-Jan van de Streek on 31 May 2019
Gert-Jan van de Streek on 31 May 2019
Gert-Jan van de Streek on 30 January 2017
Gert-Jan van de Streek on 25 January 2017
Gert-Jan van de Streek op 04 February 2016
The classic way that we use databases is oriented towards the amount of available storage that we have for data. It's time to rethink that pattern, now the cost of storage sinks so fast that it must converge to free or nearly free at some point.
Gert-Jan van de Streek op 12 January 2016
Code is read much more often than it is written. Guidelines are intended to improve the readability of code and make it consistent across the wide spectrum code. As Python's PEP 20 says, "Readability counts". While we all know how important styleguides are for writing code. We never take time to write one. We always refer to an existing...