Elixir

Phoenix LiveView LiveComponents
Components are a mechanism to compartmentalize state, markup, and events in LiveView. We can move a part of the...
Phoenix
23, Nov 2021
Compile Elixir applications into single executable binaries, with Bakeware
Bakeware is a new fantastic tool, which compiles an Elixir, a Scenic or a Phoenix application into single executable...
Elixir
22, Oct 2020
Yet Another Guide To Build a JSON API with Phoenix 1.5
Step-by-step guide how to build a polling api in Elixir and Phoenix 1.5.
Phoenix
06, Oct 2020
LiveView click event and offsetX, offsetY coordinates
Let's see how to use, in Phoenix LiveView, the phx-click binding along with offsetX and offsetY coordinates, which are...
Phoenix
19, Mar 2020
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
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