Chaining Patterns
Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,a…
Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,a…
Today is about a little pet work I did some years ago. In short is about a Sudoku generator I did in Javascript. The interest in doing it arise becaus…
Today I'll just reflect a bit about the next little piece of code public static boolean isPowerOfTwo(int value){ return ((value & -value) == val…
Intro This is an experimental repository with some native code (target for linux) to proxy some libc calls and by doing this being able to monitor wha…
Monkeys in lab coats: Applying Failure Testing Research @Netflix This keynote was presented by the duo Kolton Andrus and Peter Alvaro and it was a pre…