InfoQ Homepage News
-
GitHub CLI Reaches 1.0, Enables Scripting CI/CD Workflows
Released in beta last February, GitHub CLI has now reached version 1.0. According to GitHub, you can use GitHub CLI for your entire workflow from issues to reviews to releases. In addition, you can script the GitHub API to automate any available action.
-
Is the AWS Free Tier Really Free?
Corey Quinn, cloud economist at The Duckbill Group, argues that the free tier in AWS is broken and AWS should change it. The free models of the main cloud providers differ and might not help beginners in following best practices in cloud deployments.
-
Focused on Observability: CNCF Publishes Latest Technology Radar
CNCF released their second quarterly technology radar focused on Observability. The goal of the radar is to “share what tools are actively being used by end users, the tools they would recommend, and their patterns of usage” when adopting cloud-native technologies.
-
iOS 14 Now Available, Developers Forced to Rush to Submit Apps
Apple has released the first public version of iOS 14, which brings a number of new features such as app clips, widgets, improved Swift UI, ARKit, Core ML, and more. Developers received the iOS and Xcode GM version a mere 24 hours in advance, though, which led to some frustration.
-
Public Beta of Google Cloud API Gateway Now Available
At the recent Google's Cloud Next virtual conference, Google announced the public beta of API Gateway, a fully-managed Google Cloud service to create and monitor APIs for serverless workloads.
-
Navigating Complex Software Projects and Leading in Uncertain Times: InfoQ Live, Sept 23rd
InfoQ Live brings together world-class practitioners such as John Willis, senior director in Red Hat's Global Transformation Office, and Sarah Wells, technical director for operations and reliability @FT, to share their valuable insights and practical advice on software engineering leadership.
-
Deliver Faster by Killing the Test Column
Columns like "In test" often lead to teams having more work in progress and less work actually being finished. Removing such columns can increase collaboration between testers and developers and enable teams to deliver faster.
-
Google Expands Its Confidential Computing Portfolio
In a recent blog post, Google announced the expansion of its Confidential Computing Portfolio with the addition of Confidential Google Kubernetes Engine (GKE) Nodes. Furthermore, the public cloud vendor will make Confidential Virtual Machines (VMs) publically available.
-
Microsoft Releases .NET 5.0 RC 1
Earlier this week, Microsoft released .NET 5.0 RC1, the first "go live" release of .NET 5 before its official debut in November. .NET 5 is a unified platform for the .NET ecosystem, wrapping together all of its components into one cross-platform package. The new release includes many improvements from .NET Core 3, including new language versions (C# 9 and F# 5) and support for Windows ARM64.
-
NativeScript 7 Moves from ES5 to ES2017+
NativeScript 7 aligns with modern JavaScript standards by targeting es2017+. Additionally, it streamlines app configuration by consolidating it in a single file and replaces JavaScriptCore with V8 for iOS apps.
-
Microsoft Announces New Technologies to Combat Disinformation
In a recent blog post, Microsoft announced two new technologies to combat disinformation: a Video Authenticator tool, and technology to either detect manipulated content or assure people that the media they're viewing is authentic.
-
AWS Introduces New EBS Volume io2 with Higher Durability and IOPS/GiB
AWS recently introduced a new provisioned IOPS volume type (io2) for high-performance databases and workloads that offers a durability of 99.999% and the ability to provision up to 500 IOPS for every GiB of storage.
-
C++20 Is Now Final, C++23 at Starting Blocks
Originally planned for release last February, C++20 has now received the final technical approval and will be published foreseeably by the end of the year. C++20 will include modules, coroutines, and concepts among its major new features.
-
WebAssembly Reference Types Implemented in wasmtime, Lets Wasm Modules Handle Complex Types
Nick Fitzgerald recently announced the implementation of the WebAssembly reference types proposal in wasmtime. With reference types, a WebAssembly runtime can handle references to complex host objects (e,g, DOM nodes) instead of only integer and floating-point values. Reference types pave the way for more WebAssembly features – interface types, garbage collection, module linking, and more.
-
Web Storage APIs - Pete Lepage at Google's Web.Dev
New APIs have emerged to answer the need of a web moving from documents to applications. Pete Lepage presented at web.dev LIVE a short but thorough description of the options developers have to store and cache data on the client. The CacheStorage, StorageManager and other APIs help developers create applications with offline capabilities and performance closer to native mobile applications’.