#dependency-management

[ follow ]
#software-packaging
Medium
2 weeks ago
JavaScript

How to Create and Publish NPM Packages

Packaging software promotes code reuse and enhances maintainability. [ more ]
Medium
2 weeks ago
JavaScript

How to Create and Publish NPM Packages

Packaging software enhances code reuse and maintainability, promoting modularization for better dependency management. [ more ]
Medium
2 weeks ago
JavaScript

How to Create and Publish NPM Packages

Packaging software promotes code reuse and enhances maintainability. [ more ]
Medium
2 weeks ago
JavaScript

How to Create and Publish NPM Packages

Packaging software enhances code reuse and maintainability, promoting modularization for better dependency management. [ more ]
moresoftware-packaging
#scala
Alvinalexander
3 weeks 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. [ more ]
Alvinalexander
1 month ago
Scala

SBT/build.sbt: One percent symbol or multiple percent symbol for Java and Scala dependencies?

Use %% for Scala-specific libraries and % for other JVM dependencies in SBT build.sbt files for Scala projects. [ more ]
Medium
4 months ago
Scala

Modular Programming in Scala with the Cake Pattern

The Cake Pattern in Scala enables modular programming and simplifies dependency management.
The Cake Pattern breaks down applications into interchangeable traits, making code management and updates easier. [ more ]
Alvinalexander
3 weeks 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. [ more ]
Alvinalexander
1 month ago
Scala

SBT/build.sbt: One percent symbol or multiple percent symbol for Java and Scala dependencies?

Use %% for Scala-specific libraries and % for other JVM dependencies in SBT build.sbt files for Scala projects. [ more ]
Medium
4 months ago
Scala

Modular Programming in Scala with the Cake Pattern

The Cake Pattern in Scala enables modular programming and simplifies dependency management.
The Cake Pattern breaks down applications into interchangeable traits, making code management and updates easier. [ more ]
morescala
#python
Pycoders
1 month ago
Python

PyCoder's Weekly | Issue #628

Learn about challenges with standard package tools like pip and venv, understand the differences between TypeIs and TypeGuard in Python, utilize unittest framework for unit testing, and avoid hard coding port numbers in web apps. [ more ]
Python GUIs
3 months ago
Python

Setting Your Python Working Environment, the Right Way

Python packages from PyPI can extend functionality.
Python virtual environments help manage package dependencies. [ more ]
Pycoders
1 month ago
Python

PyCoder's Weekly | Issue #628

Learn about challenges with standard package tools like pip and venv, understand the differences between TypeIs and TypeGuard in Python, utilize unittest framework for unit testing, and avoid hard coding port numbers in web apps. [ more ]
Python GUIs
3 months ago
Python

Setting Your Python Working Environment, the Right Way

Python packages from PyPI can extend functionality.
Python virtual environments help manage package dependencies. [ more ]
morepython
Realpython
1 month ago
Python

Install and Execute Python Applications Using pipx Quiz - Real Python

Using pipx can help manage Python package dependencies efficiently. [ more ]
Medium
3 months ago
Data science

Breaking down the (dependency) monolith-Part 1

Refactoring breaks down monolithic code dependencies for increased modularity.
Splitting libraries into 'slices' enables granular consumption, reduces risks, and minimizes dependencies. [ more ]
#code-sharing
blog.bitsrc.io
2 months ago
JavaScript

How to Share Code Between Micro Frontends

Micro frontends can be used as building blocks for different projects to maintain a consistent look and user experience.
Bit offers tools for component-driven development, allowing shared code among micro frontends. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
3 months ago
JavaScript

Monorepos with Yarn Workspaces

Monorepos allow storing code for various projects in one repository, facilitating code sharing and simplifying dependency management.
Yarn workspaces, tailored for monorepos, enable managing dependencies and scripts for each project in a multi-package setup. [ more ]
blog.bitsrc.io
2 months ago
JavaScript

How to Share Code Between Micro Frontends

Micro frontends can be used as building blocks for different projects to maintain a consistent look and user experience.
Bit offers tools for component-driven development, allowing shared code among micro frontends. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
3 months ago
JavaScript

Monorepos with Yarn Workspaces

Monorepos allow storing code for various projects in one repository, facilitating code sharing and simplifying dependency management.
Yarn workspaces, tailored for monorepos, enable managing dependencies and scripts for each project in a multi-package setup. [ more ]
morecode-sharing
GitHub
3 months ago
JavaScript

GitHub - maxnowack/blend: Simple dependency management without Git submodules

Dependency Management: Easily add, update, commit, and remove dependencies.
Simplified Workflow: Streamlined commands for managing dependencies without the complexities of Git submodules. [ more ]
Realpython
4 months ago
Python

Episode #191: Focusing on Data Science & Less on Engineering and Dependencies - The Real Python Podcast

Metaflow is an open-source framework that simplifies engineering overhead for data scientists and programmers
Metaflow allows for easy management of dependencies and scalability of projects from a local machine to the cloud [ more ]
Medium
5 months ago
JavaScript

Dependency Management in React Native with Renovate and GitLab

Renovate is an automated dependency update tool for keeping project dependencies up-to-date
Renovate allows grouping related packages to reduce merge request noise [ more ]
Pythonbytes
5 months ago
Python

Put It In The Backlog

Python JIT explained with a small example
UniDep for unified Conda and Pip dependency management [ more ]
#dependency management
B-list
6 months ago
Python

Use "pip install" safely

Managing dependencies in Python can be done using standard Python packaging tools like pip and venv.
Using the --require-hashes flag when installing packages with pip ensures that the expected hashes of the packages are checked. [ more ]
Medium
6 months ago
Angular

Monorepo, Poly-repo, or No Repo at all?

Bit can be used to implement any architecture and transform 'fatal' decisions into decisions that are easy to make and change.
Bit provides intelligent and efficient dependency management, insight into our codebase, efficient incremental builds, and an easy way to publish packages. [ more ]
B-list
6 months ago
Python

Use "pip install" safely

Managing dependencies in Python can be done using standard Python packaging tools like pip and venv.
Using the --require-hashes flag when installing packages with pip ensures that the expected hashes of the packages are checked. [ more ]
Medium
6 months ago
Angular

Monorepo, Poly-repo, or No Repo at all?

Bit can be used to implement any architecture and transform 'fatal' decisions into decisions that are easy to make and change.
Bit provides intelligent and efficient dependency management, insight into our codebase, efficient incremental builds, and an easy way to publish packages. [ more ]
moredependency management
Medium
4 days ago
Scala

Netty IO Channel No Such Method Error

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