Menu

Close
  • Home
  • Github
  • Twitter
  • Stackoverflow
Subscribe
Menu

tail -f blog

This is where I post my stuff

Scroll Down
← Newer Posts Page 2 of 7 Older Posts →

Use docker to run the new Elixir Code Formatter

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 »

Leif Gensert 12 October 2017

Configure your Elm app with ENV variables

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 »

Leif Gensert 01 October 2017

Deploying Elixir with Docker Part 4

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 »

Leif Gensert 01 September 2017

Deploying Elixir with Docker Part 3

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 »

Leif Gensert 25 August 2017

Deploying Elixir with Docker Part 2

This is a continuation of the first part of the post where we created a release. Now that we have a release, let's pack it into »

Leif Gensert 17 August 2017
← Newer Posts Page 2 of 7 Older Posts →
tail -f blog © 2021
Proudly published with Ghost