InfoQ Homepage News
-
Amazon Cloudwatch Dashboards Supports Sharing
AWS recently introduced the ability to share Amazon CloudWatch Dashboards with users who do not have access to the AWS account. This feature opens up new use cases for dashboards, including sharing metrics and information on big screens, or embedding real-time information in public pages.
-
Kubernetes Ingress Is Now Generally Available
The Kubernetes team graduated the Ingress API to general availability (GA) in the 1.19 release after it was first introduced in 2015.
-
Microsoft Obtains Exclusive License for GPT-3 AI Model
Microsoft announced an agreement with OpenAI to license OpenAI's GPT-3 deep-learning model for natural-language processing (NLP). Although Microsoft's announcement says it has "exclusively" licensed the model, OpenAI will continue to offer access to the model via its own API.
-
Microsoft Introduces Its Quantum Intermediate Representation
Based on LLVM, IBM Quantum Intermediate Representation (QIR) extends LLVM IR to better suit the representation of quantum constructs.
-
Microsoft Releases Bridge to Kubernetes
Earlier this week, Microsoft released Bridge to Kubernetes, a Visual Studio extension that allows developers to write, test and debug microservice code locally while consuming dependencies from a Kubernetes environment. The purpose of this extension is to simplify microservices development by eliminating the need for extra assets such as a Dockerfile or Kubernetes manifests.
-
The JavaScript Coder's Guide to Getting More from GitHub and Npm - GitHub Satellite 2020
Edward Thomson, npm product manager at GitHub, recently explained at GitHub Satellite 2020 the implications of npm joining GitHub for JavaScript developers and how to get the best out of GitHub for both open source and professional work.
-
CNCF Approves Kubernetes Edge Computing Platform KubeEdge as Incubating Project
The CNCF Technical Steering Committee (TOC) announced the acceptance of KubeEdge as an incubating project. KubeEdge is a platform that aims to provide “infrastructure support for network, application deployment and metadata synchronization between the cloud and edge devices” and uses Kubernetes as the underlying foundation.
-
Microsoft Launches a New Communication Platform with Azure Communication Services
During its annual Ignite Conference, Microsoft announced Azure Communication Services (ACS), a fully-managed communication platform. The offering is currently in public preview.
-
Google Engineer Tailors Swift for Windows
The vision for Swift to become a cross-platform programming language has moved one step further with the introduction of a Swift toolchain for Windows 10. Early adopters can now use Swift to create Windows 10 programs that interoperate through the C ABI with existing libraries available on the platform.
-
Google Announces New Features Making It Easier to Manage Windows Server VMs
Recently Google announced several new features such as boot-screen diagnostics, auto-upgrade for Windows Server, new diagnostics tooling, and improved license reporting. Most of these updates are available in beta and intend to simplify troubleshooting problems, upgrading, and managing the license requirements of Windows workloads running on Google Cloud (GCP).
-
Heapothesys - an Open-Source GC Latency Benchmark by Amazon Corretto
The Amazon Corretto team has introduced Heapothesys, a collection of JVM garbage collection (GC) workloads designed for the application developer to compare alternative GC algorithms and configuration choices, and to detect GC performance and latency regressions. Using the resulting JVM pauses, developers may produce their own reference points to study GC boundaries within their applications.
-
Q&A with Katherine Kirk on Managing Entropy in Uncertain Times
InfoQ talks to Katherine Kirk about her recently published talk on thriving when control is removed. We discuss the impact of the current pandemic on organisations. Kirk explains the importance of contextual strategies which acknowledge and counterbalance the impact of entropy.
-
Cookie Recipes - SameSite and beyond - Rowan Merewood at web.dev Live
Rowan Merewood explained, in light of the new cookie policies being increasingly adopted, how to create and configure cookies according to the scope and security required by the situation. Merewood also showcased the options available to developers to trace and debug cookies sent in requests.
-
How to Build the Dark Star: a Serious Collaborative Game
Games are learning experiences. They can help people to better understand soft skills and grow by providing space to safely experiment. InfoQ interviewed Corrado (Dex) De Sanctis about the benefits of playing games and his experience from playing the DSBuilders game.
-
Using Serverless Backends to Iterate Quickly on Web Apps
In a series of three technical articles, AWS has recently shown the advantage of building serverless backends to iterate quickly on web apps and be able to follow changing product requirements. These development methodology and architecture allow flexibility but increase coupling with cloud vendor services.