TAG: PROGRAMMING


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  

Xcode Sucks And Here's Why

Posted 11 years ago

1) It crashes. A lot. I remember back in the early days of Eclipse, it would crash pretty frequently. It's funny because I had forgotten all about that until I started using Xcode. Then I remembered what it's like to be using a shitty IDE which crashes all the time. Ironically enough, Eclipse NEVER crashes on my Mac, but Xcode, which is an Apple product, is crashing on its own hardware.

2) It manages the project files and their hierarchy using a shitty flat file (pbxproj). This means if you want to use Finder to organize your project, which is sure to have tons of graphical assets, forget about it. ... Read More

369