JAR Hell
Explores the concept of JAR Hell in Java, detailing its causes like dependency issues and classpath conflicts, and discusses modern solutions.
Explores the concept of JAR Hell in Java, detailing its causes like dependency issues and classpath conflicts, and discusses modern solutions.
Explores a non-standard, lighter method for integrating iOS dependencies with Carthage using the --no-build flag and direct project inclusion.
A tutorial on using Carthage to add Quick and Nimble testing frameworks to a Swift 2 project in Xcode 7.
A tutorial on using Bower, a dependency manager for frontend libraries like jQuery, covering installation, setup, and basic usage.
A guide on how to install and upgrade to an in-development, pre-release version of the Laravel PHP framework using Composer.
The article explains the benefits of using a single, large repository (monorepo) for code, citing simplified organization and dependency management.
A developer shares a troubleshooting tip for a common linker error when upgrading a CocoaPods Podfile in an iOS project.
Explains npm's change from tilde (~) to caret (^) for '--save' and the semantic versioning implications for dependency updates.
Discusses the debate around defaulting to libraries like jQuery, arguing for evaluating their necessity to reduce page weight and improve performance.
A guide to managing Python project dependencies within Docker containers, comparing methods like using distro packages and virtualenv.
An introduction to virtualenv, a tool for creating isolated Python environments to manage library dependencies for different projects.
A step-by-step tutorial on creating and publishing your own CocoaPods library for iOS development.
An introduction to CocoaPods, a dependency manager for Objective-C projects, covering installation and basic usage.
Explains how to integrate WebJars for client-side dependency management in a Hippo CMS project using Servlet 3 containers like Tomcat 7.
Spring 3.0 M1 is now available in Maven repositories, addressing initial release feedback.