Bootstrap 4–Adding border width

Bootstrap is great, but it doesn’t have support for specifying border widths out of the box.  The class border-left-0, border-top-0, etc, seem like they should work to specify a width… but they are for hiding specific portions of the border instead.  This didn’t really make sense to me – after all, a border with a … [Read more…]

Angular 4 and Lodash

Lodash is a pretty cool utility library for doing stuff in javascript objects.  The maintainers have done a lot of work to make it as efficient as possible, (about 4kB gzipped and minified), so it won’t eat up a bunch of resources on your web application. One of the reasons I always seem to bring … [Read more…]