Articles about

Coding

MariaDB Recursive Table Expressions

October 7th, 2021 — I recently learned about recursive expressions in MariaDB. This offers a pretty good solution for dealing with hierarchy data, it isn't perfect but it can...

Posted in Coding

Asterisk Faxing Part 2: Sending Faxes

September 1st, 2021 — Turns out that sending fax is a heck of a lot harder than receiving them. Fax machines all have slightly different quirks around how long before they pick up...

Posted in Asterisk, Coding, VOIP

Font Awesome 5 Pro - without NPM

June 9th, 2021 — Setting up Font Awesome 5 Pro version without a subscription to the NPM repositories.

Posted in Coding, Font Awesome, NPM

Asterisk Faxing Part 1: Receiving Faxes

April 22nd, 2021 — We recently decided to eliminate some legacy fax lines and utilize asterisk's built in fax functionality. It was surprisingly straight forward to do. We...

Posted in Coding, Asterisk, VOIP

Disabling Asset Cache in Safari While Developing

March 18th, 2021 — I do most of my web development testing in Firefox, and I usually double check things in Safari. Well during the testing of light/dark mode for code...

Posted in MacOS, Safari, Coding

Statamic Code Highlighting with Highlight.js

March 15th, 2021 — How I added code highlighting to the blog, with dark and light mode support use Highlight.js.

Posted in Meta, Coding, Statamic

Statamic RSS/Atom Feed

March 13th, 2021 — How I added an RSS/Atom feed to my Statamic blog.

Posted in Meta, Statamic, Coding