Tesselbox

project code | slides Lightning Talk given at Refresh Austin, June 14, 2016

Jun 14, 2016 · Christopher Boette

Mike Heavers | code-item

var uniqueArray = duplicatesArray.filter(function(elem, pos) { return duplicatesArray.indexOf(elem) == pos; }); Lovely. [goto](http://mikeheavers.com/main/code-item/removing_duplicates_in_an_array_using_javascript)

Jul 26, 2015 · Christopher Boette

SE Block

Hide the cruft on Stack Overflow install it | source code developer Blocks the distracting cruft from the otherwise-excellent Stack Overflow and Stack Exchange network. The idea for the extension came about as I started my first job as a web developer and, subsequently, came to spend more and more of my day scanning Stack Overflow, Server Fault, Ask Ubuntu, and so on. I became increasingly distracted by the sidebar links, which may have had to do with all of the coffee I drink. ...

Jun 4, 2014 · Christopher Boette