- iOS8 Day-by-Day – iOS8 Day-by-Day is a blog series covering all that an iOS developer needs to know about the new technologies and APIs available to them in iOS8. That page will be an auto-updating index of all of the posts so far, so you can ensure that you haven't missed a day.
- An amazing peek into the massive scale of AWS #amazon #aws – An amazing peek into the massive scale of AWS – can't imagine 5 million servers!
- The Future of the Web (According to Google) – I spent the past two days at the Chrome Developer Summit in Mountain View. While the entire event was livestreamed and is now on YouTube, I thought it might be useful to talk a bit about where things seem to be going, at least from my perspective on Google
- The Secret Life of Passwords – NYTimes.com – We despise them – yet we imbue them with our hopes and dreams, our dearest memories, our deepest meanings. They unlock much more than our accounts.
- Magnet rest2mobile – A FREE tool that generates native code for REST services – A FREE tool that generates native code for REST services
- Spring Roo 1.3.0 introduces JDK 8 support – Spring Roo is a rapid application development tool for Java, allowing you to create full web enterprise applications in just minutes.
- How Google Inbox shares 70% of its code across Android, iOS, and the Web – Java-to-JavaScript is handled by the Google Web Toolkit SDK, which has been around for some time. The real enabler for Inbox is called J2ObjC, which, as the name implies, converts Java code meant for Android into iOS-ready Objective-C code.
- Android Work takes shape as Google’s BYOD Divide surfaces on Play #byod #android #enterprise – Google is upping the ante in its push for Android's place in the enterprise, launching the BYOD-focused Divide app under a special 'IT Preview' program that requires the device that the app is installed on has been enrolled in a number of specific enterpri
- Amazon’s AppStream can now stream any Windows application #streamingapps – Amazon expands support for its streaming service that targets games developers to any Windows application.
- Swift Initialization and the Pain of Optionals #swiftlang #swift – Swift’s strict initialisation process results in a number of practical issues, leaving developers scratching their heads. This post explores a few solution including two-phase initialisation, the use of optionals and lazy properties.