CATEGORY English
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
gpg: conversion from ‘utf-8’ to ‘US-ASCII’ failed: Illegal byte sequence
Today I was generating a new GPG key on my Mac (macOS High Sierra) and At the end of process I got a warning saying: gpg: conversion from ‘utf-8’ to ‘US-ASCII’ failed: Illegal byte sequence This warning appears because when I was providing my User ID information, I typed my Real Name with a non…
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