Configure Sinopia npm Repository Server to Cache Scoped Packages
Guide to configuring the Sinopia npm repository server to properly cache and proxy scoped packages like @angular/core.
Guide to configuring the Sinopia npm repository server to properly cache and proxy scoped packages like @angular/core.
A guide to configuring AppVeyor CI to automatically publish NuGet packages to NuGet.org, eliminating manual uploads.
A developer discusses the risks of external dependencies after the 'left-pad' NPM incident and argues for mirroring critical packages.
A guide to building the Atom text editor from source on Gentoo Linux, covering dependencies and installation steps.
Microsoft re-publishes Windows Management Framework 5.0 RTM installer, fixing a PSModulePath issue from the initial release.
Feross announces his candidacy for the Node.js Board of Directors, highlighting his contributions to the ecosystem and his vision for the community.
A guide on using Gulp to automate the installation of Bower packages from multiple configuration files in a multi-theme web application.
A developer's journey from avoiding virtualenvs to adopting 'pew', a tool that simplifies Python virtual environment management.
A guide on using Homebrew to install and update tools in Continuous Integration (CI) pipelines, with practical command examples.
A tutorial on using nvm (Node Version Manager) to install and manage multiple Node.js versions on Linux systems.
A technical guide documenting the author's process of reinstalling and configuring Slackware Linux, including kernel setup, package management, and software installations.
A developer's experience with Rust's modern tooling, highlighting the Cargo build system and its benefits for dependency management and deployment.
A developer's troubleshooting story about how inconsistent casing in a NuGet package ID caused build failures on Linux and the steps taken to resolve it.
Guide to configuring pip to cache compiled Python wheels for faster installation of C-based libraries, saving time on repeated builds.
A developer shares his career transition from JetBrains to Microsoft's NuGet team, while continuing to maintain the MyGet package management service.
A guide to installing VMware Tools on CentOS 6 using the yum package manager for streamlined and automated system management.
A technical guide on modifying dpkg-scanpackages to correctly handle custom fields for Cydia repositories.
A guide explaining several methods to configure and run NPM packages without requiring sudo permissions on your system.
A guide on configuring proxy settings for Python package managers easy_install and pip to enable installations behind a proxy server.
Argues for the continued use of Python virtual environments (virtualenv/venv) to isolate projects from system Python packages, even in the age of containers.