InfoQ Homepage Development Content on InfoQ
-
Sondheim, Seurat & Software/Finding Art in Code
Jon Skeet discusses how much coding is an art, what it takes to turn good code into great one, how libraries should connect to consumers, and applications to users.
-
Beauty and the Beast, Haskell on JVM
Jarek Ratajski discusses how a sample system performs, where the business logic is written in Haskell and middleware components and libraries in Java.
-
Real-Time Functional Reactive Programming with Erlang
Peer Stritzinger, Kilian Holzinger discuss and show cyber-physical systems implemented with FRP-Erlang running on GRiSP, a bare-metal board running Erlang.
-
How to Teach Programming and Other Things?
Felienne Hermans keynotes on teaching programming to others, discussing how to be a better teacher and learner.
-
Functional Rust - An Exploration
Lisa Passing discusses how to write functional code in Rust.
-
The History of Fire Escapes
Tanya Reilly looks at what can be learned from real world fire codes about expecting failure and designing for it.
-
A Brief, Opinionated History of the API
Joshua Bloch discusses the history of APIs and looks at a few prominent examples with an eye to distilling their essence.
-
Developers as a Malware Distribution Vehicle
Guy Podjarny discusses risk management with examples from role models inside and outside of tech. Podjarny explains cognitive biases and how good security constraints can actually help move faster.
-
Next Gen Networking Infrastructure with Rust
Carl Lerche shows using Rust to provide a networking platform that provides expressiveness, speed, and safety, exemplifying with Linkerd, a “service mesh” proxy for cloud native applications.
-
Heretical Resilience: To Repair is Human
Ryn Daniels describes the “Apache SNAFU”, shares their experiences as the instigator of that snafu and walks through the lessons that can be learned from such an event.
-
Visualizing Home Automation with GRiSP
Claudia Doppioslash and Adam Lindberg introduce GRiSP, a home automation project written in Erlang and JavaScript/D3.
-
In Praise of Higher Order Functions
Mary Sheeran discusses higher order functions, taking a look at their history and their algebra, showing some examples capturing patterns in hardware description and GPU programming.