Phoenix

Phoenix LiveView JavaScript Hooks and Select2
With LiveView JavaScript hooks it's now really easy to do JS interop. In this article we see how simple...
Phoenix LiveView
05, Feb 2020
Real-time Object Detection with Phoenix and Python
This article is about Elixir-Python interoperability using Elixir Port and how to bring YOLO real-time object detection functionalities on...
Elixir
16, Jan 2020
Understanding Phoenix LiveView: build a Gallery app
In this article we see how to build a Gallery app with Phoenix LiveView and implement an automatic slideshow...
Phoenix LiveView
20, Nov 2019
The Primitives of Phoenix LiveView
Focus on LiveView's primitives: the bricks we need to know to building a real-time app with this technology. We...
Phoenix LiveView
12, Nov 2019
How to Setup Phoenix LiveView
how to get started with Phoenix LiveView by creating a new Phoenix app and going through the LiveView setup
Elixir
29, Oct 2019
Using Select2 with Phoenix LiveView
Come up with a workaround to make LiveView play together with a JavaScript library like jQuery Select2.
Phoenix LiveView
11, Jul 2019
Phoenix LiveView live_link
How to use live_link and understand when to use live_link and when live_redirect. Inspecting the messages between LiveView and...
Phoenix
26, Jun 2019
Phoenix LiveView – Change the URL without refreshing the page
Phoenix LiveView pushstate support bring the ability to change the URL without refreshing the page. This functionality is pretty...
Phoenix
19, Jun 2019
Add a Progress Bar in the Phoenix File Upload app
Import jQuery in a Phoenix app. Build a progress bar while sending a multipart form with Ajax and handling...
Phoenix
29, May 2019
Creating Thumbnails of uploaded Images and PDF in Phoenix
We see how to create thumbnails of Images and PDFs in Elixir and Phoenix, using ImageMagick and Mogrify.
Phoenix
15, May 2019
Dealing with long-running HTTP Requests and Timeouts in Phoenix
When processing a HTTP request takes too long, Phoenix closes the connection. In this article we see how to...
Phoenix
01, May 2019
Step-by-Step Tutorial to Build a Phoenix App that Supports User Upload
A step-by-step tutorial we see in depth how to build a Phoenix app from scratch, letting users upload their...
Elixir
17, Apr 2019