Menu

Close
  • Home
  • Github
  • Twitter
  • Stackoverflow
Subscribe
Menu

Leif Gensert

San Diego http://leif.io 33 posts
← Newer Posts Page 2 of 7 Older Posts →

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 »

Leif Gensert 12 December 2017

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
← Newer Posts Page 2 of 7 Older Posts →
tail -f blog © 2021
Proudly published with Ghost