InfoQ Homepage News
-
Amazon EC2 Introduces Replace Root Volume to Patch Guest Operating System and Applications
AWS recently introduced the ability to replace the root volume of EC2 instances using an updated AMI without stopping them. The Replace Root Volume helps patch the guest operating system and applications but still triggers a reboot of the instance.
-
How Slack Engineers Addressed Their Most Common Mobile Development Pain Points
In a rather detailed article, Slack engineers Ahmed Eid and Arpita Patel provided an interesting peek into the processes they adopted along the years to improve developer experience in a number of distinct areas and the tools they used to that aim.
-
Microsoft Introduces New UI Experience for Trying out Computer Vision with Vision Studio
Microsoft recently introduced a new User Interface (UI) for developers called Vision Studio to try its Computer Vision API.
-
Sigstore Moves to GA with Enhanced Stability and Reliability
The Open Source Security Foundation (OpenSSF) has moved Sigstore, an artifact signing, and verification technology, into general availability. This announcement sees the Sigstore certificate authority, Fulcio, and transparency log, Rekor, also move into GA with their 1.0 releases. The release brings improved stability and reliability to the services for use within production workloads.
-
SFTP for Azure Blob Storage Now Generally Available
Azure Blob Storage now supports the SSH File Transfer Protocol (SFTP), allowing customers to use SFTP for file access, transfer, and management on the object storage service. The new option is generally available and simplifies the migration to the cloud of legacy applications and enterprise workloads.
-
New Features for Azure Database for PostgreSQL Flexible Server
New features for Azure Database for PostgreSQL Flexible Server are in preview. These new features include encryption of data at rest with customer-managed keys, database authentication with Azure Active Directory, geo-redundant backups and fast restores of data, and a migration tool for moving workloads from the product’s older Single Server deployment option.
-
Scaling Access Management at Airbnb
Airbnb's product engineering team recently discussed their implementation of a self-serving, centralized access control platform. Built on the principle of least privilege, the team designed a five-stage architecture, providing benefits from security, usability, and developer experience aspects.
-
KubeCon NA 2022: How to Build an End-to-End Argo-Based DevOps Platform for Kubernetes
Argo, a CNCF project, helps engineers to use Kubernetes by covering many use cases from GitOps-based continuous deployment to event-based workflow automation. It can also be used to create an end-to-end DevOps platform. Alexander Matyushentsev and Leonardo Luz Almeida spoke at the KubeCon CloudNativeCon North America 2022 Conference on how to build an Argo-based DevOps platform for Kubernetes.
-
Developer Tooling for Cloud-Native Wasm Is Going Mainstream
The focus of Cloud Native Wasm Day at KubeCon 2022 in Detroit is developer tooling for server-side WebAssembly.
-
Microsoft Releases Final Release Candidate for ASP.NET Core 7
Microsoft released ASP.NET Core 7 Release Candidate 2, the final release candidate for .NET 7 on October 11th. This release includes improvements to output caching, to the dynamic authentication in Blazor feature introduced in RC1 and experimental WebAssembly multithreading support using Web Workers. It introduces a new vary-by option and improves the OutputCachePolicyBuilder API.
-
Amazon DynamoDB - Evolution of a Hyper-Scale Cloud Database Service: Akshat Vig at QCon SF 2022
Akshat Vig, a principal engineer in NoSQL databases at Amazon, spoke at QCon San Francisco about Amazon DynamoDB: Evolution of a Hyper-Scale Cloud Database Service. The talk was part of the "Architectures You've Always Wondered About" track.
-
OpenSSL Hit by Two High Severity Vulnerabilities, Recently Patched
Introduced in OpenSSL 3.0 in September 2021 and affecting all successive versions up to and including OpenSSL 3.0.6, the two recently patched vulnerabilities are caused by buffer overruns in X.509 certificate verification.
-
The Myth of Product Mindset: It's What You Do, Not How You Think
Companies nowadays are looking for ways to cultivate a product mindset. While the idea of cultivating a “product mindset” allows us to focus primarily on ourselves, actually transforming our organizations often means changing our behavior to focus on our customers and how we work together to serve them.
-
The Engineer/Manager Pendulum: Charity Majors at QCon SF
Charity Majors, founder and CTO of Honeycomb.io, gave a talk at QCon San Francisco about the pendulum of being a senior engineer and manager. She discussed the need for managers in technical teams to have engineering credibility and the value that comes from deliberately embracing both senior technologist and manager roles, but not both at the same time.
-
Maven Central Search Retrieves Dependency Coordinates from Maven Central
Maven Central Search (mcs) is a command line tool to retrieve dependency coordinates from Maven Central. The tool uses Picocli for the command line interface and GraalVM to compile executable native images for macOS, Linux and Windows.