#Tools
Media
Tortoise evolved: the road to MQTT 5 support in the Tortoise MQTT client
Exop on StreamData
LUX - an expect like test tool
PHP over Erlang: how and why?
FIPS 140-2 in BEAM apps
Clixir - mixing C and Elixir code
Taking metaprogramming to the max, Clixir allows you to mix a subset of C and Elixir code in single source files and end up with transparent and safe execution of your embedded C code. As a demonstration, Uderzo, an OpenGL based graphics system targeted towards simple UIs for Nerves-style systems, will be explained.
READ MOREChemanalysis: Dialyzing Elixir
No one wants to ship bugs in a production system, especially embarrassing ones! Dialyzer is a post-compilation type-checker that has found more bugs in my code than I can count, saving me a lot of time and frustration. This talk will discuss briefly what Dialyzer is, how to use it in Elixir projects, and go in-depth on three bugs it helped me find in the Elixir compiler and standard library.
READ MORE