InfoQ Homepage Development Content on InfoQ
-
Q&A with IBM's Lin Sun on Istio 1.0 and Microservices
InfoQ caught up with Lin Sun, a senior technical member at IBM and also a participant in the open source Istio project release team, regarding Istio in general and the 1.0 release in particular.
-
Uber Open Sources JVM Profiler for Tracing Distributed JVMs
Uber open sourced a distributed profiler called JVM Profiler in late June. They built JVM Profiler to solve resource allocation issues they had with Apache Spark. Apache Spark is a popular framework for processing large data streams, of which Uber has many. JVM Profiler was built for Spark, but it's applicable to any JVM-based service or application.
-
QCon New York 2018: Better Developer Experience at Netflix: Polyglot and Containers
Mike McGarr, manager of developer productivity at Netflix, recently presented Better DexEx at Netflix: Polyglot and Containers at QCon New York 2018. He described how Netflix evolved from operating as a Java shop to supporting developer tools built with multiple languages. This has ultimately provided a better development experience. McGarr spoke to InfoQ about centralized teams at Netflix.
-
Go 1.11 Adds WebAssembly, Experimental Module Support, and More
The two main features of Go 1.11 are WebAssembly and modules, although both are still in the experimental stage.
-
Microsoft Announces Public Preview of Windows Container Support in Azure App Service
Microsoft has released the public preview of Windows container support in Azure App Service, which provides more control over what gets installed into the App Service environment. This announcement extends the capabilities of the web app for containers service not only to run Linux based, but now Windows-based containerized environments as well.
-
Amazon Aurora Serverless MySQL Generally Available
Amazon Aurora, a custom built MySQL and PostgreSQL compatible database in AWS, has a new capability generally available – Aurora Serverless MySQL. Amazon first showed a preview of this serverless ability at AWS re:Invent last year.
-
Microsoft Bing Gets Performance Boost from .NET Core 2.1
After moving Microsoft search engine Bing to .NET Core 2.1, internal server latency dropped by 34%, writes Microsoft engineer Mukul Sabharwal, mostly thanks to improvements contributed by the .NET community.
-
Jib, a Java Container Image Builder from Google
Google recently announced Jib, an open-source container image builder that lets Java developers build Java containers using well-known Java tools.
-
Docker Desktop Adds Kubernetes Support
Docker has released Kubernetes support in their stable channel for Docker Desktop on Windows and on Mac. Kubernetes is also supported by Docker Enterprise, allowing you to deploy the same images in both systems. This includes Docker Compose support, allowing you to use compose files to deploy to the Kubernetes cluster as an alternative to kubeconfig files.
-
NATS Messaging System Gets Kafka-Like Log API via Liftbridge
Joining the hot event-driven technology space is Liftbridge, an open-source project that extends the NATS messaging system with a scalable, Kafka-like log API. InfoQ spoke to creator Tyler Treat to learn more about the project, and the changing nature of data integration.
-
The Machine Learning Behind Android Pie Smart Linkify API
Last week, Google announced Android 9, codenamed Pie. Android is launching a set of new features, powered by Artificial Intelligence. One of the most important new AI powered features is Android Smart Linkify. This article explores the architecture behind the dual in-device Neural Network powering content understanding in context to generate smart links on any text showing up on an Android phone.
-
BitBucket Introduces Support for Git V2 and Improved Search Functionality
Atlassian has launched BitBucket server 5.13, bringing in support for Git v2 and also improving on the way repositories can be searched. This includes a new repository labels functionality, and the ability to find the corresponding pull requests for a commit.
-
Microsoft Driver Module Framework Aims to Ease Windows Driver Development
Windows driver developers should now have an easier way to create simple and structured drivers, as well as to share code amongst drivers, using the new Microsoft Driver Module Framework (DMF), which has been recently open sourced.
-
JBoss Web Server 5 with Tomcat 9 is Available
Red Hat JBoss Web Server (JWS) combines the Apache web server with the Tomcat servlet engine for building, deploying, and maintaining web applications and large-scale websites. JBoss Web Server version 5 was recently released supporting Tomcat 9 and introduces several new features and enhancements.
-
.NET Core 2.1 Previews Tiered Compilation
The .NET Core team has been looking to solve the dilemma of how to best optimize runtime application performance without sacrificing startup responsiveness. A preview of their solution, tiered compilation, is now available for .NET Core 2.1 developers.