Accepted to Speak at PHP Tek 2025
I recently received some great news. My talk submissions were accepted, so I’ll be speaking at PHP Tek in May. It should be fantastic! I hope you can make it.
Shell Scripting for PHP Developers at PHP Tek 2024
Yesterday at PHP[Tek], I gave my first ever talk at a PHP conference. My talk was about shell scripting from a PHP developer perspective. Here are the slides for that presentation. AWoods-PHPTek-2024 Shell Scripting for PHP Developers
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