Recent Posts

CSS Specificity

CSS specificity rules determine how browsers prioritize competing style declarations. Through practical examples, I'll demonstrate how these rules shape your stylesheets. This guide will expand as I delve deeper into advanced specificity concepts.

CSS Tips

CSS and HTML keep getting better every year and it seems like last year we got some big improvements.

Translating Swift Enum Type into Elixir

We explore how to adapt Swift's indirect enum feature, specifically a Result enum, into Elixir's functional paradigm. Perfect for developers looking to expand their understanding of both Swift and Elixir.

Adding XML support in Phoenix 1.7

It wasn't so obvious how to render XML in Phoenix with the new approach to live views and rendering of templates. This is quick guide on how to do so. This could be wrong at the moment of reading this but always refer to the internet.