Cogini Blog

Articles by erlang

Jake Morrison

Elixir and embedded programming presentation

Here are the slides for the presentation on Elixir and embedded programming I gave to the Elixir LA user's group. It introduces embedded programming and how Elixir is a good match for a new generation of embedded systems. Read more…

Jake Morrison

Running special versions of Erlang with ASDF and kerl

Configuring the ASDF version manager and kerl build release candidate and other special versions of Erlang Read more…

Jake Morrison

Avoiding GenServer bottlenecks

GenServers are the standard way to create services in Elixir. At it's heart, a GenServer is a separate process (thread) that receives messages, does some work, manages state, and sends responses back. If that's what you want, great. It's important to recognize, though, that a GenServer only handles one request … Read more…

Jake Morrison

Presentation on Elixir performance

Here are the slides for the presentation on performance tuning Elixir I gave to the local Elixir user's group. Read more…

Jake Morrison

Presentation on Elixir and embedded programming

Here are the slides for the presentation on Elixir and embedded programming I gave to the Elixir user's group. Read more…

Jake Morrison

Presentation on thinking functionally in Elixir

Here are the slides for the presentation on thinking functionally in Elixir I gave to the local Elixir user's group. Read more…

Jake Morrison

Presentation on Erlang and functional programming

Here are the slides for the presentation on Erlang and functional programming I gave to the local Elixir user's group. Read more…

Categories

Development DevOps Products

Tags