Hey, I'm Florian!
Software developer and computer science student.

Hi there! As a software developer and computer science student, I am on a journey to create modern software solutions that make our digital lives easier and more enjoyable. At the moment, I mainly use Elixir and Phoenix for this. Have a look around; see what I've been up to, read my thoughts, and hit me up if you think we could create something exciting together.

Latest blog posts

View all

How to Get User IP Addresses in Phoenix LiveView

09 November 2024 3 min read

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.

Read more

Implement the Web Share API in Phoenix LiveView

01 September 2024 7 min read

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.

Read more

Elixir CI: Testing, Publishing, and Containerization with GitHub Actions

18 August 2024 10 min read

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.

Read more