InfoQ Homepage News
-
Raspberry Pi Launches the Zero, a $5 Computer
The Raspberry Pi foundation has launched their latest device, a five dollar computer smaller than a playing card. Based on the model A, it won't win speed records, but it is cheap enough to publish on the cover of a magazine. InfoQ investigates.
-
MongoDB Hits 3.2 and Becomes Enterprise Ready
MongoDB recently announced the newest version of its NoSQL database synonymous product. Building upon the new features introduced in 3.0 release, 3.2 is expanding and solidifying MongoDB’s interest towards the corporate world.
-
Docker 1.9 Brings Improvements on Networking, Storage and Clustering
Docker Inc. has presented Docker Engine 1.9 at DockerCon EU, which has taken place this month in Barcelona. This new release, which Docker announced at the beginning of the month, includes major changes on networking and volume management. Docker Swarm is ready for production and several improvements were made in Docker Compose, Docker Toolbox and Docker Registry.
-
WordPress.com Replaces PHP with JavaScript
WordPress.com has replaced PHP with web technologies and a RESTful back-end API for the administration console.
-
Microsoft Bumps Edge Rendering Engine to EdgeHTML 13
The roll out of the first major update to Windows 10 includes the latest rendering engine for Microsoft's Edge browser. EdgeHTML 13 includes a number of HTML5 and CSS features and is a good sign that Microsoft can continually update their newest browser.
-
Apache Maven JDeps Plugin 3.0.0 Released
A new maven plugin that uses the jdeps utility to find uses of JDK Internal APIs has been released. When activated, the plugin will force a failure if the code uses any internal API. Internal APIs will be unaccessible as of Java 9, therefore this plugin helps developers adapt their code to the next version of Java. Despite being labeled as 3.0.0, this is the first release of the plugin.
-
Brian Kernighan on Successful Language Design
What makes language design successful? This is the question that Brian Kernighan, among the contributors to the development of Unix and father of Awk, tries to answer in a talk at the University of Nottingham.
-
Android Studio 2.0 Introduces Hot Code Swapping
Android Studio 2.0 has hit the canary channel, and the focus of the improvements in this release is to make the development as streamlined as possible, including hot code swapping, faster builds, faster emulator, GPU Profiler and Debugger, and running multiple types of tests in the same time.
-
Microsoft Azure Scale Sets in Public Preview
In a recent blog post, Mark Russinovich, cto of Microsoft Azure, announced a public preview feature called Azure Scale Sets. Azure Scale Sets are an Azure Compute resource which allow you to deploy and manage a group of virtual machines (VMs) as a collective group, or set.
-
Google Launches Cloud Datalab Beta
At the recent Google Cloud Platform Next experience event in Paris, Google announced a beta data visualization service called Cloud Datalab. Cloud Datalab allows developers to explore and analyze their data through an interactive web-browser experience.
-
Stop Being Lazy, and Test Your Software (with the Help of Docker)
At DockerCon EU 2015, Laura Frank presented “Stop Being Lazy, and Test Your Software”. Frank proposed that testing software is necessary, no matter the size or status of your company, and introducing Docker to the development workflow can assist with writing and running testing frameworks more efficiently, and ultimately facilitate the delivery of high quality software products to customers.
-
Redux: An Architectural Style Inspired by Flux
Redux uses a unidirectional data flow similar to Flux, but it has a single store which is changed by cloning the original store and applying some functions without side effects. There is no Dispatcher.
-
Erik Meijer’s Hacker’s Way
At GoTo 2015, Erik Meijer, computer scientist whose name is linked to functional programming and reactive asynchronous programming, recounted the last couple of years in his life, including his cancer diagnosis and how it changed his way of looking at life, and shared his view on the Hacker’s Way.
-
Real-life Agile Scaling - Henrik Kniberg's Opening Keynote at Agile Tour Bangkok
Henrik Kniberg, author of the InfoQ Minibook “Scrum and XP from the Trenches”, gave the opening keynote at the Agile Tour Bangkok conference on Saturday 21 November in Thailand. His talk was titled “Real-life Agile Scaling”, in which he addressed the key challenges to scaling agile beyond a few teams. He asked why organisations want to scale, and presented some ideas on how to do so.
-
IBM Commits to Advance Apache Spark
Earlier last month in Las Vegas, at IBM Insight 2015, IBM announced a major commitment to the Apache Spark project. Referring to it as “potentially the most significant open source project of the next decade” tells a lot about how important IBM believes Apache Spark is. With IDC reporting that 80% of cloud applications in the future will be data intensive, Apache Spark can unlock previously...