Explore >> Select a destination


You are here

justin.abrah.ms
| | jrsinclair.com
16.0 parsecs away

Travel
| | This is part three of a three-part series outlining my personal approach to JavaScript TDD. Testing code that creates HTML and manipulates the DOM can be trickyespecially when testing without a browser. In this article I outline one approach to this, and finish off the sample application we have been building through the series.
| | mherman.org
14.2 parsecs away

Travel
| | Let's look at how to write end-to-end tests with TestCafe.
| | ncona.com
10.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.
| | blog.chand1012.dev
38.2 parsecs away

Travel
| I recently started working on a few major NodeJS project, and found that installing the latest LTS release could be rather cumbersome on Linux. The application we're developing is being hosted on Heroku, and will not be using a Docker container, and for a few reasons we would rather develop locally rather than in a container. Here is how I installed NodeJS and NPM on my Linux installations, and I found it quite easy.