Recent Posts

ESP32 Dev Board Internal/Built-in LED Not Blinking

ESP32 Dev Board Internal/Built-in LED Not Blinking

August 3rd, 2019

I was trying to figure out why the painlessmesh example was not blinking the correct amount of times. It would [More…]

PHP SOAP Client creating an array of items of the same tag.

PHP SOAP Client creating an array of items of the same tag.

August 1st, 2019

I really shouldn’t be writing a post about SOAP in 2019, but sadly there are still some use cases that [More…]

Generate an SSCC-18/UCC18 Barcode in PHP

Generate an SSCC-18/UCC18 Barcode in PHP

July 17th, 2019

Using Picqer’s PHP Barcode Generator library, it’s possible to programmatically generate barcodes in a number of formats. While there isn’t [More…]

PHP Fedex API Get Detailed Track Information

PHP Fedex API Get Detailed Track Information

July 11th, 2019

Since FedEx unfortunately still uses SOAP API’s for tracking, I had to delve in deep for this one. My task [More…]

jQuery Datatables Use Custom Search Box/Element

jQuery Datatables Use Custom Search Box/Element

July 9th, 2019

Datatables is a great way to visualize and interact with data without having to code your own solutions. Recently I [More…]

Magento 2 How to Fix Missing Product Images

Magento 2 How to Fix Missing Product Images

June 28th, 2019

After getting my theme to work on Magento 2, I realized that none of the images were showing after moving [More…]

Magento 2 how to fix “There are no commands defined in the ‘setup’ namespace.” errors

Magento 2 how to fix “There are no commands defined in the ‘setup’ namespace.” errors

June 28th, 2019

In trying to set up a Magento 2 instance, I came across an issue trying to set developer mode through [More…]

Magento 2 missing PHP 7.2 extensions install command

Magento 2 missing PHP 7.2 extensions install command

June 28th, 2019

  For my work, I was attempting to set up a Magento 2 instance to upgrade some of our Magento [More…]

Dimrain47 – The Falling Mysts piano midi synthesia cover

Dimrain47 – The Falling Mysts piano midi synthesia cover

June 4th, 2019

People have literally been requesting this one for ~4 years now and I just got around to making it. Project [More…]

Bootstrap Multi Level Dropdown Menus in WordPress

Bootstrap Multi Level Dropdown Menus in WordPress

May 23rd, 2019

I came across an issue while building a site for my high school’s ASB, which was how to deal with [More…]

Kahoot Music .MP3’s

Kahoot Music .MP3’s

May 7th, 2019

Apparently, people keep landing on my page looking for Kahoot background music/songs so here they are: Alf Inge Wang – [More…]

M5Stack Game of Life

M5Stack Game of Life

May 2nd, 2019

I thought this example was pretty cool so I created a little demo video for it. Code available on GitHub.