InfoQ Homepage Programming Content on InfoQ
-
Rich HTML/JS Applications with Knockout.js and No Server
Steven Sanderson explains how to write abstract and testable application logic without any DOM clutter with Knockout.js and how Knockout automatically updates app’s UI whenever needed.
-
Shuttle Service Bus
Eben Roux introduces messaging using a service bus, explaining the differences between WCF, web services and a service bus, and demoes how Shuttle handles messages.
-
Visualizing Information with HTML5
Dio Synodinos discusses creating rich visualization tools with HTML5.
-
clj-v8 and the Dieter Asset Pipeline
Paul Biggar shares his experience using clj-v8 and Dieter, two Clojure tools integrated with JavaScript V8 engine, to create web applications in Clojure.
-
Systems that Run Forever Self-heal and Scale
Joe Armstrong outlines the architectural principles needed for building scalable fault-tolerant systems built from small isolated parallel components which communicate though well-defined protocols.
-
Global Forest Watch: an Open Source Clojure project to Monitor Deforestation from Satellite Imagery
Dan Hammer presents using Clojure and Cascalog to analyze and classify the spectral time series of each pixel in the humid tropics in an application used to monitor deforestation.
-
Notes from HTML5 Boilerplate and the Trenches of Front-End Development
Nicolas Gallagher introduces HTML5 Boilerplate, a front-end template that helps building robust and adaptable web apps or sites.
-
Component-Oriented Web Development with Dart
Kevin Moore explains doing client-side data-binding, visual templates, and custom HTML elements in modern browsers with Dart, while providing forward compatibility with emerging web standards.
-
The Git Parable
Johan Herland explains how Git does branching and merging in a distributed (and partially disconnected) environment, how to rewrite a commit history, and why staging is useful.
-
Copious Data, the "Killer App" for Functional Programming
Dean Wampler supports using Functional Programming and its core operations to process large amounts of data, explaining why Java’s dominance in Hadoop is harming Big Data’s progress.
-
Versioning our Versioning Strategy: Domain-Specific Tooling to Support Continuous Delivery
Ian Goodsell discusses the challenges encountered with tool versioning and new approaches needed to support continuous delivery.
-
Look Ma, No Connections! Building Offline-capable Web Apps with HTML5
Bijan Vaez discusses building large-scale cross-platform mobile apps with HTML5 including offline support, real-time interactivity, and device APIs (camera, GPS).