My PHP Tek Talk: Better Dotfiles II
I just finished giving my second of two talks — Better Dotfiles II — and feel like it went pretty well. I tried something different with this talk. I normally have a slide deck which I use for my entire presentation. I also use a countdown clock to ensure I don’t run long. I planned … Read more » My PHP Tek Talk: Better Dotfiles II
Create Git repo with an empty commit
I wanted to know why developers on Twitter were talking about starting git repos with an empty commit, so I did a bit of web searching. I created a bash function to make the solution easier.
5 Command Line Tips for Composer
The command line is an essential tool for developers of all types. As a PHP Developer, I use it all the time. Making the most of composer is essential to managing your PHP projects. This article will show a few things to improve your use of Composer. Require a Minimum PHP Version One thing that … Read more » 5 Command Line Tips for Composer