Heya! This round we'll have a language (Julia) and a toolkit (Docker).
Harlan Harris - Julia
Julia is a high-level, high-performance dynamic programming language designed for technical and numerical computing that has learned the lessons from the successes and limitations of Matlab, C++, R, Python, and more. Features include a simple syntax, multiple dispatch as a fundamental design pattern, fast JIT compilation via LLVM, metaprogramming, easy access to C and Fortran libraries, a sophisticated standard library written mostly in Julia itself, and a rapidly growing package repository.
Eric Noriega - Docker
Docker is a toolset enabling containerization of applications on Linux. We’re going to do a quick review of the concepts, show some of the tooling and talk about why developers benefit from using containers, both for DevOps style deployment as well as in their own workflow.