BS Blog - Javascript
Latest Javascript Posts:

Removing Bloat from VueJs (HighlightJS Example)
2021-02-01Sometimes when you're developing using 3rd party libraries, you inherit a lot more than you bargained for. Sometimes this is in dependencies, othertimes you don't realize what's included and other times...

Drupal Debounce you say?!!
2021-01-28Debouncing and Throttling are pretty commonplace in the JS world, but rarely do I see developers use it when building Drupal theme behaviors or JS in modules, but did you know Debounce is part of DRUPAL...

Contentful Rich Text Rendering
2020-11-25Boring reasoning for this post alert: Recently I decided to start working on this blog again, which was originally just a Drupal site, then headless Drupal, and as I was working on revamping the front-end...

Drupal Admin Toolbar with a Fixed Nav (Using Mutation Observer)
2019-12-17Many times I've encountered a design in which there is a fixed navigation bar. With a known height or some simple JS this is an easy thing to accomplish; however, if you use the toolbar from core or Admin...
- Page 1