Skip to content

Instantly share code, notes, and snippets.

package Blah;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class SelectManyIterable<TSource, TResult> implements Iterable<TResult>
{
public interface TransformProvider<TSource, TResult>
{
Just Open a Socket - https://www.youtube.com/watch?v=jytJXjI0oQU
@alexmoore
alexmoore / service-checklist.md
Created September 27, 2016 20:17 — forked from acolyer/service-checklist.md
Internet Scale Services Checklist

Internet Scale Services Checklist

A checklist for designing and developing internet scale services, inspired by James Hamilton's 2007 paper "On Desgining and Deploying Internet-Scale Services."

Basic tenets

  • Does the design expect failures to happen regularly and handle them gracefully?
  • Have we kept things as simple as possible?
@alexmoore
alexmoore / 0. Riak on Raspberry Pi's
Last active November 18, 2021 09:39
Building Basho Erlang / Riak TS on a Raspberry Pi 3
This is unsupported by Basho, but you can build Basho's flavor of Erlang and Riak on Raspberry Pis.