InfoQ Homepage Cloud Computing Content on InfoQ
-
Serverless Spring
Mark Fisher and Dave Syer introduce the introduce Spring Cloud Function in the context of using Java and Spring, from the basic programming model all the way to multi-cloud deployments.
-
Continuous Delivery in Azure
Jimmy Bogard discusses continuous delivery in Azure, covering automated builds, packaging, deployments, CD pipelines, Azure Resource Manager, infrastructure-as-code, blue-green deployments, etc..
-
CI/CD: Lessons from LinkedIn and Mockito
Szczepan Faber talks about two different use cases of implementing continuous delivery at scale: LinkedIn and Mockito. Yet the challenges, benefits & impact on the engineering culture are very similar
-
PKS: The What and How of Enterprise-Grade Kubernetes
Cornelia Davis and Fred Melo discuss the role of the container orchestration system in the IT landscape, and how PKS provides enterprise-class Kubernetes services.
-
Towards Memory Safety in Intel SGX Enclave
Yu Ding discusses Rust SGX SDK which combines Intel SGX together with Rust. Developers could write memory-safe SGX enclave easily, eliminating the possibility of being pwned intrinsically.
-
Is Docker Dead?
Nic Jackson compares and contrasts the development and deployment flow for both a Docker and a Serverless project, attempting to see if Docker has already been made obsolete by serverless.
-
Lessons Debugging Serverless JVM Functions
Tal Weiss condenses some of the serverless monitoring research and practices into an experience talk with actionable advice for those implementing serverless.
-
Infrastructure as Code: An Introduction to Chef
Craig Tataryn discusses the basics of Chef, what its various components are used for, and demonstrates how Chef _recipe_ and _resource_ development is implemented.
-
Crushing Tech Debt through Automation at Coinbase
Rob Witoff presents how Coinbase attacks tech debt, including deployments, testing, immutable + codified infrastructure, sharing his experience in rebuilding infrastructure from scratch in 24h.
-
Brownfields DevOps in Practice
Damian Brady discusses the DevOps culture from the point of view of a developer, including architectural changes, design techniques, deployment pipelines, and how to make large changes safely.
-
Confusion in the Land of the Serverless
Sam Newman introduces serverless computing, discussing how security, resilience, patterns (circuit breaker), vendor lock-in, and microservices are addressed with this technology.
-
Serverless Architectures
Rafal Gancarz introduces the core concepts around Serverless/FaaS and describes architectural and operational aspects of distributed systems built on top the serverless stack with application on AWS.