InfoQ Homepage News
-
Wildcard HTTPS Subdomain Configuration with static.fun
ZEIT Now recently introduced easy deployment to HTTPS-enabled subdomains, and to celebrate this announcement, created the open-source static.fun service.
-
How to Scale Pilots into a Global IT Organization
Scaling pilots into a global IT organization is doable, and if done right, it really works and can help to transform entire companies, said Clemens Utschig. At DevOpsCon Munich 2019 he presented how they go from starting with an idea to scaling it up into the global organization.
-
Google Cloud Team Releases AutoML Natural Language
The Google Cloud team recently announced the generally available (GA) release of AutoML Natural Language framework. AutoML Natural Language supports features for data processing and common machine learning tasks like classification, sentiment analysis, and entity extraction.
-
Datawire Announces the Ambassador Edge Stack Early Access Program
Datawire last week announced the release of the Ambassador Edge Stack 1.0. The Ambassador Edge Stack is an integrated edge solution that empowers developer teams to rapidly configure the edge services required to build, deliver, and scale their applications running in Kubernetes.
-
Poor Random Number Generation Makes 1 in Every 172 RSA Certificates Vulnerable
Research report by firm KeyFactor shows many IoT and network devices are using weak digital certificates that make them vulnerable to attack. Researchers Jonathan Kilgallin and Ross Vasko analyzed 75 million RSA certificates and found 1 in 172 keys share a factor with another, which means they can be easily cracked.
-
Microsoft Rebrands Flow Service to Power Automate, Adds Robotic Process Automation Capabilities
At the recent Ignite conference, Microsoft announced changes to its cloud-based automation service, Microsoft Flow. The service has been re-branded to Power Automate, which better aligns to other Power Platform services. Microsoft has also expanded on the capabilities of the Microsoft Flow service by providing Robotic Process Automation (RPA) capabilities, in preview.
-
Java 14 Is in Feature-Freeze and Release Rampdown
JDK 14 is now in Rampdown Phase One - meaning that the overall feature set is frozen and no further features will be targeted to this release.
-
Experience Running Spotify’s Event Delivery System in the Cloud
Event delivery is a key component at Spotify; the events contain important data about users, actions they take, and operational logs. After running the event delivery system in the cloud for 2 ½ years, Bartosz Janota and Robert Stephenson have written a blog post discussing what they have achieved and how they have been able to evolve and simplify the system by moving up the stack in the cloud.
-
Ionic React Released
The Ionic team recently announced the first production release of Ionic React, a version of Ionic that leverages React to build applications for iOS, Android, Desktop, and Progressive Web Apps (PWA).
-
JetBrains Releases AWS Toolkit for Rider
Earlier this month, JetBrains released the Rider version for its AWS Toolkit, an IDE plugin aimed at helping developers to build, test and deploy serverless applications in the Amazon Web Services platform. This release also includes support for Node.JS (in WebStorm) and updates to its first version, available since March of this year for Java and Python developers using IntelliJ IDEA and PyCharm.
-
V8 JavaScript Engine 8.0 Reduces Heap by 40%, Adds Optional Chaining and Null Coalescing
The latest release of Google's V8 JavaScript engine, V8 8.0, uses pointer compression to reduce heap size by 40% and with no performance hit. Additionally, it adds support for optional chaining using the ?. operator and for nullish coalescence using ??. V8 v8.0 will be officially available with Chrome version 80.
-
High Availability for Self-Managed Kubernetes Clusters at DT One
The engineering team at DT One, a global provider of mobile top-up and reward solutions, wrote about how they implemented IP failover-based high availability for their self-managed Kubernetes cluster ingress on Hetzner’s hosting platform.
-
James Ward and Ray Tsang on Knative Serverless Platform
At this year's QCon San Francisco 2019 Conference, James Ward and Ryan Knight hosted a workshop on Serverless technologies using the Knative framework. InfoQ caught up with speakers to discuss the role of serverless in developing cloud native applications.
-
Microsoft Announces Public Preview of Event Grid on IoT Edge
Microsoft have announced the public preview of Event Grid on IoT Edge, which enables the adoption of event-driven architectures on systems created for disconnected or remote environments. This means that implementing event-driven scenarios using a publish/subscribe model with routing capabilities are now available on Internet of Things devices running anywhere.
-
Improved File Sharing in Docker Desktop for Windows Enhances Developer Experience
Docker has released a new fileshare implementation for Docker Desktop for Windows as part of the 2.1.7.0 edge release. This new fileshare makes use of FUSE (Filesystem in Userspace) and allows for more seamless sharing of files between host and container. This includes being able to edit source on the host, save, and see the changes live in the browser on the container.