#dependency-management

[ follow ]
#python
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.
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
4 weeks 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.
fromInfoWorld
4 weeks ago
Python

Understand Python's new lock file format

PEP 751 introduces a standardized lock file for Python dependencies, enhancing project reproducibility and conflict resolution.
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.
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.
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
4 weeks 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.
fromInfoWorld
4 weeks ago
Python

Understand Python's new lock file format

PEP 751 introduces a standardized lock file for Python dependencies, enhancing project reproducibility and conflict resolution.
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.
more#python
Software development
fromInfoQ
1 week ago

Google Go Module Mirror Served Backdoor for 3+ Years

Research uncovered a major supply chain attack in the Go ecosystem involving a backdoored package.
The attack exploited caching in the Go Module Proxy, emphasizing security vulnerabilities in module management.
#software-development
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.
fromCanopas blogs
5 months ago
JavaScript

Building a Better Monorepo with TypeScript, Turborepo, or Nx

Monorepos streamline software development by centralizing codebases and reducing management complexity for shared libraries and dependencies.
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.
fromCanopas blogs
5 months ago
JavaScript

Building a Better Monorepo with TypeScript, Turborepo, or Nx

Monorepos streamline software development by centralizing codebases and reducing management complexity for shared libraries and dependencies.
more#software-development
#javascript
JavaScript
fromInfoQ
3 months ago

Deno 2 Released, Focuses on Interoperability with Legacy JavaScript Infrastructure and Use at Scale

Deno 2 offers seamless integration with Node.js, enabling backward compatibility, modern dependency management, and a stable standard library for developers.
fromInfoQ
3 months ago
JavaScript

vlt Introduces new JavaScript Package Manager and Serverless Registry

vlt is a new, free, and open-source JavaScript package manager that addresses challenges in dependency management.
JavaScript
fromInfoQ
3 months ago

Deno 2 Released, Focuses on Interoperability with Legacy JavaScript Infrastructure and Use at Scale

Deno 2 offers seamless integration with Node.js, enabling backward compatibility, modern dependency management, and a stable standard library for developers.
fromInfoQ
3 months ago
JavaScript

vlt Introduces new JavaScript Package Manager and Serverless Registry

vlt is a new, free, and open-source JavaScript package manager that addresses challenges in dependency management.
more#javascript
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.
JavaScript
fromMedium
6 months ago

How to Share Code Between Serverless Functions

Serverless functions now support full applications but struggle with efficient code sharing between functions.
fromHackernoon
4 years ago
JavaScript

How to Server-Side Render With Spring Boot | HackerNoon

Understanding project setup is essential for effective utilization of client-side web technologies.
WebJars streamline client-side dependency management in JVM-based applications.
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
8 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
8 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
8 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
8 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
8 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
8 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
fromAlvinalexander
11 months ago
Scala

How to use ZIO 2 in the Ammonite REPL

ZIO can be added into the Ammonite REPL using import statements for both ZIO and ZIO Worksheet libraries.
fromDevOps.com
9 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.
#component-composition
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.
fromMedium
10 months ago
JavaScript

Building a UI Library for Your Micro Frontends and Apps

A well-crafted UI library should be flexible and consist of loosely coupled, composable components.
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.
fromMedium
10 months ago
JavaScript

Building a UI Library for Your Micro Frontends and Apps

A well-crafted UI library should be flexible and consist of loosely coupled, composable components.
more#component-composition
fromMedium
10 months ago
Scala

Netty IO Channel No Such Method Error

Exclusions on dependencies can resolve conflicts with different versions of 'io.netty.channel'.
[ Load more ]