A CIO’s DevOps approach to resolving the agility-stability paradox via @robcrussell – Speed versus stability is a paradox for IT. Pushing for both at the same time seems contradictory, but the IT organization must strive to achieve this goal if the enterprise is ultimately to become more antifragile—that is, less vulnerable to catastrophe.
Apple Watch: My most personal review ever – So, while every reporter in the world rushed to get their review of the Apple Watch posted online, I sat and looked at my Apple Watch. I touched it, played with the interface, and I even talked to it.
watchOS 2.0 tl;dr – Apple announced a major update to watchOS 2 today that will be available with iOS 9 this fall. We've gone through the official Apple documentation, all of the headers and code provided in Xcode 7, and summarized everything for you so you can quickly skim w
A free tool to monitor & implement DMARC – DMARC is a standard that prevents spammers from using your domain to send email without your permission — also known as spoofing
VMware Photon: Minimal Linux Container Host – Photon is a technology preview of a minimal Linux container host. It is designed to have a small footprint and boot extremely quickly on VMware platforms.
Flight – An event-driven web framework, from Twitter – Flight is a lightweight, component-based JavaScript framework that maps behavior to DOM nodes. Twitter uses it for their web applications. By way of example, we've included a simple email client demo (browse the source) built over the Flight framework. There's also a flight implementation over on the todoMVC site (source), courtesy of @mkuklis