Cache-Control for Civilians
https://csswizardry.com/2019/03/cache-control-for-civilians/ [csswizardry.com]
2019-03-07 21:35
tags:
development
networking
web
The best request is the one that never happens: in the fight for fast websites, avoiding the network is far better than hitting the network at all. To this end, having a solid caching strategy can make all the difference for your visitors.
So many headers, so little time.
source: L
CSS Shorthand Syntax Considered an Anti-Pattern
http://csswizardry.com/2016/12/css-shorthand-syntax-considered-an-anti-pattern/ [csswizardry.com]
2016-12-15 17:22
tags:
html
programming
web
Typically we would view shorthand syntax as a benefit: fewer keystrokes, fewer lines of code, less data over the wire. Sounds great! However, it comes with a rather troublesome side effect: it often unsets other properties that we never intended to modify.
Sometimes the hard ways are the best ways.