Posts Tagged elixir
From Zero to Phoenix on Ubuntu
Monday, 16 Oct 2023
Here are some brief notes on getting an up-to-date Phoenix setup on a fresh Ubuntu VM, suitable for newcomers to Linux, Elixir, and Phoenix. Includes PostGres. assuming you have Ubuntu v22.0.4.3 LTS, …
Mixing SimpleCSS with Phoenix
Thursday, 6 Jan 2022
As I’ve done mainly backend development for the last few years, I thought it would be nice to explore and learn a lightweight CSS framework with Phoenix , a powerful modern web framework built on Elix…
Do I need a Load Balancer for my Phoenix Application
Wednesday, 5 Jan 2022
This post is in response to an Elixir Forum post on the same subject, albeit from a couple of years ago. I wrote this post, realised it was an old thread, and didn’t really want to lose the content. E…
Adventures with Elixir HTTP clients
Tuesday, 13 Apr 2021
Over the last few days, I have delved into what should have been a trivial task: Retrieve a single json doc, via HTTP, from a host that might only be accessible over IPv6, without that information bei…