Blog Posts
-
On improving your communication by making request clear and obvious, and not assuming the other person will figure it out.
-
Analytics events, HTML classes, and protecting against refactoring
A way to protect analytics events against refactors and unintentinal breakage - analyics classes in your HTML.
-
How We Removed jQuery from a large app
How we went about removing jQuery from a large application that had depended on it for many years.
-
What width and height attributes should you use with responsive images?
Best practice is to add `width` and `height` attributes to image elements in HTML to improve browser layout performance.
-
Django 3.1 gotcha: Referrer Policy has a new default, and it might break iframes and links
In Django 3.1 the project updated the default 'referrer-policy' to be 'same-origin', which might lead to unexpected results in your project.