InfoQ Homepage QCon Software Development Conference Content on InfoQ
-
Enterprise IT: What's Beyond Virtualization
Derek Collison discusses some of the technologies and approaches for building a self-healing infrastructure: Intelligent layer 7 SDN with semantic awareness, self healing techniques, etc.
-
Engineering Velocity: Shifting the Curve at Netflix
Dianne Marsh describes how Netflix' tooling, especially the continuous delivery system, allows developers to push the button for production deployment, and helps them to recover if necessary.
-
End to End Reactive Programming at Netflix
In this talk Jafar Husain and Matthew Podwysocki explore the Reactive Extensions (Rx) library which allows to treat events as collections. Also: how Netflix uses Rx on the client and the server.
-
Employing Data Science to Enhance the Facebook Experience
Justin Moore shares how Facebook's own advances in Data Science have solved intricate location technology problems and how these lessons can be applied to other verticals to achieve similar gains.
-
Using Docker in Cloud Networks
Chris Swan takes a look at Docker: what it is, why it was chosen, how it became an established platform, and what it takes to package applications and application infrastructure for use with Docker.
-
Scaling Continuous Deployment
Avleen Vig discusses the changes Etsy has implemented to scale continuous deployments over the last 12 months, in both software and infrastructure.
-
Enterprise IT: What's Beyond Virtualization
Derek Collison discusses technologies and approaches for obtaining a fluid infrastructure that has the level of plasticity needed to heal itself and provide higher level SLAs for apps and services.
-
Caml Trading - Experiences with OCaml on Wall Street
Jane Street runs a large trading business on software written almost entirely in OCaml, a statically typed functional language. Yaron Minsky shows the reasons for choosing Ocaml and how it worked out.
-
Computational Patterns of the Cloud
Ines Sombra discusses cloud computing’s paradigms and their applications with practical examples from Engine Yard’s customers, peers, and partners, covering antipatterns and myths.
-
ECMAScript 6: What's Next for JavaScript?
Axel Rauschmayer explains how to use some of ECMAScript 6' features today: block-scoped variables, arrow functions, better parameter handling, classes, modules and more.
-
DevOps Culture And Practices To Create Flow
Jez Humble discusses the behaviors, rituals and processes that are essential to fast flow in software development. (audio quality is degraded from the 26m mark for 14m)
-
Do Not Block Threads! A Blessing in Disguise or a Curse?
Sadek Drobi discusses how to use Futures and Iteratees to deal with blocking threads in a system with many IO calls and heavy threads.