Jesse Schneider

June 17, 2021

M1 Mac Solutions: Microsoft SQL Server via Docker

The M1 Mac processor is incredibly powerful when fully supported by the software you are running, but otherwise you may have issues. I've recently adopted the M1 processor for my main workstations, in this series you will find solutions for problems that I encounter that I feel are worth sharing. Microsoft SQL Server Builds are not yet...
Read more
May 9, 2021

SerialPort with Electron running VueJS!

Recently while creating my first Electron application I found issues when integrating the SerialPort package. The application SerialPort is used in is an integration which communicates via a COM port. The problem you will find is a "missing binding". This is caused by the package not being built with the proper Electron node version. T...
Read more