InfoQ Homepage Cloud Content on InfoQ
-
From Local to Production: A Modern Developer’s Journey Towards Kubernetes
Urvashi Mohnani discusses the full developer experience of writing an application, containerizing it locally, deploying it to a Kubernetes cluster, and debugging Kubernetes applications locally.
-
Beyond Million Dollar Lines of Code: Practical Strategies for Engineering Cost-Effective Cloud Systems
Erik Peterson discusses the actions, tasks, and approaches necessary for crafting software that meets technical specifications and controls expenditure in the cloud.
-
Stateful Cloud Services at Neon: Navigating Design Decisions and Trade-Offs
John Spray discusses the complexities of stateful cloud service design, using Neon Serverless Postgres as a case study, where to put data and how many copies, ensuring availability, scaling a service.
-
Building SaaS from Scratch Using Cloud-Native Patterns: a Deep Dive Into a Cloud Startup
Joni Collinge presents the design and implementation of the Diagrid Cloud platform, covering design considerations, trade-offs and learnings, using Kubernetes, Dapr and Cloud-Native services.
-
Pulumi Adventures: How Python Empowered My Infrastructure beyond YAML
Adora Nwodo discusses her journey from backend software engineering into the realm of DevOps, exploring how Pulumi became the pivotal tool that empowered her transition.
-
Optimizing JVM for the Cloud: Strategies for Success
Tobi Ajila discusses the challenges and innovations in JVM performance for cloud deployments, highlighting the integration of these JVM features with container technologies.
-
Durable Execution for Control Planes: Building Temporal Cloud on Temporal
Sergey Bykov discusses the concept of Durable Execution, with a real world example of how they used it to build the Control Plane for Temporal Cloud.
-
Architecting for High Availability in the Cloud with Cellular Architecture
Chris Price discusses cellular architecture, its merits, design options with cellularization, and how to effectively isolate at the level of an AWS account.
-
From Smoothie Architecture to Layer Cake with Durable Execution
Sergey Bykov shows how Durable Execution of Temporal enables a transition and makes building scalable distributed applications qualitatively easier.
-
Million Dollar Lines of Code: an Engineering Perspective on Cloud Cost Optimization
Erik Peterson discusses the right timing and approach for engineering cost optimization and how to use cost efficiency metrics as powerful constraints that drive innovation, and engineer profit.
-
AWS Lambda Under the Hood
Mike Danilov covers how Lambda is built and how they had to modify the architecture to support 10GiB payloads.
-
Developing above the Cloud
Paul Biggar talks about Darklang, a language designed to run on the cloud. By combining many things below the programming language abstraction layer, it resulted in less complexity for the developer.