InfoQ Homepage News
-
How Digital Culture Can Drive the Digital Transformation
Digital culture is the key ingredient for digital transformations; it increases productivity and innovation in order to maintain a competitive edge, said Aisling Curtis. At Women in Tech Dublin 2019 she spoke about the future of work and the role that digital culture plays in digital transformations.
-
Open Source CNCF CloudEvents Specification Reaches Version 1.0 Milestone
CloudEvents is an open-source specification for describing event data in a standard way and is intended to ease event declaration and delivery across services, platforms, and beyond. The driving force behind the specification is the Cloud Native Computing Foundation (CNCF), which recently announced that the specification had reached a version 1.0 milestone.
-
Alternatives to RViz for Visualising Robotics Data Presented: Summary from ROSCon 2019
During ROSCon 2019 two interesting tools for visualising and interacting with ROS were demonstrated. The first tool which was demonstrated is Webviz, an online web-based replacement for RViz. Another interesting option which gives you more options for interaction is using Jupyter notebooks to visualise and interact with your robot.
-
How the USCIS Bridged the Divide between IT and the Business at DOES 2019
An IT and business USCIS team who led their largest IT transformation program to date presented their journey at the 2019 DevOps Enterprise Summit. In 2017, they embarked on their digitalization journey with the goal to optimize their manual adjudication processes. They overcame the challenges and delivered business outcomes while improving on their DevOps technology.
-
PyTorch and TensorFlow: Which ML Framework is More Popular in Academia and Industry
An article that was recently published on the gradient is examining the current state of Machine Learning frameworks in 2019. The article is utilizing some metrics to argue the point that PyTorch is quickly becoming the dominant framework for research, whereas TensorFlow is the dominant framework for applications in the industry. In this article we will dive into their differences.
-
iRobot’s Experience in Running ROS2 on Linux-Based Embedded Platforms
During ROSCon 2019, Alberto Soragna, Juan Oxoby, and Dhiraj Goel from iRobot presented their experience in using ROS 2 on a low-cost embedded platform. By experimenting with different Data Distribution Service (DDS) implementations they reduced the CPU and memory usage of their application, which improved performance.
-
NetBeans Celebrates 20 Years of Guidance
NetBeans recently celebrated their 20th year since the company was acquired by Sun Micrososystems. Former members gathered to celebrate the journey from student project, into Sun, then Oracle, finally ending up in the Apache Software Foundation.
-
Microsoft Releases Azure API for Fast Healthcare Interoperability Resource (FHIR) as GA
In a recent blog post, Microsoft announced the general availability of the Azure API for Fast Healthcare Interoperability Resource (FHIR), making it the first cloud vendor providing native support for this format in a managed cloud service. With the API, customers can quickly ingest, persist, and manage healthcare data in the cloud.
-
Gutenberg – a Publish-Subscribe Service for Datasets Created by Netflix
To propagate datasets from a single producer to multiple consumers, Netflix has created Gutenberg, a service using a publish-subscribe technique to propagate versioned datasets between their microservices. In a blog post, Ammar Khaku, senior software engineer at Netflix, describes an overview of the design as well and some use cases for Gutenberg.
-
DOES 2019: Creating a Culture of High Performance by Dr. Andre Martin From Google
The speed of growth is creating unforeseen and powerful impacts on company culture. Dr. Martin, VP PeopleDev at Google, shared the negative impacts that growth has on culture and what the best workplaces do to create a more compelling employee experience.
-
Microsoft Concludes the .NET Framework API Porting Project
Earlier this month, Microsoft announced the conclusion of the .NET Framework API porting project for .NET Core 3.0. That means the official development team won't port any other APIs from the .NET Framework to .NET Core 3.0. Microsoft also stated their intention to open-source more of the .NET Framework code, allowing the creation of community-driven porting projects in the future.
-
Migrating Two Large Robotics ROS1 Codebases to ROS2
In 2018, the Robot Operating System 2 (ROS2) was launched as a successor to ROS1. At ROSCon 2019, several speakers shared their experience in moving from ROS1 to ROS2. Lessons were shared in two separate talks: the Autoware project, and the demo porting by Rover Robotics.
-
GRIT Protocol Enables Distributed Transactions across Multi-Database Microservices
At the IEEE International Conference on Data Engineering (ICDE) 2019, eBay engineers presented a paper introducing a protocol for distributed ACID transactions using multiple databases, GRIT. Support for multiple databases is key to enabling GRIT's use across microservices, which are usually implemented in different languages and may use multiple underlying databases.
-
Writing Tests for CSS Is Possible! Gil Tayar at ReactiveConf 2019
Gil Tayar, senior architect and developer relations at Applitools, recently presented at ReactiveConf 2019 in Prague the specific issues behind CSS testing and how they can be addressed through methodology and tooling.
-
Facebook Releases Relay 7 for Building Data-Driven React Apps with GraphQL
Relay, a JavaScript framework for building data-driven React applications with GraphQL, recently released version 7, with improvements to error handling and Relay hooks.