As mentioned in our announcement last month of the winners of the 2011 Jolt Awards for books, the winner of the top prize, Continuous Delivery by Jez Humble and David Farley, was a run-away #1 choice. The remaining award winners, chosen from a pool of 15 titles (shrunk down from an original list of 51 nominations), were more closely bunched. In fact, in many cases, had one judge ordered his list slightly differently, one of the books in this article would have made that illustrious roster. Given the closeness of the vote, then, we felt it would be worthwhile to present these other titles that made it to the final round of consideration especially if they intersect with work you're currently doing. The reviews were written by Mike Riley.
Related Reading
More Insights
| To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |
Best of the Web
What the New iPad and iOS 5.1 Mean for Developers
The new display is gorgeous. But local storage for HMTL5 is currently broken on the new iPad and performance of some apps is slower. Here's a deep dive into the issues, including benchmarks and analysis.
Triple Buffering as A Concurrency Mechanism
Triple Buffering is a way of passing data between a producer and a consumer running at different rates. It ensures that the consumer sees only complete data with minimal lag.
Embedding GDB Breakpoints in C Source Code
Have you ever wanted to embed GDB breakpoints in C source code? Something like this:
printf("Hello,\n");
EMBED_BREAKPOINT;
printf("world!\n");
Writing Kernel Exploits
Why attack the kernel? Because it has a huge attack surface with potential for very interesting bugs. This presentation (pdf) takes a code-level dive into recently reported Linux-kernel exploits.



