Workaround for ISPs blocking Tigris S3 storage: I used Phoenix and Req to proxy and stream files in chunks, ensuring smooth delivery. This post explains how to implement it with send_chunked/2 and Req.get!/2.
Learn how to integrate Livebook seamlessly into your Phoenix/Elixir projects using Mise for environment management. This guide covers connecting Livebook to development and production nodes on Fly.io and Kubernetes, making it a powerful tool for experimentation and admin tasks.
A detailed guide on how to configure GitHub Actions to access private Elixir libraries hosted on GitHub, including setting up personal access tokens, updating mix.exs, and using Docker for builds.
Learn how to integrate Lucide icons into your Phoenix project seamlessly. This guide shows you how to add the Lucide library, manage icons, and customize icon styles in Phoenix.
Leverage the power of ESBuild's code splitting in your Phoenix 1.7 project to optimize load times and improve your app's performance. This detailed guide walks you through the process.
Learn how to efficiently download large files in Elixir using the Finch HTTP client library. This article provides a code example that demonstrates how to stream and store large zip files on your local system.