Customizing Keyboard Shortcuts for any macOS App

Did you know that you can change keyboard shortcuts for any app in macOS. Even if it does not support customizable shortcuts. And best of all, it does not require any third-party apps, it’s built in!

August 11, 2018 · 254 words

Black Borders on Your External Display? Here's the fix for macOS

If you see black borders on your external display and fonts are blurry, your overscan/underscan settings may be incorrect. It is easily fixable by going to Displays in System Preferences but the slider may be missing for monitors. Learn how to fix the issue if you don’t see the slider.

January 13, 2018 · 476 words

Making WP REST API Return More Than 100 Results

By default, WordPress REST API returns at most 100 results for any post type. Learn how to work around this limit and return all results.

June 20, 2017 · 222 words

Dealing With Security Plugins When Making HTTP Requests to WordPress Sites

Security plugins may blog your HTTP requests to WordPress sites. I discovered that after troubleshooting around 30 client websites. You don’t have to repeat that, just read this post.

May 17, 2017 · 515 words

Getting Better At Debugging

Summary, excerpts, notes from The Debugging Mindset on how to get better at debugging,

April 3, 2017 · 329 words

Horizon Zero Dawn: The Game That Made Me Buy PlayStation 4.

Quick thoughts on Horizon: Zero Dawn. Though you shouldn’t read these and just go buy the game right now.

March 20, 2017 · 641 words

Quick macOS Trick: Get Safari To Open Links In The Window You Want

Tired of Safari opening links in random windows? It’s not actually random. Learn how to open the links in the window you want, easily!

February 2, 2017 · 239 words

Adding A SSL Certificate to Vagrant Machine For Local Development

If you are working with an API/Oauth Provider which supports only https and use Vagrant, you can easily add an SSL certificate to your Vagrant machine to allow local development. It will take only 10 minutes with these step by step instructions.

January 31, 2017 · 470 words

Bloodborne, A Very Different Game

Games try to be friendly to you. Not this one. Bloodborne will repeatedly punch you in the face. And you’ll enjoy it!

January 10, 2017 · 560 words

Run PHPUnit Tests With One Click using PhpStorm and Vagrant

If you are struggling with configuration of PHPUnit with PhpStorm and Vagrant, this post covers all resources you need and provides necessary tips to run your tests with a single click.

January 4, 2017 · 597 words