How to Get User IP Addresses in Phoenix LiveView
Learn how to reliably obtain user IP addresses in Phoenix LiveView applications, whether you're deploying directly or behind a reverse proxy. We'll explore both peer data and header-based approaches.
Software Engineer passionate about leveraging AI to accelerate software development workflows, always with a focus on quality. I build open source projects, explore new technologies, and enjoy sharing what I learn.
From the blog
Learn how to reliably obtain user IP addresses in Phoenix LiveView applications, whether you're deploying directly or behind a reverse proxy. We'll explore both peer data and header-based approaches.
Learn how to implement the Web Share API in your Phoenix LiveView application. This article will show you how to create a custom Phoenix LiveView hook to seamlessly share content, improve the user experience, and increase engagement.
This article is about setting up a CI pipeline for an Elixir application using GitHub Actions. We'll cover installing dependencies, running tests, and checking code formatting, as well as publishing hex packages and building Docker images as part of the pipeline.