SD JavaScript – August

For the past few months, I have been working on a lot of JavaScript and I thought I should stop by at the San Diego JavaScript. There were two very interesting sessions. The quality of presentations is really high at this meetup and so is the turn up.

Browser based CLI is a great project that can help you add a CLI to any website. Imagine using a CLI for navigating a website. For example, to go to the FAQ page, you can say

cd support/FAQ

I am already working on an implementation and perhaps you will see this on my website someday. You can learn more josh.js on github.

The second session was about browser’s navigation timing api, which can be used for performance analysis on response times.