DevOps Visionaries to Discuss Software Innovation at swampUP 2021

In a unique, must-see joint appearance, five CEOs at the forefront of DevOps innovation will take the virtual stage at JFrog’s swampUP 2021 conference to candidly share their insights about the future of DevOps. JFrog CEO Shlomi Ben Haim will be joined by his counterparts at fellow DevOps industry leaders Datadog, Elastic, HashiCorp, and PagerDuty …

GitLFS_Feature

Clean Up Your Git LFS Repositories with JFrog CLI

Git has become an industry standard for source code control. However, it is not designed to store binary files efficiently, and storing large binary files in a Git repository can quickly inflate it, making it sluggish to respond. This is where Git LFS comes into play. Git LFS is a Git extension designed to accommodate …

Dependency Management with .NET – Doing it Right

The problem of dependency management is neither new nor original, it exists in all development platforms, and .NET is no different. Let’s go through different solutions and see how they perform. I’ll list them here in no particular order. Keeping dependencies in your source control That’s a very popular solution, and for a reason. The …