Cogini Blog Articles tagged erlang
Presentation on thinking functionally in Elixir 2020
Here are the slides for the presentation on thinking functionally in Elixir I gave to the local Elixir user's group. Read more…
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…
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…
Avoiding GenServer bottlenecks
GenServers are the standard way to create services in Elixir. They are very useful, but when used incorrectly they can cause unnecessary problems. This is particularly an issue for developers coming from object oriented languages, who attempt to treat GenServers as object instances. Instead we should think in functional terms … Read more…
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…
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…
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…
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…