Published onJune 20, 2021Creating my personal npm cardjavascriptnpmnodegithub-actionssemantic-releaseCreated a personal npm card inspired by [bitandbang](https://github.com/bnb/bitandbang)Read more →
Published onMay 26, 2021Event.preventDefault() vs. Event.stopPropagation()javascriptevent-propagationbrowserWhat is the difference between using `preventDefault` and `stopPropagation`?Read more →
Published onMay 25, 2021What is Event.preventDefault() for?javascriptevent-propagationbrowserWhat is the difference between using preventDefault or not using it when creating an eventHandlerRead more →