TIL - You can’t set permissions in Django migrations

Setting permissions in a datamigration does not work. Why?
Read more β†’

TIL - 🧹 unimport linter formatter

what if you (like me) don’t like to clean up your code while in the zone, but you value a linted and well formatted codebase?
Read more β†’

TIL - 🎁 Extracting modules provided by installed package

How do I get at runtime the list of modules installed by package? Use setuptools, Luke!
Read more β†’

TIL - Submitting a form from an external button

You can submit a form from a button not included in the form itself
Read more β†’

TIL - Accessing sass variables in JavaScript 🀯

TIL - Accessing sass variables in JavaScript 🀯
How to leverage webpack to import sass variables in JavaScript
Read more β†’