InfoQ Homepage Development Content on InfoQ
-
Cockroach DB Reaches 1.0
Cockroach DB, the distributed SQL database that follows the pattern of software products being named after animals, announced earlier this month the release of its first production ready version, 1.0. In this article we take a look in Cockroach, how it compares to Google Spanner and how we can start using it in development and production based systems.
-
Atlassian Announces Bamboo 6.0 and Bitbucket Server 5.0
Atlassian annouced new versions of Bamboo and Bitbucket Server, two tools aimed to support DevOps in enterprises. New functionalities include configuration as code, enhanced build control, and build progress monitoring.
-
Details on F# Support in Rider
JetBrains’s developer evangelist Marteen Balliauw recently published more details about the F# support in Rider. Features are explained into more details than the general EAP announcement and also contains the plan for the next releases.
-
Zero Runtime Exceptions in Production with Elm
At QCon London 2017, Richard Feldman, software engineer at noredink and author of “Elm in Action” from Manning, explained how their decision to switch to Elm led to a 100,000 LOC system running in production with zero runtime exceptions since 2015. Here, we provide a brief summary of Feldman’s key points.
-
Google Is to Remove Support for PNaCl
After de-staffing the PNaCL/NaCl team last year and adding default support for WebAssembly in Chrome in March of this year, Google has officially announced the retirement of PNaCl in favor of WebAssembly.
-
Red Hat to Acquire Codenvy to Extend DevOps Tools Capability
Red Hat has announced the acquisition of Codenvy, an Agile and cloud-native tools provider. Financial terms of the deal are not being publicly disclosed.
-
Npm 5.0 Boosts Common Sense Performance
Npm 5.0 is a highly anticipated release that has been years in coming. The new version of the JavaScript package manager has a completely rewritten cache and has performance that is more in-line with its most direct competitor.
-
Microservices and Modularity
Gene Hughson discusses how the reasons for choosing microservices are important and that he does not believe improved modularity is a valid reason. Furthermore, this applies equally well to the data architecture where he believes that a disciplined, monolithic team can maintain modularity in a monolithic data architecture.
-
Google Announces Tensorflow Lite: A Neural Network Library for Mobile Phones
Dave Burke, VP of engineering at Google, announced a new version of Tensorflow optimised for mobile phones. This new library, called Tensorflow Lite, would enable developers to run their artificial intelligence applications in real time on the phones of users. The library is designed to be “fast and small while still enabling state-of-the-art techniques”.
-
Facebook’s New AL Language Aims to Simplify Static Program Analysis
AL is a simple, declarative language for reasoning about abstract syntax trees that allows to extend Facebook Infer static analyzer.
-
The Technology Stack at Medium
Medium is an online publishing platform developed by Twitter co-founder Evan Williams. Launched in 2012, it now has over 60 million unique monthly visitors. The technology stack behind the site includes deployment to AWS, applications and services written in NodeJS and Go, data storage with DynamoDB, and Amazon Redshift as their data warehouse.
-
Google, IBM and Lyft Open-Source Microservice Service-Mesh Istio
Google, IBM and Lyft have open sourced Istio (Greek word for “sail”), a framework for managing, securing and monitoring microservices.
-
New Cryptocurrency Closer to Building Machine-to-Machine Economy
The IOTA team is advancing their cryptocurrency protocol to create an economy for IoT devices. The goal is for billions of internet driven devices to be able to exchange currency as well as data.
-
Microsoft Has Moved the Windows Code Repo to Git
Microsoft has completed the move of their Windows codebase from Source Depot to Git using GVFS.