Viewing profile — akeating
akeating
HN member- Joined
- Sat, Sep 07, 2013, 3:02 PM UTC
- HN karma
- 34
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About akeating
No profile information was provided.
Recent public activity
-
comment
Comment #27031162
Grio.com | Senior Ruby/Elixir Engineer | full-time | San Francisco | REMOTE https://grio.com is a consultancy that builds custom software. You will work on a variety of projects. E…
-
comment
Comment #21620545
I think that's a concrete area for you to explore. When I hire, I'm often looking to hire to fill a specific skill gap on a project. I look for the specific skills I need right now…
-
comment
Comment #21248748
Nice. I used this a dozen times over the outage period. Thank you for your work!
-
comment
Comment #18746696
Rust Elixir Rust=>wasm Flutter Elm
-
comment
Comment #17620721
I've been watching Revolut who introduced something like this a while back https://blog.revolut.com/introducing-disposable-virtual-card...
- story
-
comment
Comment #15999960
There's a nice implementation of subscriptions over at https://hexdocs.pm/absinthe/subscriptions.html#content for Elixir.
-
comment
Comment #15841657
yeah, I considered holding onto a pair of old 2950s but ditched them considering my peak electricity rate is 43c kw/h. This setup makes me shudder.
-
comment
Comment #15821803
The typeyness of graphql gets you documentation, validation and a way to communicate intent with fellow developers in a way that's agnostic of the language and transport used. Win,…
-
comment
Comment #14847684
Some Hex download details https://elixirforum.com/t/the-buzz-and-activity-around-elixi...
-
comment
Comment #14421700
I wonder whether you know how to nurture leaders under you and how to delegate effectively? Many founders are relatively inexperienced and I understand this might not be the case f…
-
comment
Comment #13439783
It's useful to think of the work of m Elixir processes being distributed to n cpu cores by the BEAM scheduler. An Elixir process is not a system process in the way we usually think…
-
comment
Comment #12990112
Buying one of these http://www.concept2.com/indoor-rowers/model-d worked for me. Full body workout I can do at home.
- story
-
comment
Comment #12277577
If I read this correctly, you're interested in formatting your resume in a way that (hopefully) gets the right data into the right place in the target systems. Many of the systems …
-
comment
Comment #12072128
Elixir and Erlang actually map remarkably well to the _web development_ use case. When every request gets it's own process and shared services are abstracted away, the mental model…
-
comment
Comment #11972927
The option to look for, irrespective of language of implementation, is "context". An example of usage may be found in https://github.com/graphql/express-graphql . Basically the con…
-
comment
Comment #11882124
You will always find something valuable that will improve your life. For example, software engineers can apply the abstract learning from Coursera's course about functional program…
- story
-
comment
Comment #11417747
I find that timely feedback is essential to the pr process working effectively. A few things can help: * submit RFC prs that are not intended to be merged early so architectural or…
-
comment
Comment #11058988
I think the author raises some valuable points but does not emphasize the key point about logging; that _logging has relatively limited applicability_. If you think of logging that…
-
comment
Comment #11058802
There is a strong case for transpiling if you have a node backend. Presently we use ES2015 features on the backend that wont work in the front-end code without a transpiler. It's n…
-
comment
Comment #10278751
I've been watching Elixir (and Phoenix Framework) as well. In addition to lightweight processes, the functional style, immutability, pattern matching and Rubyish syntax are appeali…
-
comment
Comment #7239387
This resonates with me. In my view the real superstars in this industry are people who listen well, have humility, are grounded in reality but are smart and confident.