WebStorm JavaScripting & Noding Workflow Webinar Recording

Today the JetBrains team wrapping up final processing for my webinar from last week. You can check out the webinar via their JetBrains Youtube Channel:

JavaScriptFor even more information be sure to check out the questions and answers on the JetBrain WebStorm IDE blog entry. Some of the questions include:

  • Q: How to enable Node.js support in PhpStorm (PyCharm, IntelliJ IDEA, RubyMine)?
  • Q:How to enable autocompletion for Express, Mocha and other libraries?
  • Q: Is it possible to debug a Node.js application that runs remotely? Is it possible to debug when your node and the rest of the dependencies (database, etc.) are running in a VM environment like Vagrant?
  • Q: Does the debugger support cluster mode?

…and others all here.

Underscore.js and Underscore.js \m/ Lib Series Issue #001

Recently I wanted some string manipulations that just weren’t available with plain JavaScript. I went digging and came up with the Underscore.js Library. It was a little confusing at first, and the string library is an extension of Underscore.js. At first it sounded like there were two Underscore.js Libraries, but finally I got it figured out.

Get Underscore.js here:

Get the Underscore.js “Underscore.string” here: