Posts
All the articles I've posted.
Internationalis(z)ing Code - Computerphile with Tom Scott
Updated: at 06:25 PMi18n: The nuances and pitfalls of text, numbers and grammar will drive you crazy
Speeding up CSS with data URIs... for fonts?
Updated: at 10:40 PMWorried about site speed and font-blocking? 79% of visitors use browsers that support the .woff format. So why not embed fonts as a data URI into your css?
Mathias Bynens | 3.14 things I didn't know about CSS | CSS Day
Updated: at 10:30 PMAn insightful dive into the gnarly corner cases of CSS
GitHub repo: Immutable Data Collections for JavaScript
Updated: at 04:28 PMDive into functional programming with Facebook's JavaScript library for immutable collections
Intern testing framework: "Let the Intern test it"
Updated: at 11:24 PMYou might want to try out this new open-source JavaScript testing framework with promises and integrated with cloud-hosted testing providers such as BrowserStack
Tyrian demo in pure CSS without Javascript or HTML - Q42
Updated: at 07:23 PMBehold the power of CSS: A mouse-controlled "game" with a one-tag HTML document
The "Is" library from jumpkick-studios: "a better way to write JavaScript conditional statements and still have pretty code"
Updated: at 05:43 PMUse "Is" to flatten out your if-then-else logic flow and handle exceptions
Can I use, an indispensable developer tool for looking up browser compatibility for various CSS3 and HTML5 features, got a makeover!
Updated: at 03:39 PMcaniuse.com gets a new design and fancy filters that are super useful
jspm.io - jspm is a package manager built on top of the ES6 module loader that loads any module format: ES6, AMD, CommonJS, and... browser global variables
Updated: at 09:32 PMjspm: A strong contender for a JavaScript package manager that is friendly to node and the browser
Responsive Images: Use Cases and Documented Code Snippets to Get You Started
Updated: at 03:29 PMThe new <picture> element is a great solution for many responsive image needs; here is a great reference for usage.