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 โ†’