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.
Hi, I’m Chip. I’m a Front End Developer living in the Washington D.C. area, currently working at PBS. My background is in design, so I approach development with a designer’s eye.
How we went about removing jQuery from a large application that had depended on it for many years.
I launched a small side project a couple weeks ago, and I wanted to share more about it: ColoRosetta - a utility for translating colors The point of this tool is to be a one-to-many color translation tool. I’ve wanted something like this for years - a way to see one color, but see how it translates into multiple color spaces at once.…
Best practice is to add width
and height
attributes to image elements in HTML to improve browser layout performance.
Keep reading What width and height attributes should you use with responsive images?
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 walk through the typical JavaScript pattern that we use at my work.
A quick look at the relatively new, but well supported, min(), max() and clamp() functions and how you might use them.
Something interesting I learned about using pointer-events and Chrome on inline elements.