Noizeramp

  • Home
  • Archive
  • Posts
  • Tags
  • Immutability and Phoenix LiveView

    30 September 2019 ⋅ 2 min read ⋅ elixir

    In my daily work I’m going back and forth between Rails and Phoenix with the healthy dose of LiveView. This change in paradigm sometimes shoots me in the leg. This post is written in the form of a self-reminder.

    Read more

  • Writing mnesia data migrations in Elixir

    7 June 2019 ⋅ 3 min read ⋅ elixir mnesia

    Migrating data in Mnesia is traditionally a dark matter. Even if you understand the concept of translating tables, it’s still not clear how to organize your migrations so that they are picked up and run during the application start.

    Read more

  • Elixir meets Docker.io

    16 July 2016 ⋅ 4 min read ⋅ elixir docker

    In usual conditions it’s preferable to deploy your Elixir / Erlang apps with exrm and a-la Capistrano derivatives like edeliver. There are cases when you either need to make it easily installable or handable to a client. In this rare cases packaging the app in the Docker image is worth the effort.

    Read more

  • Chat rooms app in Elixir in 15 minutes

    18 December 2014 ⋅ 7 min read ⋅ elixir phoenix websockets

    This is the showcase post that touches a tiny part of what Elixir and the accompanying tooling can help you build in very little time.

    Read more

  • My current Elixir toolkit

    19 October 2014 ⋅ 2 min read ⋅ elixir

    All my free time I’m spending on a my own project that I decided to write in Elixir, Rails and CoffeeScript. There is the service backend that runs heavily multi-threaded and so Elixir / Erlang was a natural choice.

    Read more