poeticoding
About Me
Elixir
Fine-Tuning YOLO to Watch Soccer Matches
Today we’re diving into something really cool: fine-tuning YOLO models for soccer detection. We’re going to detect balls, referees,...
Machine Learning
17, Jul 2025
Elixir YOLO v0.2.0: YOLOX Support, Custom Models and Performance Boost
https://github.com/poeticoding/yolo_elixir/releases/tag/0.2.0 In the four months since my daughter was born, I’ve been balancing baby bottles by night and code...
Elixir
26, Jun 2025
Effortless Video Sharing with Phoenix LiveView and FLAME
As someone who loves experimenting with new technologies, I recently got the Vision Pro (I’m a big fan of...
Elixir
28, Nov 2024
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
First
1
2
3
Last