InfoQ Homepage ETE 2016 Content on InfoQ
-
Understanding Performance with DTrace: A Case Study
Adam Leventhal introduces DTrace, using a case study o solve a performance problem.
-
Security Vulnerabilities in 3rd Party Code: FIX ALL THE THINGS
Kymberlee Price discusses vulnerability data and explores the source and spread of these vulnerabilities through products, along with advice on what can be done to address security vulnerabilities.
-
Exploring Wikipedia with Apache Spark: A Live Coding Demo
Sameer Farooqui demos connecting to the live stream of Wikipedia edits, building a dashboard showing what’s happening with Wikipedia datasets and how people are using them in real time.
-
WebAssembly: A New Compilation Target for the Web
Luke Wagner discusses the design of WebAssembly, how web developers can target WebAssembly, and future developments including language support and better integration with JavaScript and HTML.
-
From Zero to Application Delivery with NixOS
Susan Potter describes a toolchain and principles for defining infrastructure in code, versioned with the code, providing repeatable configuration, ephemeral testing and consistent CI/CD environments.
-
Building Wireless Sensors
Don Coleman discusses building wireless sensors on a variety of hardware (ESP8266, Particle Photon, Arduino MKR1000), presenting some options for collecting, storing, and visualizing the sensor data.
-
Adventures in Elm: Events, Reproducibility, and Kindness
Jessica Kerr introduces Elm, focusing on its architecture: how it overturns what is essential in object-oriented and even back-end functional programming.
-
Rust in Production
Steve Klabnik overviews Rust’s value proposition, focusing on examples and anecdotes from companies using Rust in production today.
-
Move Deliberately and Don’t Break Anything: Lessons from the Evolution of Java
Brian Goetz looks at some of the challenges and lessons of steering Java through major evolutionary changes, and a sneak peek at where the Java platform is headed.
-
Future of Container-Enabled Infrastructure
Brandon Philips describes how bringing containers, schedulers, and distributed systems together will create more reliable and greatly more trusted server infrastructures.
-
Code Quality in Practice
Bryan Helmkamp discusses insights from analyzing over 1T LoC daily, what makes a code metric valuable, when unmaintainable code may be preferable, and what prevents maintaining quality code over time.
-
Understanding Parallel Stream Performance in Java SE 8
Brian Goetz explores tools and techniques involved in parallelism, and how to analyze a computation for potential parallelism, with specific attention to the parallel stream library in Java 8.