InfoQ Homepage Development Content on InfoQ
-
Optimize Automated Testing Using Defect Data
By integrating the test framework and the bug tracking system, it becomes possible to deactivate test cases for known bugs and reactivate them when the bug is solved. Aneta Petkova, QA chapter lead at SumUp, presented The Framework That Knows Its Bugs at TestCon Moscow 2019.
-
Open Liberty 19.0.0.4 Released with Support for Reactive Streams Operators 1.0 and JDK 12
IBM’s latest monthly release of Open Liberty 19.0.0.4 features support for the MicroProfile Reactive Streams Operators 1.0 API, JDK 12, and Oracle Universal Connection Pool.
-
J2CL: A Java-to-JavaScript Transpiler
J2CL is a source-to-source compiler that converts Java to Javascript. It attempts to solve a different problem than similar Java-to-Javascript frameworks such as GWT. Likewise, J2CL is not meant to compete with or replace existing JavaScript frameworks; J2CL is about interoperability and cross-platform code reuse.
-
Microsoft Open-Sources Approximate Nearest Neighbor Search Algorithm Powering Bing
Microsoft's latest contribution to open source, Space Partition Tree And Graph (SPTAG), is an implementation of the approximate nearest neighbor search (NNS) algorithm that is used in Microsoft Bing search engine.
-
Q&A with Microsoft's Brendan Burns about GA of OpenShift on Azure
The general availability (GA) of OpenShift on Azure was included alongside several other Kubernetes-related announcements at Microsoft Build 2019 and Red Hat Summit 2019, which recently concluded in Seattle and Boston, concurrently. InfoQ caught up with Brendan Burns, a co-founder of the Kubernetes platform and a distinguished engineer at Microsoft, regarding the announcement.
-
Microsoft Open-Sources CCF Framework to Improve Blockchain Ledgers Throughput and Latency
Microsoft Confidential Consortium Framework (CCF) is an open-source framework aiming to enable the creation of blockchain ledgers that can execute transactions with throughput and latency similar to those of a centralized database, says Microsoft.
-
QCon San Francisco 2019: Registrations Open & Top Videos from QCon SF 2018
QCon San Francisco, the software conference that attracts attendees from all over the world, returns November 11-13, 2019, for the 13th year. QCon is organized by the people behind InfoQ & is dedicated to providing a platform for innovators & early adopters to share their story in the global epicenters of software development: Beijing, London, New York, Sao Paulo, Shanghai, and San Francisco.
-
Open Source Testware for Systematic IoT Testing: Eclipse IoT-Testware
The project Eclipse IoT-Testware is delivering free open-source test tools and programs for the industry and companies developing Internet-of-Things (IoT) solutions. At TestCon Moscow 2019 Axel Rennoch, senior scientist at Fraunhofer FOKUS, spoke about quality assurance for IoT.
-
Porting JQ, Command-Line JSON Processor, to the Browser with WebAssembly - Q&A with Robert Aboukhali
jq, the command-line JSON processor, originally written in C, has recently been ported to WebAssembly, and is now available in a browser JavaScript environment. InfoQ talked with Robert Aboukhalil, bioinformatics software engineer at Invitae, about the challenges of porting existing software to WebAssembly and the ensuing benefits for developers.
-
Micronaut 1.1 Features Enhanced Support for Building Cloud-Native Applications
During the recent Google Cloud Next conference, Object Computing, Inc. (OCI) announced the release of Micronaut 1.1 featuring support for gRPC, GraphQL, Google Cloud Platform (GCP), RabbitMQ and Amazon Web Services (AWS). There is also a new Bean Introspection API that replaces the JDK Introspector class and new templates for the Micronaut Test project.
-
GitHub Package Registry Integrates Source Code and Packages
GitHub launched a limited beta of its new Package Registry, aiming to simplify publishing public or private packages under the same user interface as source code. GitHub Package Registry supports npm, Maven, RubyGems, NuGet, and Docker images, and support for more package management tools is already on its roadmap.
-
Improving the .NET Docker Experience: DockerCon 2019 Overview
During the latest edition of DockerCon, Microsoft shared multiple improvements made in the .NET Core over the past year, all aimed at enhancing the experience of using .NET and Docker together.
-
Q&A on New App Hosting Cloud Provider, Render
Render is a new provider of web and app hosting, described by Render’s CEO as the “best of both worlds” between full scale cloud providers, such as AWS, and PaaS providers, such as Heroku.
-
Flutter 1.5 Goes Multi-Platform, Includes Web Support
Announced as a technical preview at the latest Google I/O 2019 event, Flutter 1.5 aims to make it possible to create native applications for multiple platforms, including new form-factor devices, the Desktop, and the Web.
-
Microservices Framework Lagom 1.5 with Akka Management and Support for Kubernetes and OpenShift
Version 1.5 of the microservices framework Lagom comes with Akka Management, a set of tools for operating Akka powered applications, and support for deployment with Kubernetes or OpenShift. The recently released version 1.5 is built on Play 2.7.0, Alpakka Kafka 1.0 and Akka 2.5.22 and also adds support for Couchbase and for gRPC through Akka gRPC.