InfoQ Homepage Cloud Computing Content on InfoQ
-
Running AI at the Edge: Running Real Workloads Directly in the Browser
James Hall explains why engineering teams should shift AI workloads on-device. He shares local inference strategies, WebGPU optimization techniques, and architecture choices for zero-trust privacy.
-
Continuous Delivery for Foundational Platforms
Ian Nowland explains why standard CI/CD models fail for foundational platforms, sharing lessons from AWS and Datadog on how engineering leaders can implement safe progressive deployments.
-
Enchant Your AI and APIs with eBPF Magic 🪄
Dan Finneran explains how to use eBPF and AI gateways in Kubernetes to transparently observe, modify, and control unowned AI agent API calls without altering source code.
-
Rewriting All of Spotify's Code Base, All the Time
Aleksandar Mitic and Jo Kelly-Fenton discuss how Spotify uses "Honk," a background AI coding agent, to automate codebase migrations at scale and tackle the ongoing maintenance problem.
-
The Free-Lunch Guide to Idea Circularity
Holly Cummins explains how tech history rhymes, tracing tradeoffs from the Great Stink to cloud, AI hype cycles, and ZIRP, urging leaders to recycle old engineering disciplines for sustainability.
-
Clean Architecture for Serverless: Business Logic You Can Take Anywhere
Elena van Engelen explains how to build cloud-agnostic serverless applications. She shares how Spring Cloud Function, Clean Architecture, and Gradle decouple business logic from AWS and Azure.
-
Practical Performance Tuning for Serverless Java on AWS
AWS Hero Vadym Kazulkin discusses optimizing serverless Java on AWS Lambda. He explains how to slash cold start latencies below one second using managed SnapStart, priming, and GraalVM AOT.
-
Confidently Automating Changes across a Diverse Fleet
Netflix engineer Casey Bleifer explains how the company is automating fleet-wide code changes and migrations at scale, driving adoption timelines down from months to mere days with confidence.
-
Beyond Speed Limits: Exploring the Performance Power of Valkey
Viktor Vedmich explains how to achieve sub-millisecond application latency using Valkey, an open-source, high-performance in-memory fork of Redis supported by AWS.
-
Evolution of a Backend for a Streaming Application
Daniele Frasca shares how to scale streaming apps for millions of users using serverless patterns. Learn to eliminate single points of failure, improve data consistency, and master multi-region.
-
Duolingo's Kubernetes Leap
Franka Passing explains Duolingo's migration from AWS ECS to EKS, discussing how they built a foundation with Argo CD and Karpenter to enable blue-green deployments for 128M+ active users.
-
How to Build a Database without a Server
Alex Seaton explains how Man Group built ArcticDB, a serverless database connecting directly to S3. He discusses using CRDTs to manage global state and leveraging immutable trees for atomicity.