Blog
All Blog Posts
How to De-risk Unavailable Software Dependencies – Lessons Learned
Learn how to prevent broken software when an open source dependency you rely on disappears from its public repository.
Read More
How Reproducible Builds Foster Security
Reproducible builds are key to security, but expensive to set up and maintain. Learn how to get secure reproducible builds without the costs.
Read More
How Software Bill Of Materials (SBOMs) Support Secure Development
Programmatic generation of SBOMs is an emerging requirement for ISVs to allow them and their customers to assess software risk.
Read More
Why DevOps Leaders Should Understand and Prioritize SLSA
SLSA's best practices help secure your software supply chain, but they can be costly to implement. Learn about cost-effective alternatives.
Read More
Python 3.11 Breaks Speed Barriers
Python 3.11 offers a 25% speed boost without changing a single line of code. Learn how you Python applications can benefit.
Read More
The “low hanging fruit” approach to software supply chain security
Learn about the Open Source Security Foundation's top recommendations toward better open source supply chain security for ISVs.
Read More
WebApp Framework Showdown: Django vs Rails
Download a precompiled Python Django and Ruby on Rails environment to learn which is better for building web apps or websites in 2022.
Read More
How to Avoid The Great Resignation Amongst Developers
To avoid the Great Resignation, organizations must adopt both cultural change and automation tools, beginning with dependency automation.
Read More
Everything You Need to Know About Dependency Vendoring
Dependency vendoring helps reduce security risks and avoid version conflicts, but it's time and resource intensive. Outsourcing can help.
Read More
The Simplified and Automated Path to Dependency Management
Learn how automated dependency management tools can help eliminate time consuming tasks so you can get back to coding quicker.
Read More
How to better manage dependencies with artifact repositories
Learn how to automate key dependency management tasks by combining an artifact repository with the ActiveState Platform.
Read More
How to Build and Install C Libraries in Python
Python wheel not available? Learn how to automatically build binary wheels for Python packages that incorporate C libraries.
Read More