Launching Node Web Apps

I’m launching a new blog called Node Web Apps. NWA’s goal is to educate developers on solutions to common problems related to JavaScript web applications. Using the resources here, anyone should be able to create, deploy and maintain a JavaScript web app in production.   I will be posting any JavaScript related content on NWA and using this site […]

Front-end Apps with NuclearJS

  At SoundHound, our front-end stack is heavily composed of React Components. About 8 months ago, we naturally began experimenting with Flux implementations as well since the two work well together. We started with the generic Flux implementation, then moved to Reflux, and finally settled on NuclearJS. This post will explain some of our rationale behind what NuclearJS is, […]

Cricket Time

A quick little NodeJS app that makes it easy for me to check cricket game timings, and watch live games. Check it out. Rationale Going on popular cricket sites like Cricinfo just to check what time the next game was starting to get annoying. Game times on those sites are hidden away and require multiple clicks […]

Start a NodeJS project quickly

If you’re building a web project using NodeJS, there are plenty of ways to start. I have a one-line method to generate project scaffolding that I use for every website that I build using Node. I’ve been creating a bunch of websites running on NodeJS lately, and have become more opinionated in my stack. Generally, […]