InfoQ Homepage DevOps Content on InfoQ
-
The Buyer’s Guide to Cloud and Hybrid
Matthew Johns offers a guide to customers interested in using the cloud by comparing various such solutions – dedicated, hybrid, self service, full service.
-
Building and Delivering Next Generation Developer Services Using Private Cloud Infrastructure
Chris Pinkham explains how to create an automated scalable self-service infrastructure based on principles used by Amazon to build their cloud services.
-
Taking Time Seriously
Bryan O'Sullivan introduces some of the technologies pioneered in the Haskell community to streamline software development and reduce operational costs, while producing beautiful code.
-
Keynote: Cloud Interoperability
Chris Harding emphasized the need for cloud interoperability and the key areas where standards are most needed – configuration, management, security, storage, communication – for businesses to growth.
-
Facebook News Feed: Social Data at Scale
Serkan Piantino discusses news feeds at Facebook: the basics, infrastructure used, how feed data is stored, and Centrifuge – a storage solution.
-
The Challenge & Opportunity of Cloud Computing
Andrew Watson keynotes on the threats, the challenges and the opportunities provided by cloud computing to enterprises, especially their IT departments.
-
Changing Operational Models in the Cloud - Using DevOps/NoOps with PaaS
Lars Malmqvist, Craig Kersteins, Gareth Rushgrove, Bruce Durling and Paul Fremantle discuss how the boundaries between software development and infrastructure operations are blurred in PaaS.
-
Infrastructure as Code
Gareth Rushgrove offers advice, code samples, and introduces tools - Puppet, Chef and CloudFormation – helpful for automating every infrastructure operations.
-
Futures and Promises: Lessons in Concurrency Learned at Tumblr
Blake Matheny discusses the current status of Tumblr, its evolution and lessons learned along the way, 3 types of concurrency -Macro, Mecro and Micro-, and Motherboy –a dashboard system-.
-
Why You Won't Hear the Word "Cloud" on Wall Street
Ari Zilka informs on the cloud tools and process changes needed to take place for the financial and banking institutions to become interested in the technologies cloud computing has to offer.
-
Application Delivery in the Cloud
Alex Gosse presents the current trend in application delivery, referring to cloud computing, its adoption and DevOps tools used in such environments.
-
Understanding Indexing Without Needing to Understand Data Structures
Zardosht Kasheff suggest using 3 rules for indexing SQL databases: Retrieve less data, Avoid point queries, and Avoid sorting.