#dependency-management

[ follow ]
#software-development
Python
fromInfoWorld
1 month ago

Airgapped Python: Setting up Python without a net(work)

Installing Python offline is challenging but possible with the right preparations.
fromMedium
7 months ago
JavaScript

Dependency Management in Monorepos: Single Version Policy vs. Independently Maintained Dependencies

The Single Version Policy promotes consistency and reduces compatibility issues in monorepos but can complicate dependency updates in larger organizations.
fromMedium
7 months ago
JavaScript

How "Code Reuse" Affects Different Architecture Styles

Different architecture styles significantly influence code reuse strategies and challenges in software development
Managing shared dependencies becomes complex in monolithic architectures, impacting code reuse
Implementing versioning as packages can simplify dependency management and update processes
fromHackernoon
1 month ago
Bootstrapping

Using Maven's Dependency Analyzer to Get Rid of Unused Dependencies is Dangerous Advice Today | HackerNoon

Using mvn dependency:analyze can lead to misidentification of dependencies, particularly for straightforward projects.
fromMedium
8 months ago
JavaScript

Dependency Management in Monorepos: Single Version Policy vs. Independently Maintained Dependencies

The Single Version Policy enhances consistency in monorepos but requires careful management of dependency updates.
fromDevOps.com
5 months ago
Information security

Proactive Dependency Management: Reducing Risk and Improving Software Quality - DevOps.com

Proactive dependency management is essential for secure, high-quality software development.
Python
fromInfoWorld
1 month ago

Airgapped Python: Setting up Python without a net(work)

Installing Python offline is challenging but possible with the right preparations.
fromMedium
7 months ago
JavaScript

Dependency Management in Monorepos: Single Version Policy vs. Independently Maintained Dependencies

The Single Version Policy promotes consistency and reduces compatibility issues in monorepos but can complicate dependency updates in larger organizations.
fromMedium
7 months ago
JavaScript

How "Code Reuse" Affects Different Architecture Styles

Different architecture styles significantly influence code reuse strategies and challenges in software development
Managing shared dependencies becomes complex in monolithic architectures, impacting code reuse
Implementing versioning as packages can simplify dependency management and update processes
fromHackernoon
1 month ago
Bootstrapping

Using Maven's Dependency Analyzer to Get Rid of Unused Dependencies is Dangerous Advice Today | HackerNoon

Using mvn dependency:analyze can lead to misidentification of dependencies, particularly for straightforward projects.
fromMedium
8 months ago
JavaScript

Dependency Management in Monorepos: Single Version Policy vs. Independently Maintained Dependencies

The Single Version Policy enhances consistency in monorepos but requires careful management of dependency updates.
fromDevOps.com
5 months ago
Information security

Proactive Dependency Management: Reducing Risk and Improving Software Quality - DevOps.com

Proactive dependency management is essential for secure, high-quality software development.
more#software-development
#python
Python
fromtowardsdatascience.com
2 months ago

Data Scientist: From School to Work, Part I

Every data science project must aim for production-level code delivery.
Many junior data scientists struggle with development skills, impacting their project execution.
Effective environment management is crucial in data science to avoid operational issues.
fromInfoWorld
1 month ago
Django

New Python lock file format will specify dependencies

Python developers have approved PEP 751 to create a standardized universal lock file format to enhance dependency management and installation reproducibility.
fromHackernoon
1 year ago
JavaScript

Step-by-Step Guide to Publishing Your First Python Package on PyPI Using Poetry: Lessons Learned | HackerNoon

Creating and publishing a Python package to PyPI using Poetry involves steps like preparing an account, generating an API token, and setting up a project with dependencies.
fromRealpython
1 week ago
Django

Managing Python Projects With uv: An All-in-One Solution Quiz - Real Python

Python's uv offers a unified tool for efficient project management in Python.
fromSitePoint Forums | Web Development & Design Community
1 month ago
Web frameworks

Reliable way to validate requirements.txt for aarch64 without checking each package manually? And precompiled modules for easy deployment?

Utilize `pip-tools` for managing dependencies and ensuring compatibility on aarch64.
Precompiling wheels for essential libraries simplifies the installation process for users.
fromPycoders
5 months ago
Python

PyCoder's Weekly | Issue #658

Django performance tuning is crucial for web project efficiency.
Python's pathlib facilitates easy file path management.
Poetry streamlines dependency management for Python projects.
ZenRows simplifies web scraping with comprehensive tools.
Python
fromtowardsdatascience.com
2 months ago

Data Scientist: From School to Work, Part I

Every data science project must aim for production-level code delivery.
Many junior data scientists struggle with development skills, impacting their project execution.
Effective environment management is crucial in data science to avoid operational issues.
fromInfoWorld
1 month ago
Django

New Python lock file format will specify dependencies

Python developers have approved PEP 751 to create a standardized universal lock file format to enhance dependency management and installation reproducibility.
fromHackernoon
1 year ago
JavaScript

Step-by-Step Guide to Publishing Your First Python Package on PyPI Using Poetry: Lessons Learned | HackerNoon

