InfoQ Homepage Presentations
-
Putting Node.js Serverless Apps into Production without the Pitfalls
Eoin Shanaghy covers the highs and lows of building Node.js apps with Serverless. He also shows how TypeScript-based Infrastructure as Code is the way forward!
-
Running Third-Party JavaScript
Kate Sills discusses how to minimize the risks of running third-party JavaScript. She goes over POLA, and how object capabilities can help grant specific, limited resources to third-party code.
-
Feature Toggles: the Good, the Bad, and the Ugly
Andy Davies covers how to use feature toggles effectively, some of the horror stories and how to avoid them, and how to deal with them if they do occur.
-
Using Safe and Brave Spaces to Stimulate Change
Jem Djelal discusses the difference between a safe space and a brave one, how to distinguish between them, the pros & cons, how to move from a safe to a brave space, and patterns to use.
-
Pitfalls in Measuring SLOs
Danyel Fisher and Liz Fong Jones discuss how they brought the theory of SLOs to practice, and what they learned that they hadn’t expected in the process.
-
The Changing Role of a Leader When Scaling Agile
Nick Winwright discusses the changes he as a leader has gone through to scale from 15 Scrum teams to 27 in three years.
-
Functional Programming for Array-Based Parallelism
Gabriele Keller overviews functional array-based high-performance computing, how to map such programs efficiently to parallel hardware, and discusses challenges and ongoing work.
-
Creating "The Second Best Place on the Internet" with Spring Initializr
Stéphane Nicoll uses live coding to share some tips and tricks for using Spring Initializr, talks about how it came to be, and shows how to create an instance for a custom project.
-
Bootiful Azure Spring Cloud
Julien Dubois, Josh Long discuss how Azure supports service discovery, centralized configuration, database binding, application scaling and monitoring, distributed tracing and blue/green deployment.
-
Building a Scalable Data Science & Machine Learning Cloud Using Kubernetes
Murali Paluru discusses how to leverage Kubernetes within a team using the architecture shared, and some of the common mistakes and pitfalls to avoid.
-
Databases and Stream Processing: a Future of Consolidation
Ben Stopford digs into why both stream processors and databases are necessary from a technical standpoint but also by exploring industry trends that make consolidation in the future far more likely.
-
Bangle.js - Creating a Smart Watch with JavaScript
Gordon Williams talks about how he took an off the shelf smart watch, reverse engineered it, installed a JS interpreter on 400 of them and got them into the hands of the attendees at NodeConf EU.