Optimal JavaScript module design
Perhaps the most acute yet least recognized problem in the JavaScript ecosystem is the widespread lack of understanding of optimal module design.
Perhaps the most acute yet least recognized problem in the JavaScript ecosystem is the widespread lack of understanding of optimal module design.
Downloadable forensic evidence and reflections on the event-stream npm package compromise.
There are several tricks to writing efficient CSS animations that few people seem aware of.
Editors like Illustrator often export bloated SVG code that can be 80% reduced.
Don’t start front end styles by throwing in normalize.css or a reset; lay your own foundation.
Automate the setup of your Sass-utilized icon font. Manage your project’s font icons in one folder as nicely named SVG files.
Create optimized website favicon.ico files with 60%+ reduced file size, without sacrificing content or quality.
How to deal with RubyGems complaining that a gem “is not installed in GEM_HOME” when attempting a cleanup.
An equivalent to “-webkit-font-smoothing” is available on Mac from Firefox 25: “-moz-osx-font-smoothing”.
Tricky Sass features can simplify using icon fonts without littering your markup with un-semantic icon class names.
jQuery can be used to get iframes to respond in ratio like responsive images.