On new 2022 Macbook I got the following url error 60 while downloading https://asset-packagist.org/packages.json: SSL certificate problem: certificate...
How to use MAMP’s PHP in Terminal by adding it to $PATH
If you already have PHP installed and running with MAMP on MacOS, and get the following with zsh...
Github SSH connection refused, try changing your DNS provider
Problem after exhausting every method to git pull from Github over SSH: ssh: connect to host github.com port...

Migrating MSSQL .bak files to AWS RDS not working, possible solutions
Context: I’m basing understanding of the MSSQL world on a solid understanding of MySQL and that ecosystem. I...

How to pause Chrome to inspect disappearing dropdown menus and rollover elements
It’s impossible to look into the styles applied when an element disappears from view as soon as you...

Simple CSS test interview
Instructions are in the README.md, candidates can clone and look through the source in their own time. On...

Solving WordPress Social Auth Plugins and 403 Errors
When trying to set up social login plugins on WordPress, 403 errors might get returned when trying to...

Importing and Querying a MSSQL database in SQL Server locally with PHP and XAMPP on Windows 10
Prerequesit installs Established a new htdocs directory and host in Xampp and added a new host in local...

Fix HiediSQL blurry in Windows 10
Tested with Windows 10 and Heidi V 11.0.0. Locate your .exe , probably in C:\Program Files\HeidiSQL Right click...

Workaround for GitKraken SSH and HTTPS not working with AWS CodeCommit
Almost every time I try and sync a repo from CodeCommit using SSH public keys I get an...

Scraping AIA MPF Fund data and putting it into a nice graph
View the graphs Afte Looking into trading my MPF savings with AIA i came to the conclusion that...

How to fix LetsEncrypt IPv6 error in Plesk and set up proxied Cloudflare DNS
Every time I go to add a subdomain and want to secure it I forget the process… Issue:...

Dev Toolkit and Devices going into 2019
Design and Dev tools Since starting as Product Strategist at Veridate I have had a chance to refresh...
Drupal 8 TWIG template check field is empty
Playing around with Paragraphs I needed to display or hide a bit of a template based on a...

Deploying to WordPress themes to WPEngine over SFTP with free Continuous Deployment platforms. SOLVED!
This looks specifically at deploying theme updates to WPEngine on non-dedicated hosting plans, (sans-SSH gateway) with SFTP using...

Install Drush on Ubuntu quickly without Composer
Personally I’m not a fan of installing Drush via composer. For my AliCloud Plesk VPS I did the...
Mac, ssh asks for passphrase repeatedly fix
Case: Trying to SSH into a Digital Ocean instance using a freshly generated Key and passphrase… $ ssh...

Where to find Plesk Version, Plesk License Key, Operating System
License Key Home > Tools & Settings > License Management more Plesk Version & Operating System Home >...

Debugging PHP in Atom by installing xdebug, in 5 minutes
Install xdebug There are plenty of tutorials that suggest using Homebrew to install xdebug, I found none of...
Drupal 8 display an image_style in a Twig Template with Twig Tweak
This example is related to displaying styled images in a Drupal 8 Paragraph template for the fields of a Paragraph,...