InfoQ Homepage News
-
Organisational-Level Agile Anti-Patterns - Why They Exist and What to Do about Them
Agile anti-patterns can affect organisations, morale, and quality if left untreated. The critical first step is acknowledging the existence of the pain point. Effective root cause analysis helps to understand what causes the anti-patterns to arise in organisations, where actions can be taken to address those causes.
-
JakartaOne Livestream 2020 Highlights Jakarta EE 9 and MicroProfile 4.0
The second annual JakartaOne Livestream virtual conference, scheduled after the formal GA releases of Jakarta EE 9 and MicroProfile 4.0, will go live on December 8th, 2020 with the first of 12 one-hour sessions starting at 6:00am EST. Focused on Jakarta EE and MicroProfile topics, these sessions include keynotes, 15-minute theme slots and panel discussions delivered by a host of Java luminaries.
-
Microsoft .NET Conf 2020: .NET 5, C# 9.0, F# 5.0, and More
At the 2020 edition of .NET Conf, streamed online last week, Microsoft released the much-awaited .NET 5, along with new major .NET language versions (C# 9 and F# 5), ASP.NET 5, and EF Core 5.0. New versions of Visual Studio 2019 were also released, with support for .NET 5 and improved Git tooling. The event also featured sessions covering tools and frameworks such as Blazor and Project Tye.
-
AWS Announces New S3 Intelligent-Tiering Archive Access Tiers
S3 Intelligent-Tiering is a storage class, which AWS added to Amazon S3 for optimization of storage costs for its users. The company recently announced it would add two new archive access tiers designed for asynchronous access optimized for rare access at a very low cost: Archive Access tier and Deep Archive Access tier.
-
Angular 11 Has Arrived
Google has released version 11 of Angular, its popular Single Page Application framework. The release focuses on improving the developer experience and finalizing the cleanup of the issue tracker.
-
Bloomberg Engineering Share Experiences of Adopting TypeScript across a Large Codebase
Rob Palmer, JavaScript infrastructure and tooling lead at Bloomberg, recently shared a few learning points and insights from the adoption of TypeScript at scale at Bloomberg. While some learning points are specific to Bloomberg’s custom runtime, others may be valuable across any large codebase switching to TypeScript.
-
Waymo Publishes Autonomous Vehicle Safety Report
Waymo has published a report analyzing collisions involving their self-driving vehicles. The data was collected during more than 6 million miles of driving and includes 18 actual collisions as well as 29 simulated collisions.
-
OSGi Alliance to Transition to Eclipse Foundation
The OSGi Alliance announced that after 21 years of being an independent foundation, they would be transferring their assets into the Eclipse Foundation, and continuing work under the OSGi Working Group. InfoQ reached out to Dan Bandera, president of the OSGi Alliance, to find out more about the move.
-
AWS Introduces the Event Replay and Archive Capability in Its Eventbridge Service
Amazon EventBridge is a serverless event bus that delivers a stream of real-time data from event sources and routes that data to targets like AWS Lambda. Recently, AWS introduced an event replay and archive capability - providing developers a way to replay past events and extend their applications with new functionality.
-
Microsoft Announces Zone Redundancy for Azure Cache for Redis in Preview
Recently Microsoft announced that Azure Cache for Redis would support multiple availability zones, expanding the availability and resiliency. The update to the service means customers can significantly enhance the availability of their Azure Cache for Redis instance.
-
Fastly Expands Capabilities for Compute@Edge
Fastly, the cloud computing company providing solutions for edge cloud networks and content delivery networks, recently announced new features for their serverless compute environment Compute@Edge. The new release introduces new CLI functionalities, Terraform API support and additional language support.
-
Cloud Native Storage Tool Rook Graduates from CNCF
The Cloud Native Computing Foundation (CNCF) recently announced the graduation of Rook, an open-source cloud-native storage orchestrator for Kubernetes. Rook is the 13th CNCF project, and provides functionality using a Kubernetes Operator for each storage provider.
-
Maximizing User Experience with Prioritized Load Shedding at Netflix
Netflix uses its homegrown API gateway, Zuul, to classify incoming requests into priorities. When the system comes under load or is otherwise unstable, Zuul throttles traffic, starting with the lowest priority. It then progressively adjusts to shed load according to the priorities calculated until the system is healthy again.
-
The ALB Ingress Controller Is Now the AWS Load Balancer Controller
AWS has rebranded the Application Load Balancer (ALB) Ingress controller as the AWS Load Balancer Controller, and now includes support for both Application Load Balancers and Network Load Balancers. The public vendor recently announced the renaming and updates to this Load Balancer controller, labeled as a new controller or AWS ALB Ingress Controller v2.
-
Microsoft Releases Playwright Cross-Browser End-to-End Test Runner
Microsoft released (in preview) a dedicated test runner for Playwright, its test automation tool. The Playwright test runner provides zero-config cross-browser end-to-end testing for web apps, Jest-like assertions, and built-in support for TypeScript. The new test runner leverages Folio, a customizable test framework to build higher-level test frameworks.