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!
Blog
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.
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.
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.
Getting Better At Debugging
Summary, excerpts, notes from The Debugging Mindset on how to get better at debugging,
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.
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!
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.
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!
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.