Resources
Here you will find a collection of videos and articles that have been made by the Elixir Community
Too many headers in Phoenix
14 Jan 2024 Victor BjörklundHow to handle massive amounts of headers in Phoenix
Handling multiple API query parameters in Phoenix
23 Dec 2023 Matt StibbardHow to add flexibility to REST APIs: searching and filtering
Resize User-provided Images with Cloudflare Images
23 Dec 2023 Peter UlrichHow to resize images with Cloudflare Images
Phoenix Component guide - reusable building blocks of modern web application
18 Dec 2023 Mateusz OsińskiHow to build reusable Phoenix Components.
File upload to AWS S3 or S3 compatible bucket from Phoenix LiveView using Elixir
10 Dec 2023 Aziz AbdullaevHow to implement LiveView file uploader from client directly to the DigitalOcean's Spaces (S3) bucket using Elixir and LiveView
Performance optimization when adding 12,000+ markers to the map that renders fast with Elixir, LiveView, and Leaflet.js
3 Dec 2023 Aziz AbdullaevHow to render a map with 12k+ site with Elixir, LiveView, and Leaflet.js along with optimization techniques
Test an external, read-only Repository in Phoenix
11 Nov 2023 Peter UlrichHow to test an external, read-only Database connection in Phoenix.
LiveState meets WebAssembly (thanks to Extism)
1 Nov 2023 Chris NelsonHow to use Livestate in web assembly
Phoenix Dev Blog - Streams
27 Feb 2023 Chris McCordPhoenix LiveView's new Streams feature
Making a CheckboxGroup Input
13 Feb 2023 Mark EricksenBuild a custom multi-select checkbox group input for selecting which tags to associate with a database record in our Phoenix application
Creating a Toggle Button in LiveView
8 Feb 2023 Joshua PlicqueCreate a toggle button in Phoenix LiveView
#158: Trix Editor
6 Feb 2023 ElixirCastsAdd a rich text editor to an Elixir Phoenix application
Tag All the Things!
30 Jan 2023 Mark EricksenA simple way of tagging database records using Postgres and Ecto that fits a number of situations
Copy to Clipboard With Phoenix LiveView
25 Jan 2023 Jason StiebsA LiveView and a snippet of JS can make it easier for users to copy an important value to their clipboard
#157: LiveSelect
16 Jan 2023 ElixirCastsAdd a dynamic selection field to LiveView using LiveSelect.
fly-deploy-elixir-pheonix-app-with-npm
6 Jan 2023 Lucas SifoniWhen deploying to fly.io using fly launch command
#156: Swoosh Gallery
2 Jan 2023 ElixirCastsUse Swoosh Gallery to create email previews for our Swoosh mailers.