Devon C. Estes

On Programmers and Labor Markets

It looks like I'm going to have to learn some new things for work soon (specifically some machine learning stuff). This isn't at the top of my list of things I want to be learning, but since my manager said that it’s likely »

Go and Elixir - Separated at Birth?

Elixir (and Erlang for that matter) handles concurrency in a really neat way - with single responsibility processes, aka the Actor model. Spawning multiple processes certainly isn't exclusive to Elixir / Erlang, and neith »