Scrape Websites With NodeJS

In the RC airplane hobby we’ve been blessed and cursed with the rise of inexpensive foreign manufacturing. On the plus side the cost of participating in the hobby has gone down drastically. The actual monetary cost of the materials and components has dropped tremendously. However, on the negative side, the hobby has seen a race to the bottom for prices which has led to dramatic cost cutting measures. When kits and components are produced in such a large amount the proper QA is often thrown away to favor a lower cost to the distributor. This is also seen with many … Continue reading

Configuring NodeJS in Windows for Success

Here’s how configuring NodeJS a bit different from its installed settings can create a little less of a headache in Windows. If you’re not familiar, NodeJS is an awesome environment for developing apps using JavaScript run with Chromium’s V8 engine. I’ve been using Node on my Ubuntu a little bit of time. Recently I’ve been working on projects at my work while in Windows. It didn’t take long after installing some packages that I ran into most developers common annoyance with developing in a Windows environment, path length limitations. It’s 2015 and users are still dealing with a 260 character limit … Continue reading