Explore >> Select a destination


You are here

nickjanetakis.com
| | ericlathrop.com
6.9 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.
| | code.p1k3.com
4.0 parsecs away

Travel
| | userland-book - A book about the command line for humans.
| | kirillunlimited.com
7.3 parsecs away

Travel
| | Automated MacOS setup for development.
| | ncona.com
18.9 parsecs away

Travel
| Xdebug is a PHP extension which provides debugging, tracing and profiling capabilities. Installing xDebug in an Ubuntu based distribution is very easy using apt-get: 1 sudo apt-get install php5-xdebug Just by installing xDebug you will get two very basic but useful rewards: Pretty var_dumps and pretty error messages.