InfoQ Homepage News
-
Google Aims at Bootstrapping Go 1.5
Google has recently made public its plan to bootstrap Go 1.5. According to Russ Cox, Go core developer for almost 6 years now and author of the document, Google has been planning for a year “how to eliminate all C programs from the Go source tree.” InfoQ has spoken to Russ to learn more about the plan to bootstrap Go.
-
Google on the Technical Debt of Machine Learning
A number of Google researchers and engineers presented their view on the technical debt of using machine learning at a NIPS workshop. They identified different aspects of technical debt and came to the conclusion that without proper care, using machine learning or complex data analysis in your company can induce new kinds of technical debt different from classical software engineering.
-
Putting People First to Increase Motivation and Performance
Focusing on the motivation of individuals can positively impact performance. An interview with Peter van Oevelen about motivating individuals, influencing the mood of teams, applying radical management, economies of motivation and building effective teams with individuals that have their own ideas, preferences and motivations.
-
6to5 JavaScript Transpiler Gains Momentum
The 6to5 JavaScript transpiler has made significant gains in its short 6 month lifespan, besting Google's Traceur transpiler in ECMAScript 6 compatibility. Developers can write ES6 code now and let 6to5 output valid ES5 for use in today's browsers. Recently 6to5 incorporated the team behind competitor esnext into the project.
-
Rust 1.0 Alpha Released
The Rust programming language moves closer to its milestone 1.0 with the release of Rust 1.0 Alpha. It represents a marked improvement in code quality since the fall and provides interested developers a chance to use the language in a manner near its final 1.0 form.
-
The Role of the Middle Manager in an Agile World
Mário Moreira explored the role of the middle management in an agile world on its agile adoption roadmap blog and the challenges that are in place when facing that reality.
-
CocoaPods Adds Support for Swift and iOS 8 Frameworks
CocoaPods 0.36-beta has recently been released, providing support for iOS 8 frameworks and libraries written in the Swift language, writes Marius Rackwitz (@mrackwitz), member of CocoaPods core team. This release allows pod maintainers to ensure compatibility of existing pods, while also enabling the creation of new pods for Swift libraries.
-
Service Discovery with Consul
HashiCorp Consul is a solution for service discovery and configuration, designed to run distributed, highly available and scalable to thousands of nodes.
-
Major release for L20n, Mozilla's Localisation Framework
Mozilla has released version 1.0 of L20n, an open source, localisation-specific scripting language.
-
Architecture, Technology and the Lava Layer Anti-Pattern
Successive changes to architecture and technology throughout the lifetime of an application can lead to a fragile and fragmented codebase that is hard to understand and maintain, an anti-pattern named Lava Flow or Lava Layer that Mike Hadlow often finds in enterprise software, especially in large, mission critical and long-lived software.
-
Canonical Launches “Snappy” Ubuntu Core on Multiple Public Cloud Providers
Canonical has released the beta version of “snappy” Ubuntu Core, a lightweight and cloud-optimised version of Ubuntu Linux, on Microsoft Azure, Google Compute Engine and Amazon Web Services.
-
Lean and Agile Leadership with the Scaled Agile Framework (SAFe)
The Scaled Agile Framework (SAFe) provides practices, roles activities and artifacts for applying Lean and Agile development at enterprise scale. InfoQ interviewed Dean Leffingwell about deploying the scaled agile framework, building cross functional agile teams and aligning teams, the people part of SAFe and the principles of lean and agile leadership.
-
Reimplementing TeX's Algorithms: Looking Back at Thirty Years of Programming
Glenn Vanderburg, director of engineering at LivingSocial, gave an interesting recount of his effort to implement TeX’s algorithms in Clojure at the last ClojureConj conference. In the process, he discovered how much programming has changed in the last thirty years.
-
QCon New York 2015 (Jun 8-12): Track Topics Announced
The 15 track topics have been finalized for the 4th annual QCon New York (Jun 8-12) including: Modern CS, Mobile, Fraud Detection, Streaming Data, Microservices, Modern Advances in Java Technology, Machine Learning, Architectures You've Always Wondered about and more. Register before Jan 17th and save $700.
-
RESTier: A New Framework for Building OData Services
The Microsoft OData Team has made available the preview version of RESTier, a middleware development framework for building OData 4.0 RESTful APIs. RESTier is based on ASP.NET Web API.