alvises
Understanding Phoenix LiveView: build a Gallery app (screencast)
Hey friends,
I’ve just published a new post and video on LiveView where I show how to build a Gallery app with an automatic slideshow functionality.
Alvise
Text version: https://www.poeticoding.com/understanding-liveview-build-a-gallery-app
Most Liked
r8code
Another Top tutorial ,
Thank you very much
2
Popular in Screencasts
This video is about the step by step guide to build packages with clear explanation of package files and registration procees to hex.pm
...
New
I made a video to cover the basics of routing in Phoenix.
https://elixircasts.io/phoenix-routes
New
https://alchemist.camp/episodes/word-count
I’ve just made a new version of of Lesson 2 from Alchemist Camp. It has significantly larger ...
New
I made an screencast that looks at Sobelow, a project that scans Phoenix applications for security issues. If you haven’t used Sobelow be...
New
I did an episode on Phoenix contexts. This is a good episode for anyone new to Phoenix or wanting to see how contexts work.
https://elix...
New
I got a new video up on doing multi tenancy in phoenix 1.3 using Apartmentex.
Lemme know if any questions. :grinning:
New
New video dropped: this time on manually running your own asset build script with Bun. Bun is used as the script runner with ESBuild stil...
New
I made a video on using the job processing library.
New
I’ve made a video on how to install Erlang (26.2.1) and Elixir (1.16.1) on GNU/Linux Debian 12 (Bookworm).
Thanks!
New
I made the next video in the OTP series to help get started with Supervisor methods and syntax. The video goes over the init methods lik...
New
Other popular topics
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
Anybody knows a comprehensive comparison of Django and Phoenix, thanks for the help.
Where are they similar?
Where do they differ the m...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
After calling mix ecto.create I get this error:
17:00:32.162 [error] GenServer #PID<0.412.0> terminating
** (Postgrex.Error) FATAL...
New
Hello, I have map which I want to convert it to string like this:
the map:
%{last_name: "tavakkoli", name: "shahryar"}
the string I ne...
New
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this:
...
New
lets say i have a sample like
a = 20; b = 10;
if (a > b) do
{:ok, "a"}
end
if (a < b) do
{:ok, b}
end
if (a == b) do
{:ok, "eq...
New
What is the proper way to load a module from a file in to IEX?
In the python world, doing something like this pretty standard:
from ....
New
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New








