InfoQ Homepage Development Content on InfoQ
-
AWS s2n: Open-source TLS Implementation in Less than 6,000 Lines
Amazon Web Services has recently introduced s2n, short for “signal to noise”, an open-source implementation of the TLS/SSL protocols that aims to be “simple, small, fast, and with security as a priority”.
-
Richard Warburton and Raoul-Gabriel Urma Review the History of Generics in Java at Devoxx UK
Richard and Raoul, who provide in person training courses on Java 8, offered a joint presentation at Devoxx UK 2015 where they discussed the origins and motivations for Generics in Java, some of the less known current features, and a glimpse of what might be coming up in Java 10. The presentation was split into three distinctive sections: past, present and future of Generics.
-
Leveraging Data Science to Improve Monitoring
At the recent devopsdays Amsterdam 2015, Patrick Roelke contended that monitoring still has lots of issues. Roelke believes that data science can help by eliminating static thresholds and coalescing information from various data sources into a single metric. The talk included a quick overview of monitoring tools that leverage data science: Kale, Bosun and AnomalyDetection.
-
Amazon Releases Cloud Drive SDK for Android and iOS
A new SDK from Amazon will make it possible for Android and iOS developers to support Amazon Cloud Drive in their apps, says David Isbitski, principal evangelist at Amazon.
-
VS2015 Coming July 20, C++ Features Finalized
The Visual Studio 2015 team has finalized its implementation of the various C++ 11/14/17 standards that it will support in VS2015RTM. Accompanying these C++ features will be the completion of C99 language support. All of these will be part of production release of VS2015, which is coming in July.
-
DDD, Events and Microservices
To make microservices awesome Domain-Driven Design (DDD) is needed, the same mistakes made 5-10 years ago and solved by DDD are made again in the context of microservices, David Dawson claimed in his presentation at this year’s DDD Exchange conference in London.
-
NPM 3 Beta Brings Good News for Windows Users
The beta of npm 3.0 has been released, with an almost complete rewrite of its installer bringing good news for running Node.js on Windows. Announcing the release, Rebecca Turner said the npm team were "delighted and proud" to be getting the 3.0 beta out, and that they were "looking forward to working with the npm user community to get it production-ready as quickly as possible."
-
Handling Incidents and Outages
David Mytton, CEO at Server Density, shared with the devopsdays Amsterdam 2015 crowd how they handle incidents and outages. The process is grounded on a key set of principles: frequent public updates; exhaustive logging of the response activities; team effort and effective escalation. Server Density draws a lot of inspiration from the aviation industry, renowned for its safety procedures.
-
Google Ends Support for Android Eclipse Tools
Google has announced the end of all Eclipse-based tooling for Android development by the end of the year.
-
Docker 1.7 and Updated Toolchain Released at DockerCon 2015
Docker Inc, have released a new version of their core container runtime, Docker Engine 1.7.0, and updated versions of the supporting toolchain, Docker Compose 1.3, Docker Swarm 0.3 and Docker Machine 0.3. Highlights include the availability of a nightly built ‘Docker experimental binary’ that currently contains a new networking and plugin system, and Apache Mesos integration with Docker Swarm.
-
Adrian Cockcroft on the Challenges of Managing Microservices
Adrian Cockcroft's devopsdays Amsterdam 2015 keynote addressed how CIOs' key goals - align IT with business, develop products faster, avoid security breaches - are attained through the adoption of DevOps practices and Continuous Delivery with containerized microservices. But managing microservices poses new challenges. Cockcroft proposes simulation as a solution to some of those challenges.
-
Q&A with Mitchell Hashimoto: Orchestration with Consul and Terraform
At QCon New York 2015, Mitchell Hashimoto discussed how tools such as a HashiCorp’s Terraform and Consul could be utilised to orchestrate infrastructure provisioning and application lifecycle management of cloud and container-based applications, with the ultimate goal of safely delivering software systems at scale.
-
Facebook's Moments App Does C++ for Cross-Platform Development
One of the most recent Facebook's apps, Moments, is using C++ to share its business logic across iOS and Android, Facebook's engineers Ashwin Bharambe, Zack Gomez, Will Ruben explain. Here we review Facebook engineers rationale for that choice and its outcomes.
-
Angular Team Provides Roadmap, Demos Integration with React Native
Angular 2 is moving forward, but still does not have a release date. The Angular team demonstrated the idea of splitting the framework into two pieces to enable different UI renderers to work with the same JavaScript backend. This will allow Angular to integrate with React Native.
-
Facebook Nuclide Is Now Open Source
Announced three months ago during the F8 developer conference, Facebook has open sourced the code for their Nuclide IDE. Nuclide is based on Atom, adding a number of packages without changing anything in the core of GitHub’s IDE.