Blog

Adding Elm to Phoenix

Posted on January 04, 2018 by Clive

Unless you've been hiding under rock for the past year or so, you should be aware of Elm. If so far you have managed to miss this language/paradigm in your learning then there is no time like the present to pick it up and get familiar. This article will present how to include Elm in your Phoenix…

Uploading images to Heroku using Phoenix

Posted on June 23, 2017 by Clive

Heroku is a natural platform to deploy Phoenix applications to. Heroku does have a small issue in that it does not allow any files to be uploaded out of the box. If you need that capability, then the uploaded file would need to be hosted on some other provider, like AWS or DigitalOcean - on Heroku…

Hosting Phoenix Applications on Heroku

Posted on January 28, 2017 by Clive

Heroku is a natural platform to deploy Phoenix applications to. It builds your application automatically on a code push, uses Postgres as the standard data store and has a stable components ecosystem to expand the services on offer. Best of all, for low capacities, i.e. for development, its free…

Building a Blog with Phoenix (Part 2)

Posted on February 17, 2016 by Clive

As I had a spare hour, I thought that I would continue on with the 'Build a blog' series. As a continuation from where we left off last time, I thought that I would tackle the issue of publishing. For those of you that like to follow along, but haven't set up the blog yet, read Building a Blog with…

Building a Blog with Phoenix

Posted on February 14, 2016 by Clive

We've previously built a chat server using this Phoenix, but today I thought I would build something simple, just to show how it can be done using Phoenix. For those that are familiar with the Ruby on Rails "build a blog in under 30 minutes" tutorials, this is similar although I can't promise that…

Phoenix - Applying alternative layouts to all a controllers views

Posted on February 12, 2016 by Clive

Phoenix, like many MVC frameworks provides you with a default layout to use and abuse to your hearts content. What isn't so clear is how to apply an alternative layout to all the views of a controller. If you have Ruby on Rails experience changing the layout a controller uses it pretty trival. In…

Phoenix - Building a Chat Server in 15 minutes

Posted on February 01, 2016 by Clive

This post will try to show how quickly you can build a web application using Elixir and Phoenix. For those that don't know what Phoenix is, its a web application framework based on the MVC paradigm. In some ways its similar to Ruby on Rails (RoR). It has a similar structure, there are some…
  
DistortedThinking.Agency
Phone: +44 (0)7815 166434Email: clive@distortedthinking.agency
www.distortedthinking.agency