TAG erlang
Installing and Using Elixir and Phoenix Framework
Elixir is a functional, concurrent and dynamic programming language, projected to build scalable applications easily and productively. On thios post we will have a look at how to install Elixir and it’s dependencies. We will also see how to install Phoenix Framework, a web web framework written with Elixir. Installing Elixir Elixir runs under Erlang’s…
READ MORE
Instalando e Usando Elixir e Phoenix Framework
Elixir é uma linguagem de programação funcional, concorrente e dinâmica, projectada para criação de aplicações escaláveis e de fácil manutenção de forma produtiva. Neste artigo veremos como Instalar Elixir e duas dependências, seguida da instalação de Phoenix Framework que é um framework Elixir que nos permite criar aplicações Web de forma rápida e produtiva. Instalação…
READ MORE
Installing and start using asdf on macOS High Sierra
I am setting up my new laptop (a MacBook Pro wind macOS High Sierra 10.13.4) and one of the tools I need for my day-to-day work is a Ruby installed. macOS High Sierra comes with ruby version 2.3.3. But, as I am writing this post, the latest ruby version is 2.5.1 which was released on…
READ MORE