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,and by »
Chaining is a technique we can use in most of programming languages that consists in calling method after method, thus chaining the methods together,and by »
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 »
Today I'll just reflect a bit about the next little piece of code public static boolean isPowerOfTwo(int value){ return ((value & -value) == value) } The previous »
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 »
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 pretty »