|
You are here |
nickjanetakis.com | ||
| | | | |
ericlathrop.com
|
|
| | | | | 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
|
|
| | | | | userland-book - A book about the command line for humans. | |
| | | | |
kirillunlimited.com
|
|
| | | | | Automated MacOS setup for development. | |
| | | | |
ncona.com
|
|
| | | 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. | ||