BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Google Content on InfoQ

  • Google Dumps SPDY after HTTP/2 Enters "Last Call"

    Google has announced giving up SPDY after HTTP/2.0 has integrated the protocol and its standardization is in its final stages.

  • Google Shares its Views on Containers

    The Google Cloud Platform team started an article series to share its views on container, leveraging their 10-year experience on the technology. Google's first two articles provide an overview of the topic. They explain the rationale behind container clusters and their defining traits. Along the way, they show how it all applies to Kubernetes.

  • 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’s Android Performance Patterns

    The Google Developers YouTube channel has posted a set of 16 videos on Android Performance Patterns outlining a number of performance issues developers stumble across when creating applications for Android, along with advice on dealing with them which we will present in summary.

  • jQuery Takes Over the Pointer Events Polyfill from Google

    The Chromium team announced back in August that Google is no longer working on implementing Pointer Events in Chrome in order to focus on Touch Events. Now they have given control to the Pointer Events polyfill library to jQuery which is hoping to “drive developer adoption of this unified event system” and eventually see “all browsers implement this standard natively.”

  • Google Open Sources Cloud Dataflow Java SDK

    Google announced earlier this year their Cloud Dataflow, a service and SDK for processing large amounts of data in batches or real time. Now they have open sourced the Dataflow Java SDK, enabling developers to see how it works and possibly use the SDK for services running on-premises or in other clouds.

  • AngularJS 1.4 Announced, More to Come in 2015

    Google has announced AngularJS 1.4 and their plans for 2015 on the 1.X branch. New features and bug fixes will come to AngularJS 1.4 and 1.5 while development on 2.0 continues in parallel.

  • Dart 1.8: An Interview with Seth Ladd of Google

    Google has released version 1.8 of Dart, bringing with it experimental support for enums. InfoQ sat down with developer advocate Seth Ladd to get more information about the feature, and the latest info on the Dart project.

  • New Go 1.4 Adds Support for Android, Improves Garbage Collection

    Google has announced Go 1.4, coming six months after 1.3. Go 1.4 adds official support for Android native development, albeit still "under heavy development," improved garbage collection, and a minor language change.

  • Jack & Jill: New Android Compilers for More Performance

    Eric Lafortune, Technical Director of Saikoa, maker of DexGuard, has discovered new tools in the SDK for Android 5.0 Revision 1 (API 21.1), namely two compilers called Jack and Jill. These tools are meant to streamline the compilation process for Android.

  • Google Uses Machine Learning to Simplify CAPTCHA

    Google has announced a new CAPTCHA API which provides a No CAPTHA experience for most users.

  • Application Architecture is Shifting towards Connected Apps

    Anne Thomas has summarized in a webinar the shift from large applications to small focused apps relying on services, while Matias Duarte has spoken in an interview about connecting these apps.

  • Chrome 39 Brings Beacon API and ES6 Generators

    Google's Chrome team has released the stable version of Chrome 39: with updates including the Web Application Manifest specification, Beacon API, and support for ES6 generators.

  • Go Language Moves to Git and GitHub

    Rob Pike, lead designer of Go at Google, announced on Go's Google Group that Go language is moving to Git and GitHub. "All data will be preserved," said Rob, but GitHub will not be used to handle pull requests and code reviews. Google's own Gerrit will be used instead because it fits better the requirements of a large project such as Go, explained Google engineers.

  • Lovefield: An SQL-like Query Engine by Google

    Lovefield is a JavaScript library providing an SQL-like query engine to web developers who want the benefits of a relational database.

BT