user

Inedo Blog


Navigation
AuthorCrista Perlton
Crista Perlton

Crista Perlton

Featured

.NET

Do I really need to leave .NET Framework for .NET 8?

Posted on September 13th, 2023.

Microsoft is all about .NET5+ (.NET 5 to .NET 8). But our trusty old .NET Framework isn’t going anywhere. It’s indefinitely supported. So even with all the buzz around .NET5+ releases, there are loads of good reasons to stay on .NET Framework for now, and there’s no rush to migrate just yet.  In this article, I’ll...

Featured

.NET

Demystifying Microsoft .NET Long Term Support (LTS) in 2024

Posted on August 30th, 2023.

.NET 8 is just around the corner, and Microsoft’s .NET support policies are still confusing. There’s .NET Framework, .NET Core, .NET Standard, .NET5+, and all of them have seem to have different life-cycles and different end of support dates. In this article, we'll clear-up Microsoft's .NET support policies to help you plan better.

Featured

Python

Are You Safe from Malicious and Vulnerable Python Packages?

Posted on September 16th, 2022.

Can you spot the difference between colorama and colourama?   Sure, one is American English and the other is aimed at British-English users.   One of these is a malicious python package designed to trick users and the other is legitimate.  Chances are that you’ve heard about vulnerable...

Featured

Python

PyPI Package Dependencies and Their Unintended Consequences

Posted 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

Python

You Should be Using CI/CD Alongside Python

Posted on May 1st, 2022.

You know about CI/CD and you’re already using Python—so what’s stopping you from using them together? 

Featured

Python

How to Automate Vulnerability Scanning for PyPI Packages

Posted on April 13th, 2022.

Regularly scanning for vulnerabilities is the best way to protect against vulnerabilities that pop up and the risks that they bring.  Learn How to Automate Vulnerability Scanning for PyPI Packages.

Featured

Python

Python Management in the Enterprise for 2022

Posted on April 6th, 2022.

Open-source packages like those found on PyPI.org have helped every python user get their projects off the ground. Read to learn more about best management practices.

Featured

Python

How to Easily Create a Custom Python GUI

Posted on March 14th, 2022.

Auto-generated GUI's for your Python let your non-expert users run scripts and allow you to sleep soundly by restricting only specific servers for a job.

Featured

Python

Integrating CI/CD into Your Python Development

Posted on February 21st, 2022.

CI/CD is one of the best development processes around; so you shouldn't be surprised it works well with Python! Read our post to learn a great way to get started.

Featured

NuGet

4 Filtering Practices for NuGet.org

Posted on February 17th, 2022.

NuGet.org is a great source for packages to jump-start a project, but it's important to filter packages from the open-source community before downloading.