Simon Bundgaard-Egeberg I work as a lead developer at a consultancy called it-minds. My primary work has been in React, but I'm now working full-time on an Elixir/Phoenix project.

Stories by Simon Bundgaard-Egeberg

Authenticate Phoenix Guardian

How to authenticate Phoenix with Guardian

Dev

Build a secure and scalable app that allows authorized users to access resources in a controlled and protected manner by leveraging Phoenix with Guardian and JWTs.

Simon Bundgaard-Egeberg
Jun 15, 2023 ⋅ 7 min read
Create Reusable Components Phoenix Liveview

How to write reusable components in Phoenix LiveView

Dev

In the Phoenix framework, a LiveView is a special type of connection that we can return from the returned JSON and HTML routes.

Simon Bundgaard-Egeberg
Mar 24, 2023 ⋅ 6 min read
Run Phoenix Application Docker

How to run a Phoenix application with Docker

Dev

Create a Dockerfile that serves as a starting point to deploy your Phoenix application, then customize it to fit your needs.

Simon Bundgaard-Egeberg
Dec 8, 2022 ⋅ 4 min read