user

Inedo Blog


Navigation
AuthorCrista Perlton
Crista Perlton

Crista Perlton

Featured

Package Management

How Downloading Without Curation Leads to Security Risks 

Posted on November 25th, 2025.

Many teams pull open-source packages into their projects without thinking twice. They might stash them locally, pass them around through CI pipelines, or build and test on their own. But without internal repositories or any guardrails in place, each team ends up working in its own bubble. That kind of flexibility can feel great at first,...

Featured

Python

Best Authoring Practices for Creating Python Packages

Posted on November 20th, 2025.

Creating Python Packages for private use is much easier than packages bound for open-source sites. Follow these authoring best practices for your packages.

Featured

Package Management

How Using GitHub Packages Creates Duplicative Work Across Teams

Posted on November 11th, 2025.

Using GitHub Packages for internal package sharing is a common choice for many teams. Since it’s already part of the GitHub ecosystem, teams adopt it naturally, without spending much time looking over other options. Each project manages its own dependencies, and publishing or consuming internal libraries is relatively straightforward. On...

Featured

ProGet

HowTo: Set Up ProGet as a UI for Cloud Storage

Posted on November 6th, 2025.

Cloud storage has become a go-to option for storing data. It’s generally reliable and designed to scale easily as needs grow. Having said that, it does come with its challenges. User interfaces often change as providers update their platforms, permission models tend to be complex, and managing cloud storage often demands a...

Featured

Package Management

Why Team Rules Without Central Governance Don’t Scale

Posted on November 4th, 2025.

Many organizations think that letting independent development teams manage their own package workflows is efficient …but in practice, it’s not.  Every team tends to develop “its own way” of versioning, approving, and documenting packages. One might use a NuGet Server, while another stores artifacts on a shared drive....

Featured

.NET

.NET 10: What’s Changed and Why It Matters to You

Posted on October 23rd, 2025.

November is here, which means .NET 10, the latest installment of Microsoft’s .NET, is as well. As usual, it brings a bunch of changes and updates to improve both development and performance. Microsoft talks about the changes in the official release notes, but following my .NET 6, .NET 8, and .NET 9 rundowns, I’m back to give...

Featured

.NET

.NET Standard Term Support (STS) Changes: Simplified

Posted on October 16th, 2025.

The differences between .NET STS (Standard Term Support) and .NET LTS (Long Term Support) aren’t always easy to grasp. It’s why we’ve already covered much of the confusion, breaking down .NET LTS. But Microsoft’s recent changes to STS support may raise new questions about the current .NET release cadence and which...

Featured

ProGet Migration

How to Manage Replication in ProGet for Sonatype Users

Posted on October 10th, 2025.

This article is part of a series on Migrating from Sonatype to ProGet, also available as a chapter in our free downloadable eBook. Replication is a useful feature for teams working across multiple sites, even globally. It ensures your components are accessible wherever needed and supports disaster recovery. Proper implementation keeps...

Featured

ProGet Migration

How to Manage Retention in ProGet for Sonatype Users

Posted on October 3rd, 2025.

This article is part of a series on Migrating from Sonatype to ProGet, also available as a chapter in our free downloadable eBook. Retention is a key part of managing your development environment, as it helps you automatically handle component storage. By regularly cleaning up and archiving outdated or unused artifacts, repositories stay...

Featured

ProGet Migration

How Storage, Backing Up and Restoring Works in ProGet for Sonatype Users

Posted on September 26th, 2025.

This article is part of a series on Migrating from Sonatype to ProGet, also available as a chapter in our free downloadable eBook. Data safety is a big deal in any development environment. By securely storing your artifacts and data, you can protect your projects from risks like hardware failures, system errors, and the unexpected data...