Frontend
173 articles · all categories
Lessons from 20 years of building UIs people actually use — React, dataviz, and the browser platform.
Frontend articles
August 2016
July 2016
June 2016
April 2016
March 2016
December 2015
November 2015
October 2015
August 2015
January 2015
Javascript debugging [slightly] beyond console.log
My favourite tool for javascript debugging is `console.log`. I mean, I love `console.log`. If I ever get a programming tattoo, it's going to be `console.log` or some variation thereof. Simple to use, works every time, and every programming language I've used since I was 9 has had some variation of it.