The Pitfalls of Deploying with Pipenv

Deploying with Pipenv is easy, except when it's not. Some best practices and pitfalls to be aware of.

SSL Offloading with Sitecore 9 and xConnect

How to disable the client certificate requirement for xConnect and implement SSL offloading. Maintain security, but in a smarter, more managable way.

How to Create and Configure the Sitecore 9 Solr Collections on Linux

SIF provides no way to create and configure the necessary SolrCloud collections on Linux. It just assumes you are going to run Solr on Windows, let's take that assumption away. I present a one-liner for all your Sitecore 9 solr config.

A Practical, Audio Classification Example with LSTMs in Tensorflow: Diagnosing Dysarthria

Taking a crack at diagnosing the speech disorder "Dysarthria" using LSTM Neural Networks and Tensorflow. Example LSTM code, evaluation methods, and a link to the full research paper included.

Finding All the Objects in an image, Without Looking at the Whole Image

Can we place bounding boxes around all the objects in the image, without even looking at the whole image? Yes, yes we can.