Programming Cookbooks, Live Tutorials, and more!
Basic Elixir Development Environment
Getting started programming with Elixir is straightforward. In this post we’ll be describing the main milestones you need to have a productive environment and linking out to various resources to get setup. Ingredients Elixir 1.10+ elixir --version PostgreSQL 10+ psql --version Node.js 14+ node --version Assumptions If you are new to programming entirely, you may find this article brief so if you need additional help, here’s a couple of basic guides that can help:...