InfoQ Homepage Architecture & Design Content on InfoQ
-
AWS Launches a New Console Home Page to Manage Cloud Resources
Recently, AWS launched a version of the AWS Management Console. Through the home page of the console, customers can have access to each service console, and it offers a single place to access the information they need to perform their AWS related tasks.
-
Java News Roundup: Java Plans for 2022, Spring Framework 6.0-M2, Introducing Eclipse Jifa
This week's Java roundup for January 10th, 2022, features news from JDK 18, JDK 19, Java’s plans for 2022 as presented by Nicolai Parlog, point releases for Spring Framework and Spring Data, Quarkus 2.6.2, Micronaut 3.2.5 and 3.2.6, Piranha 22.1.0, JobRunr 4.0.6, introducing Eclipse Jifa, Micrometer Metrics 2.0.0-M1, Micrometer Tracing 1.0.0-M1 and the July - December 2021 Foojay Status Report.
-
Google Cloud Spanner Dialect for SQLAlchemy is Generally Available
Google Cloud recently announced the general availability of the Spanner dialect enabling SQLAlchemy applications to run on the distributed SQL database management and storage service.
-
Amazon EC2 Hpc6a Instances, Optimized for High-Performance Computing, Are Now Generally Available
Recently, AWS announced the general availability (GA) of Amazon EC2 Hpc6a Instances. With these instances, the company expands its portfolio of HPC compute options.
-
eBPF and Wasm: Exploring the Future of the Service Mesh Data Plane
With the advancement of lightweight runtimes, such as eBPF and WebAssembly (WASM), we are now seeing a new generation of service mesh data plane solutions that are lighter, safer, and faster.
-
Scaling Video Quality Measurements at Netflix with Cosmos
Netflix relies heavily on measuring perceptual video quality for different business purposes. As metrics evolve and become part of more workflows, their measurement tool needs to scale too. Netflix recently described how a new video quality measurement workflow was implemented using Cosmos microservices to foster innovation in quality metrics, with good scalability and loose data coupling.
-
Java News Roundup: JDK 18, JDK 19, Groovy DSL for Spring Integration, JHipster, Micronaut Foundation
It was another relatively quiet week for the January 3rd, 2022 edition of the Java news roundup featuring build updates to JDK 18 and JDK 19, VMware publishing CVE-2021-22060 as a follow up to CVE-2021-22096, a new Groovy DSL for Spring Integration, Helidon 2.4.1, Hibernate Search versions 6.0.8 and 6.1.0.Beta2, JHipster 7.5.0, JReleaser 0.10.0 and Gradle having joined the Micronaut Foundation.
-
AWS Offers Two New Outposts SKUs Suitable for Space Constrained Locations
AWS Outposts provides customers with on-premises compute and storage monitored and managed by AWS and controlled by the same, familiar AWS APIs. Last year at re:Invent in Vegas, AWS announced two new smaller AWS Outposts form factors suitable for locations such as branch offices, retail stores, hospitals, and cell sites that are space-constrained and need access to low-latency compute capacity.
-
Incorrect IAM Policy Raised Questions about AWS Access to S3 Data
An unexpected change in the policy used by AWS Support raised concerns about access to customers' S3 data. The cloud provider reverted the change, stating that the permissions were not and could not be used and published a security bulletin. Security experts suggest steps to detect and prevent similar issues in the future.
-
Java News Roundup: State of Project Valhalla by Brian Goetz, GlassFish 7.0-M1 and Project Loom Lab
It was very quiet for the week of December 27th, 2021, but InfoQ found a few news items of interest that include: the “State of Project Valhalla,” a three-part blog series written by Brian Goetz; GlassFish 7.0.0-M1; Project Loom Lab, a new project created by Nicolai Parlog; an update of the Jakarta EE Tutorial to Jakarta EE 9.1; Apache Camel 3.11.5; and JDKMon 17.0.21.
-
Amazon RDS Introduces Readable Standby Instances in Multi-AZ Deployments
AWS has recently announced readable standby instances in Amazon RDS multi-AZ deployments. The new database cluster option provides high availability and durability for workloads requiring more read capacity and consistent transaction latency.
-
Kubernetes 1.23 Released with Improved Events, gRPC Probes, and Support for Dual-Stack
CNCF released Kubernetes 1.23 recently. The release has new features such as the events subcommand for kubectl, gRPC probes, and expression language validation for custom resources, generally available features such as generic ephemeral volumes, Horizontal Pod Autoscaling, and IPv4/IPv6 dual-stack networking, beta features such as PodSecurity, and deprecated features such as FlexVolume.
-
AWS Announces Further Worldwide Expansion of Local Zones
AWS Local Zones are an infrastructure deployment that places compute, storage, database, and other select AWS services close to a large population and industrial centers. And recently, AWS announced the launch of over 30 new AWS Local Zones in significant cities worldwide.
-
HashiCorp Boundary 0.7 and Boundary Desktop 1.4 Released with Dynamic Host Catalogs
HashiCorp has released version 0.7 of their Boundary open-source project that automates secure identity-based user access to hosts and services across environments. Boundary Desktop 1.4 has also been released for Mac, Linux, and Windows. Key new features include dynamic host catalogs, plugin support (currently for internal use only), and managed groups and resource filtering in the admin console.
-
Building Quality in for Blockchain Systems
Blockchain technology can be used to build solutions that can naturally deliver better software quality. Using blockchain we can shift to smaller systems that store everything in a contract. We have to understand our data needs and decide what is stored in the chain and what off-chain, and think about how requirements, defects and testing history can be built into the contract models.