InfoQ Homepage News
-
IBM Open Sources Their API Microgateway
IBM has recently announced that they’ve open sourced their API Microgateway. This means that any developer/business can now take advantage of this software in their own computing projects at no cost.
-
MongoDB Atlas Expands AWS Footprint
MongoDB, as one of the most popular NoSQL databases and a non-relational database used in many cases in Web based systems, has grown along side PaaS and IaaS providers' growth. DBaaS with MongoDB as the backing database is available since early versions on Heroku. MongoDB Atlas has just announced availability in 14 AWS regions with local storage available in Americas, EMEA and APAC.
-
Azul Systems Launches Falcon, a New Just-in-Time Compiler for Java, Based on LLVM
Azul Systems has today announced the immediate availability of Zing 17.03, with full support for Azul’s new Falcon just-in-time (JIT) compiler based on LLVM and designed to replace the C2 compiler used in prior versions of Zing, as well as in Oracle HotSpot and OpenJDK. Falcon is the first new production JIT compiler available for Java SE since C2 was introduced at JavaOne in 1997.
-
Buoyant Releases Version 1.0 of Their Service Mesh, Linkerd
Buoyant, a cloud-native software company, released version 1.0 of Linkerd, an open source “service mesh” project for cloud-native microservice-based applications. William Morgan, founder and CEO of Buoyant, spoke to InfoQ about this milestone.
-
F# Support Highlights New Rider Preview Release
JetBrains' Rider, their multiplatform IDE for .NET development, continues its open development cycle with Early Access Preview 21. Featured in this preview is support for the functional language F#. Along with this, several important bug fixes and added support for both TFS and Virtual Studio Team Services can be found.
-
Google Opens Up its Voice-Based Assistant on Third-Party Devices
The Google Assistant SDK makes it possible to integrate Google Assistant voice-capabilities into custom devices running on Raspberry Pi 3 and also on Linux, writes Google assistant product manager Chris Ramsdale. Licensing terms for commercial use are not yet clear, however.
-
IBM and Red Hat to Vote "No" on Java Modules (Jigsaw)
InfoQ has previously reported on the developing situation regarding JSR 376 - the Java Platform Module System, commonly called "Project Jigsaw". Now, in a highly unusual move, IBM and Red Hat have both publicly announced that they will vote "no" on Jigsaw in its current form.
-
React Fiber: A Closer Look at the New Engine of React
Facebook is working on a completely new architecture underpinning React, their popular JavaScript framework. The new design, dubbed React Fiber, alters how and when changes are detected in order to improve perceived responsiveness on browsers and other rendering targets. React Fiber will be launched in version 16 and should be a drop-in replacement for most React apps.
-
.NET Futures: Asynchronous Streams
Since async/await was announced for VB/C#, developers have been asking about an asynchronous version of IEnumerable. But until C# 7 and ValueTask, that was potentially challenging from a performance standpoint.
-
Emerging Technologies for the Enterprise Conference 2017: Day Two Recap
Day Two of the 12th annual Emerging Technologies for the Enterprise Conference was held in Philadelphia. This two-day event included keynotes by Blair MacIntyre (augmented reality pioneer) and Scott Hanselman (podcaster), and featured speakers Kyle Daigle (engineering manager at GitHub), Holden Karau (principal software engineer at IBM), and Karen Kinnear (JVM technical lead at Oracle).
-
Alternative Container Runtimes in Kubernetes
Recent changes in Kubernetes break its traditional tie-in to Docker and rkt as container runtimes. Kubernetes has released its Container Runtime Interface (CRI) API and there is a parallel ongoing implementation called CRI-O which attempts to create a bridge between Kubernetes and OCI-compliant runtimes, paving the way for Kubernetes to use any OCI compliant container runtime in a standard way.
-
Microsoft Updates Azure IoT Platform: Adds Connectivity, Time Series Insights and Edge Analytics
Microsoft has recently made some announcements regarding their Internet of Things (IoT) capabilities within Azure. Microsoft’s news includes adding a new service called Azure Time Series Insights, additional connectivity platform support for OPC UA/DA and Azure Stream Analytic support on edge devices. In addition, Microsoft also announced a new SaaS-based IoT Solution called Azure IoT Central.
-
TypeScript 2.3 Adds Generic Default Arguments, Async Iterators Support, and More
TypeScript 2.3 extends the language syntax by adding support for declaring defaults for generic type parameters and for async generators and iterators. It also aims to improve integration with existing JavaScript code with a new compile option and introduces official support for language server plugins.
-
John Gossman on Microsoft’s Serverless Platform, Azure Functions and Logic Apps
John Gossman, lead architect at Microsoft Azure, spoke on Thursday at ServerlessConf Conference about Microsoft's open source Serverless platform. The Microsoft team also gave demos on Azure Functions, Logic Apps and how to monitor the platform components.
-
Announcing a Unified .NET Documentation Experience
Microsoft has announced its new .NET API browser for finding .NET documentation in a standardized manner. Community contributions to the documentation will be enabled within the next month. The User Voice site allows users to request improvements, and vote on which suggestions are most important including additional documentation users want to see added to the API browser.