TAG: JAVASCRIPT


Which JavaScript Framework Should You Learn To Make Money

Posted 8 years ago

A little over a year ago, I wrote a post called Which Programming Language Should You Learn To Make Money, and at the time, the post was fairly relevant. In fact, it still is today, with one exception. JavaScript. JavaScript has really started to come into its own lately. There are multitudes of frameworks, patterns, architectures, microlibraries, testing tools, build tooling, and more. It actually boggles the mind to contemplate how many different frameworks you can use to architect and build your JavaScript app. With Node, you now have isomorphic apps, utilizing your favorite event-driven, asynchronous goodies on the backend. 

Hir... Read More

17