Creating and publishing a Python package to PyPI using Poetry involves steps like preparing an account, generating an API token, and setting up a project with dependencies.
fromRealpython
1 week ago
Django

Managing Python Projects With uv: An All-in-One Solution Quiz - Real Python

Python's uv offers a unified tool for efficient project management in Python.
fromSitePoint Forums | Web Development & Design Community
1 month ago
Web frameworks

Reliable way to validate requirements.txt for aarch64 without checking each package manually? And precompiled modules for easy deployment?

Utilize `pip-tools` for managing dependencies and ensuring compatibility on aarch64.
Precompiling wheels for essential libraries simplifies the installation process for users.
fromPycoders
5 months ago
Python

PyCoder's Weekly | Issue #658

Django performance tuning is crucial for web project efficiency.
Python's pathlib facilitates easy file path management.
Poetry streamlines dependency management for Python projects.
ZenRows simplifies web scraping with comprehensive tools.
more#python
fromHackernoon
1 year ago
JavaScript

Introduction to Cargo and cargo.toml | HackerNoon

Cargo is essential for managing Rust projects and dependencies through the cargo.toml file.
fromInfoQ
6 months ago
Agile

Central Package Management Now Available in .NET Upgrade Assistant

The .NET Upgrade Assistant introduces Central Package Management (CPM), enhancing dependency management for .NET developers and streamlining the upgrade process.
fromMedium
7 months ago

How to Share Code Between Serverless Functions

Serverless functions now support full applications but struggle with efficient code sharing between functions.
JavaScript
JavaScript
fromInfoWorld
7 months ago

Deno 2.0 moves to release candidate stage

Deno 2.0 enhances dependency management and error handling, streamlining development processes for better efficiency and modern workflows.
JavaScript
fromMedium
7 months ago

Make Instant Package Updates and Test Impact on Dependent Projects

Bit efficiently manages shared components and modules, allowing quick edits and compatibility validation across dependent projects.
#monorepo
fromMedium
9 months ago
JavaScript

Monorepo: Why Classical Build Systems Fail?

Setting up CI/CD for Lambda functions can be complex due to interdependencies, requiring modern tools to manage them effectively.
fromMedium
9 months ago
JavaScript

JavaScript Monorepos: Exploring Decentralized Alternatives

Monorepos provide a solution for managing micro-architecture challenges, but they may limit project autonomy and flexibility.
fromMedium
9 months ago
JavaScript

Monorepo: Why Classical Build Systems Fail?

Setting up CI/CD for Lambda functions can be complex due to interdependencies, requiring modern tools to manage them effectively.
fromMedium
9 months ago
JavaScript

JavaScript Monorepos: Exploring Decentralized Alternatives

Monorepos provide a solution for managing micro-architecture challenges, but they may limit project autonomy and flexibility.
more#monorepo
#lambda-functions
fromMedium
9 months ago
JavaScript

Monorepo: Why Classical Build Systems Fail?

CI/CD for Lambda functions can become complex due to dependencies and shared code, requiring careful management and modern tools for efficiency.
fromMedium
9 months ago
JavaScript

Monorepo: Why Classical Build Systems Fail?

Setting up CI/CD for Lambda functions can be time-consuming due to dependencies, leading to complex build systems.
Dependent components in a monorepo can complicate CI/CD configurations, necessitating the use of modern tools for efficient management.
fromMedium
9 months ago
JavaScript

Monorepo: Why Classical Build Systems Fail?

CI/CD for Lambda functions can become complex due to dependencies and shared code, requiring careful management and modern tools for efficiency.
fromMedium
9 months ago
JavaScript

Monorepo: Why Classical Build Systems Fail?

Setting up CI/CD for Lambda functions can be time-consuming due to dependencies, leading to complex build systems.
Dependent components in a monorepo can complicate CI/CD configurations, necessitating the use of modern tools for efficient management.
more#lambda-functions
#software-packaging
fromMedium
11 months ago
JavaScript

How to Create and Publish NPM Packages

Packaging software enhances code reuse and maintainability, promoting modularization for better dependency management.
fromMedium
11 months ago
JavaScript

How to Create and Publish NPM Packages

Packaging software promotes code reuse and enhances maintainability.
fromMedium
11 months ago
JavaScript

How to Create and Publish NPM Packages

Packaging software enhances code reuse and maintainability, promoting modularization for better dependency management.
fromMedium
11 months ago
JavaScript

How to Create and Publish NPM Packages

Packaging software promotes code reuse and enhances maintainability.
more#software-packaging
fromDevOps.com
10 months ago
Information security

Open-Source Software Community Riled by Yet Another CVE - DevOps.com

Open-source projects may face challenges with vulnerabilities due to limited resources, necessitating a focus on overall system security and risk management.
fromMedium
10 months ago
JavaScript

Building a UI Library for Your Micro Frontends and Apps

A well-crafted UI library should be flexible, composable, and consist of loosely coupled components for ease of consumption.
[ Load more ]