Posts that contain functional

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.

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.