cli

  • Todays software chains and stacks are massive and hopelessly complex. It’s completely normal to fatigue at the mere thought of setting up a proper testing environment that to allow us to develop features or bug fix unfamiliar code without getting lost in the forest. Here are some PHP-focused techniques to quickly iterate on bug fix…

    Read More

  • Get more work done in less time and keystrokes, using the command line interface on Linux, Mac, & other UNIX-ish systems. Switch directories with”$OLDPWD” or “-” The $OLDPWD variable evaluates to the path of the previously visited directory. The hyphen(-) symbol as shorthand on most shells.Both are quick way to hop back-and-forth between any two…

    Read More