Posts Tagged phoenix
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, …
I Can Haz Phoenix?
Monday, 16 Oct 2023
Phoenix is an incredible web framework, but how does it even work under the hood? We’ll take a tour from the default web page, through the various files, and end up building our own simple web form. B…
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…