Explore >> Select a destination


You are here

lucasfcosta.com
| | ericlathrop.com
5.4 parsecs away

Travel
| | Many modern JavaScript development tools are distributed through NPM and tell you to install them globally. For some packages it is okay to install them globally, but other packages are creating a future headache for you. I will explain the problem with global NPM packages, how to tell when it is okay, and how to use locally installed packages instead.
| | techtldr.com
3.8 parsecs away

Travel
| | Introduction I am not an expert on either of the package managers. Contrary, until few days ago I didn't realize that npm used a local cache. Unaware, I wrote an article titled OMG?-?NPM clone that finally makes sense and was called out on some of my false assumptions. That feedback forced me to take a [...]
| | blog.thesoftwarementor.com
5.2 parsecs away

Travel
| | TIL - Detecting Dependency Drift with LibYear
| | initialcommit.com
21.2 parsecs away

Travel
| In this article, we'll discuss how the Python http server module can be used from the terminal, and then we'll cover how to use it within a Python script.