Viewing profile — edgurgel
edgurgel
HN member- Joined
- Thu, Jan 03, 2013, 12:28 PM UTC
- HN karma
- 69
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About edgurgel
Recent public activity
-
comment
Comment #39338112
Interesting... I had the exact opposite impression. The codebase is big but very easy to understand and their SPIs[1] enable to customise Keycloak's behaviour quite easily. For the…
- story
-
comment
Comment #11369245
Virding's First Rule of Programming "Any sufficiently complicated concurrent program in another language contains an ad hoc informally-specified bug-ridden slow implementation of h…
-
comment
Comment #11257225
Here's a detailed explanation: https://github.com/edgurgel/verk/issues/2
-
comment
Comment #11257182
That's a great question. I chose Redis for 2 reasons: * Simple to use * Compatibility with other systems like Sidekiq/Resque. Out of the box it will understand their clients. My ex…
-
comment
Comment #11257116
OTP won't out of the box persist jobs that you want to guarantee that it will run. It won't also retry and it can't schedule jobs to happen in the future. Unless you are willing to…
-
comment
Comment #11251689
APNS2 has a simpler interface and doesn't do things like generate website packages etc. APNS2 has better test coverage, and handles errors in a more go-like way. (Returns a respons…
- story
- story
-
comment
Comment #8679119
He will be here: http://www.erlang-factory.com/sfbay2015 . Hopefully he will share his thoughts.
-
comment
Comment #8571875
I like this blog post ( http://blog.erlware.org/some-thoughts-on-go-and-erlang/ ) as it talks about some of the differences about them. For some of these reasons I don't think they…
-
comment
Comment #8338713
A Pusher server clone: https://github.com/edgurgel/poxa
-
comment
Comment #8337487
*ExUnit http://elixir-lang.org/docs/stable/ex_unit/
-
comment
Comment #7616059
Yeah they "endorse" if you consider they published a link to Poxa here: http://blog.pusher.com/pusher-community-libraries-highlights... Thanks for pointing out Fanout. Looks like a…
- story