InfoQ Homepage ProgSCon London 2017 Content on InfoQ
-
Is Docker Dead?
Nic Jackson compares and contrasts the development and deployment flow for both a Docker and a Serverless project, attempting to see if Docker has already been made obsolete by serverless.
-
Everything You Wanted to Know about GraphQL But Were Afraid to Ask
Mark Drew goes through the fundamentals of the Query Language, structure, use cases and how to get started with consuming and creating GraphQL endpoints.
-
Production Machine Learning
Jan Machacek discusses the challenges in writing deep learning code, testing and validating data management, environments, model storage & serving, validating data reporting, and CI&CD.
-
Taming The Wild Frontier - Adventures in ClojureScript
John Stevenson discusses the benefits of using ClojureScript to write web applications.
-
Microsoft and Open Source - A 'Brave New World'
Matt Warren discusses how Microsoft does open source and how new features are designed.
-
Introduction to Blockchain Technology and Ethereum
Laurence Kirk introduces blockchain and Ethereum, the most popular blockchain framework.
-
Smart Contracts Are Neither Smart Nor Contracts … So What Are They?
Christopher Gilbert discusses blockchain, trying to go beyond the hype and explaining what it is and how it can solve real-life problems.
-
Scala Typeclasses
Emanuele Blanco introduces Scala’s typeclasses, discussing when to use them and how to implement them, looking at some examples and figuring out how to do more with less code.
-
Cybercrime and the Developer: How to Start Defending against the Darker Side
Steve Poole discusses actions one can take (and some behaviors one must change) to create a more secure Java application for the cloud.
-
Latency Sensitive Microservices
Peter Lawrey discusses the overlap between microservices and a trading system, how to make microservices easy to test and performant, and how to easily maintain a trading system.
-
Distributed Ledgers: Anonymity and Immutability at Scale
Eleanor McHugh discusses distributed ledgers, what they are, what they are useful for and the privacy concerns they raise.
-
Disrupting Development Using Reactive Event Sourced Systems with Akka
Jan Ypma presents a system which exposes reactive events as a real-time streaming REST API.