How to diff / vimdiff a file against it's contents in another git branch.
Docker Docker Virtual Networks containers networking docker-compose
Notes about Docker Virtual Networks
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.