InfoQ Homepage News
-
Using Models in Developing Software for Self-Driving Cars
Models play an important role in developing software for autonomous systems like self-driving cars; they are used to simulate and verify behavior, document the system, and generate code. Jonathan Sprinkle explains how to model software used in autonomous systems, the benefits of modeling, using test data to validate the software that drives a car and techniques for writing reliable code.
-
OCF Will Run Over Thread
The Thread Group and the Open Connectivity Foundation have agreed to make OCF’s application layer compatible with Thread, the IoT networking protocol initially developed by Alphabet’s Nest.
-
Facebook Open-Sources Deep Learning Project Torchnet
Facebook Artificial Intelligence Research laboratory open-sources the Torchnet project to package and optimize boiler plate deep learning code for reuse and plugin-ability.
-
A New Microsoft Tool Aims to Help iOS Developers Port Their Apps to UWP
A new tool belonging to the Windows Bridge for iOS, iOS App Analysis, aims to make it easier for iOS developers to port their apps to the Universal Windows Platform (UWP), Nick Gerard, program manager at Microsoft, writes.
-
Facebook Launches Tool to Easily Create React Apps
Facebook has released a new tool, Create React App, that hopes to minimize the pain developers experience when getting started with a new React project. The command line tool creates all the necessary pieces for a simple React app, it's build process and dependencies.
-
Blending Agility and DevOps with Local Cultures at Barclays
Jonathan Smart, head of development services at Barclays, described how the bank's DevOps journey requires blending with local cultures (as in local to a given business are or to a geography) to succeed. Principles need to be shared, but practices need to emerge (with guidance where required) by applying those principles to the local context.
-
Oracle Paves the Way to Standardise Command Line Options in the JDK
Oracle has created JEP 293 to introduce a set of guidelines for command line options in JDK tools in an attempt to fix the existing disparity among them. The JEP has no target version yet, meaning it will be delivered with Java 10 as soonest; however, taking into account that the scope is only to create a set of guidelines for new options, it may take even longer for the effects to be felt.
-
Audio Library Howler.js Has 2.0 Release to Make Some Noise about
The JavaScript audio library Howler.js has been upgraded to version 2.0, with an update including "a long list of additions and improvements." Author James Simpson said it represents a "full rewrite" of Howler and is now 100% compatible across HTML5 Audio and Web Audio. Howler.js is used by companies including Google, Disney, Lego and Mozilla, as well as NASA.
-
Reviewing the .NET Core Roadmap
The .NET Core project has released a new road map describing Microsoft's plans for the next 6-9 months.
-
Microsoft and SAP Expand Partnership in the Cloud
Microsoft and SAP recently announced, at SAP’s SAPPHIRE NOW conference, an expanded partnership. The expanded partnership will focus on better support for SAP HANA in Azure, integration across Cloud Services including Office 365, Concur and SuccessFactors and Mobile App management for SAP Fiori using Microsoft Intune.
-
Breaking a Monolithic API into Microservices at Uber
In a recent blog post, Uber engineer Emily Reinhold described how they broke a monolithic API into a modular, flexible microservice architecture. She highlighted a few key design and architectural choices that were key to Uber’s migration effort.
-
The Growing Industry of DevOps Consulting
DevOps transformation projects are increasingly appealing to established enterprises. InfoQ spoke to three businesses focused on DevOps consulting to understand how they are helping businesses make the change.
-
WSO2 MSF4J Adds Support for Spring and Swagger
WSO2 MSF4J 2.0 has added support for Spring, Swagger definition generation, ExceptionMapper and StreamingOutput.
-
Angular 2 Split, Dart Codebase Separated
Since its inception, the Angular 2 project has compiled TypeScript down to both JavaScript and Dart. With the final release on the horizon, the Dart portion has been spun off into its own codebase with its own team.
-
Stack Overflow Launches Documentation Beta
Stack Overflow has launched a new website called Documentation, enabling developers to create documentation on various software development topics for developers.