Posts
All the articles I've posted.
Changes to npm's unpublish policy
Updated: at 05:57 PMnpm decides to keep their unpublish functionality but puts in place rules to prevent breaking other packages
normalize.css hits 4.0
Updated: at 03:22 PMI ran into an IE 9 - 11 bug last night that would have been fixed with a css reset and now I have more respect for normalize.css
Styling Broken Images
Updated: at 08:10 PMUse :before and :after pseudo-elements with an attr() expression to make broken images look snazzy
How Badoo saved one million dollars switching to PHP7
Updated: at 05:27 PMWith a switch to PHP 7, the social network Badoo reduced their server count from about 600 to 300
What I learned about programmers by reading 200+ programming jokes
Updated: at 11:00 PMProgrammers think differently and are exceptionally logical. Computers are too literal. Programming languages are illogical. The world is illogical. People are irrational.
CSS only Responsive Tables
Updated: at 03:13 PMUse flexbox to make tables responsive and flip columns with rows
The Difference Between Excellent, Good and Bad JavaScript Developers
Updated: at 11:02 PMAll engineers write bad code. The best engineers think hard about how to refactor avoid the situation in the future.
Introduction to WebpackBin BETA
Updated: at 11:31 PMWatch out Plunkr, WebpackBin is going to redefine code sharing in 2016
The future of loading CSS
Updated: at 10:57 PMWith HTTP/2 asset pipelining, adding stylesheets directly above the html they affect gives you the quickest display of content from first byte.
V8 JavaScript Engine: V8 Release 4.9
Updated: at 04:40 AMChrome 49 boasts 91% ES6 support