Quibbling over JSON

I work with JSON a lot. For instance, I write tests for the TV Streaming API that serves JSON to our clients. In those tests, I typically want to verify that the API returns a JSON response that matches my expectations. For instance, say I expect the JSON response for given a TV show to […]

Feature toggling transient errors in load tests

tl;dr; When testing resiliency we seek to understand how an application reacts to simulated transient errors under high load and how it can gracefully recover. If we tie the configuration of transient-error simulation to the application in such a way that we have to redeploy to change configuration, we will reset memory, TCP state, threads […]

Kryssplatform byggesystem for C/C++ prosjekter på Windows

Av ren nysgjerrighet, hva bruker folk her som byggesystem for C/C++ prosjekter pÃ¥ Windows som ogsÃ¥ fungere pÃ¥ Linux? Min egen situasjon er make bÃ¥de pÃ¥ Windows og Linux, som bygger med GCC. Avhengigheter hentes inn med et makkverk av makefiles. Naturlig nok vil folk pÃ¥ jobben bort fra det, men det er litt delte … Les mer