InfoQ Homepage Development Content on InfoQ
-
Remix Reimagined: V3 Will Drop React for a Fork of Preact
Two years after shipping Remix v2, the Remix team recently announced working on Remix v3, with a new set of principles charting its path. Remix v3 will drop React for a fork of Preact as part of its effort to own most of its stack and feature only minimal, critical dependencies. Remix will also optimize for LLMs, build on Web APIs, eschew build processes, and demand composable abstractions.
-
AWS Lambda Response Streaming Increases Payload Limit to 200 MB
AWS has revolutionized Lambda with an increased response streaming payload limit from 20 MB to 200 MB. This enhancement allows developers to stream larger data sets, improving Time to First Byte performance. By simplifying response handling and eliminating complex workarounds, AWS empowers developers to deliver rich content seamlessly, transforming serverless applications.
-
Java News Roundup: JDK 25-RC2, Eclipse JNoSQL, Quarkus, Apache TomEE, Apache Camel
This week's Java roundup for August 18th, 2025, features news highlighting: the second release candidate of JDK 25; a point release of Apache Camel; maintenance releases of Eclipse JNoSQL, Quarkus and Apache TomEE; and the Quarkus team implementing the resolution to CVE-2025-55163.
-
Zemlin at Open Source Summit EU: Even in the Age of AI, the Software’s Future is Still Open Source
During the Open Source Summit Europe keynote, Jim Zemlin, executive director of the Linux Foundation, revisited the LLM landscape with an emphasis on the effect it has on the industry, the security, quantity and quality of the developed code. He emphasised that DeepSeek’s revolution was validated by the gpt-oss release, OpenAI’s first open-source model.
-
Third Edition of PNG Specification Released, Adds HDR and Official APNG Support
The W3C recently published the Portable Network Graphics (PNG) Specification (Third Edition), two decades after the second edition was accepted as a web standard. This update introduces High Dynamic Range (HDR) color, standardizes Animated PNGs (APNGs), and adds Exif metadata support, making PNG a valuable alternative to other formats like AVIF and WebP.
-
How Netflix is Reimagining Data Engineering for Video, Audio, and Text
Netflix has introduced a new engineering specialization—Media ML Data Engineering, alongside a Media Data Lake designed to handle video, audio, text, and image assets at scale. Early results include richer ML models trained on standardized media, faster evaluation cycles, and deeper insights into creative workflows.
-
Google Cloud Unveils New Data Security Posture Management Offering in Preview
Google Cloud unveils its new Data Security Posture Management (DSPM) offering, enhancing data governance, privacy, and compliance. This innovative solution provides visibility into sensitive data, helping organizations identify risks and enforce controls. With advanced features integrated into the Security Command Center, it addresses the evolving challenges of cloud data security.
-
Google Veles is a New Open-Source Secret Scanner Powering GCP
Google Veles is a newly released open-source secret scanner, launched as part of Google's broader OSV-SCALIBR (Software Composition Analysis LIBRary) ecosystem. Veles integrates seamlessly with other OSV-SCALIBR tools and also powers secret scanning in Google Cloud, while remaining available as a standalone module.
-
Spring News Roundup: Second Milestone Releases of Boot, Security, Auth Server, Session, Integration
There was a flurry of activity in the Spring ecosystem during the week of August 18th, 2025, highlighting second milestone releases of Spring Boot, Spring Security, Spring Authorization Server, Spring for GraphQL, Spring Session, Spring Integration, Spring REST Docs, Spring Batch and Spring for Apache Pulsar.
-
.NET 10 Preview 7 Accelerates .NET MAUI with XAML Source Generator
On August 12th, Microsoft rolled out the seventh preview of .NET MAUI in .NET 10, introducing more performance improvements and some improvements in controls. This preview focuses on compile‑time XAML processing, richer media metadata support, safer UI layouts, and refined toolbar APIs.
-
AWS Lambda Adds Support for GitHub Actions
AWS has recently announced that AWS Lambda now supports GitHub Actions, providing a simplified way to deploy changes to Lambda functions using declarative configuration in GitHub Actions workflows. The new option supports both .zip file and container image deployments.
-
Zod v4 Available with Major Performance Improvements and Introduction of Zod Mini
Zod v4, the TypeScript-first schema validation library, introduces transformative upgrades: 14x faster parsing, a 57% smaller core, and the new lightweight @zod/mini for modern front-end validation. With a refined API and built-in JSON Schema conversion, Zod v4 enhances developer efficiency while simplifying complex projects.
-
AWS Budgets Improves Cross-Account Cost Visibility
AWS Budgets has enhanced its Billing View, allowing organizations to manage cross-account cloud costs more securely and efficiently. Users can create custom budgets without management account access, streamlining oversight and aligning financial planning with operational needs.
-
AWS CCAPI MCP Server: Natural Language Infra
AWS introduces the Cloud Control API (CCAPI) MCP Server, revolutionizing infrastructure management by enabling natural language commands for resource management. This tool boosts developer productivity with automated security checks, IaC template generation, and cost estimation, bridging the gap between intent and cloud deployment. Embrace simplicity and efficiency in cloud operations!
-
.NET 10 Preview 7 Delivers ASP.NET Core, Blazor, and MAUI Enhancements, with C# 14 Feature Complete
Microsoft's .NET 10 Preview 7 showcases significant enhancements across ASP.NET Core, C#, .NET MAUI, and Windows Forms. Key updates include easier exception handling, improved cookie and passkey authentication, and a clearer local development experience with .localhost support. C# 14 reaches feature completeness, while .NET MAUI optimizes build performance.