Skip to content

Instantly share code, notes, and snippets.

View hugoestr's full-sized avatar

Hugo Estrada hugoestr

  • Falls Church, VA
View GitHub Profile
@hugoestr
hugoestr / reader_writer.exs
Last active November 8, 2019 18:10
The code that I shared in the presentation
defmodule CriticalResource do
def start() do
spawn(fn -> loop("initialize") end)
end
def loop(data) do
MyLogger.log(:resource, "data", "", data)
receive do
{:read, pid, name} ->
@ajburton
ajburton / gist:2182892
Created March 24, 2012 13:37
#rubynation list of slides collected from twitter