Bash Scripting of Docker with WordPress
Docker Compose commands and be long and complicated, especially when options and multiple values are needed. This demonstrates how to simplify the execution of docker commands, through the power of Bash scripting. WordPress and WP-CLI are used to make the example more relatable.
PHP Dev Hack: Shell Style Comments
If you’ve done any PHP coding, you’ve learned that PHP supports 3 styles of comments. The first is a single line comment use two forward slashes`//` which comments everything until the end of the line. This is a C++ style comment. A second single line comment style are “shell style”, which use the pound sign … Read more » PHP Dev Hack: Shell Style Comments
Planning for the IndieWeb
I’ve known about the IndieWeb for a long while. However, the drastic changes at Twitter have prompted me to take action. Now I’m making plans to join the IndieWeb.
