Making Laravel Cache Tags More Useful

Laravel is the PHP framework that I use for most of my projects, because out of the box, it allows for some of the most expressive code that gets out of my way and gets the job done. However recently, I found a deficiency in the way that the Laravel Cache system handles tags and decided to come up with a fix for my personal use case.

Using vim macros to quickly delete SQL CREATE TABLE statements

I, like most developers, am lazy (which is apparently a virtue!) and recently needed to remove a bunch of CREATE TABLE statements from a mysqldump. The vim macro below is how I accomplished that task.