InfoQ Homepage Code PaLOUsa Content on InfoQ
-
Deep Dive into HTML5 and CSS3
Wesley Reisz explains HTML5, demoing some of its most important features and highlighting some of the obstacles he met while working with it.
-
The Code is the Design
Mark Haskamp supports the idea that source code is the design blueprint and the entire documentation of a software product.
-
CouchDB
CouchDB is a schema-free document database. But now that the NoSQL movement is in full swing, there are several document databases to choose from, so why choose Couch?
-
Monads Made Easy
Jim Duey demystifies monads through code examples written in Clojure, explaining what monads are, how they are used and how to write one.