PureType
Accelerate your knowledge, one function at a time

Phoenix LiveView and PostHog

How to integrate Phoenix LiveView with PostHog…

Phoenix LiveView, hooks and push_event: json-view

How to integrate Javascript libraries that render to the DOM directly with Phoenix LiveView…

For loops and comprehensions in Elixir - transforming imperative code

A guide on how to transform imperative code like for loops and comprehensions to a functional style, using Python and Elixir as examples…

Map lookup in Elixir

A summary of the different ways to retrieve values from maps in Elixir…