Tips & Tricks
-
UNIX-like operating systems (e.g., Linux, MacOS) have a handful of commands for managing your running programs (jobs) in the Terminal. From your Terminal application, you have the ability to manually send jobs to run in the background, bring them to the foreground, or suspend them. Below are the main job control commands with examples. List…
-
Every time I’ve installed a new installation of WordPress, I would install the latest version. Naturally. And 99% of the time, why wouldn’t you? Today, however, I explicitly needed to test a release against an older version of WordPress Core. In doing so, I learned a couple of useful things. 1. WP CLI Version Flag…
-
When debugging in JavaScript, browser extenstions can be a potential source of confusion. At the very least, they may add additional noise to the process. In order to make sure you’re not dealing with any extra code outside of your application, you can use Incognito Mode to browse in private. This disables all of your extensions…
-
I knew GitHub supported emojis – I often use them in PR messages, comments, etc. What I didn’t know is that you can also add emojis in your commit messages. For example, if you wanted to include an Octocat emoji, you can write your commit message as follows: If you’ve spent any time working in…
-
OS X 10.7 (Lion) introduced a feature called the Character Picker. This allows you to press-and-hold a key on your keyboard, activating a little popup with the different character options associated with that key. This can be a useful feature for some, as it allows you to visually see all of those additional character options…
-
Adding spaces in your Dock on OS X is a nice feature that allows you to bring a little bit of visual organization to your icons. It is really easy to accomplish in just a couple short steps. First, you will want to locate your Terminal application. Terminal can be found at Applications > Utilities…