All Articles

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
ExAws with DigitalOcean Spaces
DigitalOcean Spaces is a cloud storage alternative to AWS S3. Since Spaces is compatible with the S3 APIs, we...
Elixir
04, Dec 2019
AWS S3 in Elixir with ExAws
We setup the AWS account, configure ExAws, put, list, get and delete objects. Upload large files with multipart uploads,...
Elixir
28, Nov 2019
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