Blog Posts
-
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.
-
A Javascript Component Pattern
A walk through the typical JavaScript pattern that we use at my work.
-
CSS min(), max() and clamp() Functions
A quick look at the relatively new, but well supported, min(), max() and clamp() functions and how you might use them.
-
Pointer Events and Inline Elements in Chrome
Something interesting I learned about using pointer-events and Chrome on inline elements.
-
Resolving a github repo and a new Create React App
A play in one act
-
How to POST *Data* with the Fetch API
How to go about using the Fetch API to POST data to an API.