Skip to content

Instantly share code, notes, and snippets.

@eishay
eishay / bay-scala-jobs
Last active December 10, 2015 20:18 — forked from ymasory/bay-scala-jobs
Companies hiring Scala developers in the Bay Area.
Created in response to a thread on scala-base.
I started the list, so I get to be biased :)
- CloudPhysics (my employer)
- Wordnik (last employer, very cool people)
Unbiased list:
- 10Gen
- Bizo
@tomdale
tomdale / gist:1856842
Created February 18, 2012 01:54
Ember documentation TODO

Documentation

TODO

  • API docs
  • How to bootstrap a project
  • Application structure (M/V/C layers and what they're for)
  • Getting started with Ember and Rails
  • Built-in controls
  • How events are handled and bubbled
@eishay
eishay / GuiceServletConfigTest.java
Created October 4, 2011 21:36
Asserting Guice Servlet Module Binding
import static com.netflix.beacon.server.ServletModuleAssert.assertBindingToPattern;
import org.junit.Test;
import com.google.inject.Injector;
public class GuiceServletConfigTest {
@Test
public void testBinding() {