This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code snippets to accompany my talk given at DevFest DC on 2016-09-24 | |
Slides: https://speakerdeck.com/efung/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { document.querySelectorAll(".js-comment-container").forEach(function (node) { node.setAttribute("open", true) }); })(); |