How Playing Around With Experimental Technologies Landed Me A 6-Month Freelance Gig
If you need to build an "Uber for X" product there is a simple path that gets the job done: Build an MVP with »
If you need to build an "Uber for X" product there is a simple path that gets the job done: Build an MVP with »
TL;DR: Run this to format your code: docker run --rm -it -v $(pwd):/app -w /app leifg/elixir:edge mix format The community has been »
Create Elm App makes it very easy to get started with Elm because it provides a zero configuration application that just works. However sometimes it is »
This last post is about bringing it all together. Right now we are at a point where we have random script snippets that executed in the »
This is the third part of the Docker Elixir deployment adventure. Read part 1 and part 2 first. In this part we are going to deploy »