Kingsbury Outline

This outline and pattern language for an overview class on distributed systems fundamentals. github

The course aims to introduce software engineers to the practical basics of distributed systems, through lecture and discussion. Participants will gain an intuitive understanding of key distributed systems terms, an overview of the algorithmic landscape, and explore production concerns.

Aside: I wrote this outline by mapping a one-line function over all of the page's h2 and then globally replacing anything that wasn't wiki markup.

function x(a,b) { console.log([ $(b).find('a').attr('href'), $(b).text() ])}