InfoQ Homepage Architecture & Design Content on InfoQ
-
Building with Lean: A Cross-Functional Pairing Approach
Jono Mallanyk and Ben Burton discuss cross-functional pairing to design for building products quickly and effectively, advising when to use Lean, and tools and techniques they found useful.
-
How a Graph Database Allows Shutl to Deliver Even Faster
Volker Pacher explains why Shutl chose Neo4j when faced with the need of building a new API meant to support business growth, the challenges met during implementation and solutions applied.
-
What's Needed to Make 'Model-Driven' Mainstream?
Jürgen Mutschall ponders what is to be done to make MDSD a mandatory development methodology for every large scale project.
-
Keynote: Why Open Source and the Destruction of Jurisdiction Makes Scalability Possible
Theo Schlossnagle keynotes on the role of open source software and the breaking up of silos in the enterprise in creating scalable systems.
-
Approximate Methods for Scalable Data Mining
Andrew Clegg overviews methods and provides use cases for performing data sets operations like membership testing, distinct counts, and nearest-neighbour finding more efficiently.
-
Introducing ClojureScript-in-ClojureScript
Joel Martin introduces cljs-in-cljs, a compiler for porting all of ClojureScript, including the Clojure top-half and other JVM specific code, to pure ClojureScript.
-
Data Science of Love
Vaclav Petricek digs some of the romantic interactions nuggets hidden in eHarmony's large collection of human relationships.
-
Leveraging Your Hadoop Cluster Better - Running Performant Code at Scale
Michael Kopp explains how to run performance code at scale with Hadoop and how to analyze and optimize Hadoop jobs.
-
Rebuilding Your Engine at 200 Miles per Hour
Michael Brunton-Spall shares his experience re-architect The Guardian’ Content API from a system based on Solr to a message queue cloud service based upon Elastic Search, without any downtime.
-
Scaling Reddit from 1 Million to 1 Billion–Pitfalls and Lessons
Jeremy Edberg shares some of the lessons learned scaling Reddit, advising on pitfalls to avoid.
-
Taking Scala into the Enterprise
Peter Pilgrim introduces Scala to advancing beginners: getting the most out of Scala, working with popular Java frameworks, the build tools and some of the new features of Scala 2.10.
-
Core.logic and SQL Killed my ORM
Craig Brozefsky presents the tradeoffs involved with moving to a purely SQL relational model, instead of using an ORM, along with some of the tools built to facilitate this.