InfoQ Homepage Presentations
-
What Should the Average JS Ninja Know about Upcoming JavaScript and Browser Features?
Daniel Steigerwald introduces some of the new JavaScript language features and tools: transpilers, polyfills, and others.
-
Continuous Delivery at 7digital - An Experience Report
Chris O'Dell presents the impact on people and the development process by adopting Continuous Delivery at 7digital.
-
Approaches to DOM Traversal
Brian Rinaldi introduces new JavaScript features and libraries that help traversing the DOM without having to rely on jQuery.
-
Write Your Lisp in Scala
Stefan Chis demos building a Lisp dialect in Scala, covering: parsing code, defining data types and functions, evaluating expressions, implementing higher order functions.
-
Scalaz 'For the Rest of Us'
Adam Rosien introduces scalaz, how to use it to make code simpler and type safer, how it compensates for Scala issues, and how it encapsulates DI and data validation.
-
The Tao, of the Joy, of Coding
Dick Wall makes connections between Lao-Tzu’ philosophical insights found within his writing, Tao Te Ching, and the art of software development.
-
Life, The Universe, and Everything
Damian Conway explores quantum finite state automata, the power of Maxwell's information engine, the computational expressiveness of (un)natural languages, blending them all into a parallel system.
-
Connecting Everything - APIs & PaaS
In this solutions track talk, sponsored by WSO2, Paul Fremantle explores open source approaches to APIs and PaaS, taking a look at organizations that have done this: how, why, and what the results are
-
The Process, Technology & Practice of Continuous Delivery
Dave Farley introduces the ideas of Continuous Delivery as a practical everyday, holistic process, using some of the techniques and technologies from a real world project as an example.
-
Bloomin' Marvellous
Adrian Colyer takes a look at the Bloom filter, a probabilistic data structure, revealing the many uses of hashing and exploring how this can be used for computing summary information over data sets.
-
Principles of Reliable Communication & Shared State
Andy Piper describes some fundamentals of communicating reliably in an unreliable world and communication techniques used to build distributed data structures that can tolerate failures.
-
The DevOps Maturity Curve - Where Are You on It?
Chris Rowett explores the key stages on the DevOps journey: Complete Agile Development, Continuous Delivery, Continuous Validation, and "Closed Loop".