InfoQ Homepage Presentations
-
Do You Really Know Your Response Times?
Daniel Rolls talks about the use of histogram metrics to monitor response times, explains how reservoir sampling can help, and shares good and bad practices when monitoring response times.
-
Sustaining Happiness Once You Have It
Chip Loving, Jason Hall discuss a model of employee recognition that is meant to keep a happy team happy.
-
Are You Ready for the Coming Revolution?
Russel Winder discusses some of the important issues surrounding the government’s push for programming in UK schools, and how the way it’s been handled has left a lot to be desired.
-
Automated Testing of (RESTful) API Documentation
Rouven Wessling presents what's currently possible when it comes to testing documentation, how to start testing API documentation written using API Blueprints and how to incorporate it into a workflow
-
Solving Business Problems with AI
The panelists discuss using AI in the enterprise to solve business problems.
-
Lufthansa Open API Fueling Digital Transformation in Travel
Reinhart Lanegger exemplifies how Lufthansa uses APIs to perform a transformation of their company.
-
Establishing a Microservice Foundation
Mike Amundsen discusses the benefits and operating principles of microservices.
-
Monitoring Bash Microservices at Scale
Paul Bellamy covers epic fails experienced moving to microservices using the RED method to monitor what matters, and production outages they solved with detailed telemetry.
-
Ember and the State of Web Frameworks
Yehuda Katz discusses the big changes on the web in the past five years and how they affected Ember, plus Ember’s latest project Glimmer, which allows using Ember’s view layer standalone.
-
Selecting Your IoT Connectivity: eUICC & Intelligent Multi-network SIMs
Angel Mercedes discusses the new IoT SIM technologies, how to choose the right SIM, use cases for IoT SMART SIM and eUICC/eSims, criteria for selecting an IoT platform and connectivity provider.
-
Power of the Log:LSM & Append Only Data Structures
Ben Stopford talks about the beauty of sequential access and append only data structures in the context of “Log Structured Merge Trees”.
-
Property-based Testing in Practice
Alex Chan talks about property-based testing and this style of testing through the lens of two libraries: Hypothesis and AFL, with examples and testing patterns that we can apply in other code.