Blog
All Blog Posts
How to Automate Python for Visual Studio Code
Setting up Python projects in VS Code just got a lot easier with the ability to automatically switch between interpreters. Learn how.
Read More
Why Software Bill of Materials (SBOM) Require Attestations
SBOMs won't secure your software supply chain because they lack attestation info about how components were sourced and built. Learn more.
Read More
Easy Python Dependency Management With Shareable Environments
Learn how shareable development environments can finally make Python dependency management and environment management simple and easy.
Read More
Five Stages For a Secure Software Supply Chain
Learn how to navigate the five stages to securing your software supply chain and meeting US government software supply chain requirements.
Read More
How to Make Ruby Package Management Better
Managing Ruby gems, environments and dependencies for multiple OSs shouldn't require managing and maintaining multiple tools. Learn how.
Read More
How to Update Your Python Version Without Risk
Python codebases are rarely updated due to time constraints, complexity & fear of breaking the build. Learn how to overcome these pains.
Read More
Understanding Secure Software Supply Chain Legislations Around the World
Learn about government-enacted secure software supply chain legislation that is imposing requirements on software vendors.
Read More
How To Solve Vehicle Routing Problems using Python ArcGIS
Learn how to use ArcGIS for Python to solve complex vehicle routing problems in order to maximize delivery timeliness and minimize mileage.
Read More
Top 3 Open Source Opportunities To Implement In 2023
US government requirements for secure software supply chains will make DevSecOps a 2023 priority. Learn how 2022 SLSA & AI trends can help.
Read More
Ubuntu To End Python 2 Support
Ubuntu v18.04 LTS marks Canonical's end of Python 2 support at the end of April 2023. Still need Python 2 support? Learn about your options.
Read More
SBOMS & Attestations: US Government Deadlines for Implementation
The US government secure supply chain deadline for SBOMs and software attestations is June 2023. Find out how to meet the date.
Read More
Simplifying Cross-Platform Ruby Gem Development
Learn how to automatically create a consistent, secure gem development environment for multiple OSs, and deploy it with a single command.
Read More