Moustafa Khalilsharpbim.hashnode.dev·Nov 10, 2024Using AppDomains to Resolve DLL Conflicts in Revit PluginsDLL Hell—a persistent challenge for .NET Framework developers—becomes particularly thorny when creating add-ins for complex applications like Revit. Juggling dependency versions often leads to cryptic conflicts, as each DLL expects a specific version...Discuss·29 readsRevit Development
h3x0rh3x0r.hashnode.dev·Oct 15, 2024How to Install Packet Tracer on Linux Mint: Fixing DependenciesCisco Packet Tracer is an essential tool for network simulation and learning. However, installing it on Linux Mint can sometimes be challenging due to dependency issues. This guide will walk you through the steps to successfully install Packet Tracer...DiscussCisco
Travis Horntravishorn.com·Oct 7, 2024Simple Python Dependency ManagementWhile powerful tools like virtualenv, pipenv, conda, and Poetry exist to provide extra advantages for dependency management, I’ve found a simple system that works for the small projects I’ve been working on. This setup involves built-in features and ...Discuss·33 readsPython
Okoye Ndidiamakaamikdigital.hashnode.dev·Sep 28, 2024Managing Workflows and Dependencies with npm, Yarn, and Other Package ManagersIn the fast-moving world of web development, the correct toolset is needed for optimization of workflows and management of dependencies. Package managers like npm or Node Package Manager and Yarn have become a staple in JavaScript development because...DiscussNpmvsyarn
Guillaume Dormoygdsource.hashnode.dev·Sep 25, 2024FeaturedTSyringe and Dependency Injection in TypeScriptI am not a big fan of large frameworks like NestJS; I've always liked the freedom of building my software the way I want with the structure I decide in a lightweight way. But something I liked when testing NestJS out was the Dependency injection. Dep...Discuss·25 likes·206 readsTypeScript
Victor Mitiblog.victor.co.zm·Sep 18, 2024Automating Atomic Poetry Dependency Updates with BashDependency management is a crucial aspect of any project. Keeping your dependencies up to date ensures security, stability, and access to the latest features. However, simply running poetry update can be risky. What if you have 25 outdated packages, ...DiscussPython
José Ramón (JR)jralonso-dev.hashnode.dev·Aug 28, 2024Java Dependency Conflicts: Solutions and Tips (Part I)Introduction In npm's Node JS, the same dependency or library may have different versions depending on the various parts of an application. But Java and its build tools are not designed to support using two different versions of the same library at r...DiscussJava
Ujjwal Jhaujjwaljha.hashnode.dev·Aug 22, 2024Introducing deps.dev API: Google's API to identify vulnerabilities effectivelyIn our fast-paced software development landscape, ensuring security is always at the forefront of our minds. As developers, we understand the importance of identifying and mitigating vulnerabilities within our codebase to build resilient and secure a...DiscussAPIs
Santosh Sadasivunissadasivuni.hashnode.dev·Aug 12, 2024Microservices: The Dependency NightmareMicroservices, often touted as the silver bullet for scalability and agility, can quickly turn into a dependency nightmare if not carefully managed. The allure of independently deployable, scalable services can obscure the underlying complexities. ...Discussmicroservice complexity
Josep Projohomo.hashnode.dev·Aug 7, 2024Choosing the Right Dependencies: Ensuring Quality and Security in your Software ProjectsBuilding a project from scratch is rare due to the complexity and time constraints involved. Instead, developers often build applications on top of existing software. This means our software depends on other software. Dependencies are necessary and u...Discuss·26 readsDeveloper Career Growthopenssf scorecard