Get a file's MIME type info in PHP
Default usernames for some AWS server AMIs
Parsing overpunch in PHP
Docker Dockerfile PHP web development
A collection of a few real life PHP project Dockerfile examples
socks5 proxy proxies privacy SSH
SOCKS5 Proxy Demystified (it just uses SSH, don't even have to install anything else)
A few options for disposable, temporary, and/or unique email address strategies.
Laravel Laravel packages Composer Laravel Tinker web development
How to remove the Laravel Tinker package (installed by default)
PHP PHP strings PHP special characters PHP escape sequences web development
A (probably) non-exhaustive list of PHP special characters / escape sequences in double quoted strings.
Laravel Laravel Vapor AWS AWS RDS
Laravel Vapor doesn't delete databases from AWS when deleting an environment from the CLI, so remember to use the `vapor database:delete` command before deleting the environment or else you may have orphaned databases increasing your AWS bill.
curl PHP PHP output buffer snippets
Snippet for detailed curl request debugging in PHP using the output buffer.
gulp.js gulp-purifycss purifycss Laravel CSS web development Laravel Elixir
Identify and remove unused CSS with gulp-purifycss. Helpful for legacy projects with lots of CSS cruft.
open data National Drug Code (NDC) prescription drug data OpenFDA RxNorm
Information about data sources for US prescription drug data and misc. US healthcare/drug info
PHP PHP Snippets PHP one-liners PHP arrays
One liner to remove empty (falsey) values from an array in PHP