Decommissioning Old Databases Jan 3, 2019

Occasionally I inherit an old development database server containing many databases and I usually have no idea which are no longer in use. I came across the following script that allows you to see the last time a database was accessed:

...
Find Pair With Given Sum in Array Dec 5, 2018

As I’m moving more and more into management I need ways to keep my coding foo fresh so I have taken to solving small problems from various sites on the internet in my spare time. I also miss that feeling of being in the zone and fully engaged in something just difficult enough to stretch myself.

...
Hugo - Failed to find a valid digest in the 'integrity' attribute for resource Dec 5, 2018

After cloning my Hugo site to a new machine and running:

...
Hugo NoSuchKey on Sub Folders After Deploying to Amazon S3 and CloudFront Oct 13, 2018

After deploying this blog to Amazon S3 with CloudFront the main page rendered correctly but any pages in sub folders like /posts or /posts/post-vanity-url would recieve the following error:

...
Building Hugo Extended on AWS CodeBuild Oct 11, 2018

After upgrading my Hugo theme to the Hyde inspired Hyde-Hyde theme I also needed to switch from the standard Hugo build to the extended build in order to use the pipes feature.

...
Open ID & OAUTH 2.0 Sep 4, 2017

I do security work often but not often enough that I don’t end up Googling many of the terms and concepts every time. Here is a list of the best articles as a quick goto:

...
Quick SSL Certs For Local IIS Development Aug 23, 2017

You can use selfssl from the IIS 6 Resource Kit to quickly add self signed SSL certs for local development.

...
Eclipse AEM Plugin and AEM 6.2 org.apache.sling.api.scripting.ScriptEvaluationException Dec 21, 2016

Using a fresh install of Eclipse and the Adobe AEM Plugin with AEM 6.2 you will get the following exception when trying to install a bundle:

...
Reinstall Umbraco 7 and Delete Content Aug 18, 2016

To reinstall Umbraco 7 you need to reset the following items in the web.config and go to /install to re-run the installation:

...
AEM (Adobe Experience Manager) WebDAV Windows 10 Jan 28, 2016

When trying to connect to AEM (Adobe Experience Manager) using WebDAV on Windows 10 I received the following error:

...