Featured
Posted by
Crista Perlton on May 3rd, 2022.
Having uncontrolled package dependencies can lead to some unintended consequences, like version conflict and even malicious and vulnerable packages. Let’s see what happens when you let those dependency trees go unchecked.
Featured
Posted by
Crista Perlton on February 22nd, 2022.
An explainer article to help you know why self-contained application's aren't ideal and face three major problems: distribution, modification, and run.
Featured
Posted by
Crista Perlton on February 15th, 2022.
There are few things more frustrating than investigating why code works on one machine, but not another. This article will explain how unwanted packages sneak into your code, describe how to use requirements.txt files to ensure repeatable builds, and show how Package Consumers can quickly identify which applications are using a specific...