Blog Posts
-
How to Deal With Large Pieces of Technical Debt
The smaller the individual pieces of work, the greater the chance that a large piece of technical debt will be addressed.
-
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.