So you have seen all the cool stuff WebGL can do, how do you do it? Well, turns out it is not too hard with Three.js. This short presentation shows how to do cool things with WebGL.
Working with people far smarter than myself
Always listening to what others have to say, regardless if they're junior, intermediate, senior or guru. job title doesn't mean anything.
Learning other frameworks/languages, and seeing how they do things, and compare that to stuff that I already know
Reading about patterns, best practices, and then examining my old stuff and applying those patterns where necessary
Pair programming
Add Sticky Note | Remove
Deciding TO be a 'Jack-of-all-Trades'
never stop learning.
Read code written by different people.
Write documentation for code written by other people.
In less than a week, we'll be in 2012. I know it's a cliché, but where has the year gone? Naturally, we're now at the time of year when folks set goals for the new year. While you might have some goals for your "real" life, how about a few resolutions for your developer life?
How to write modular JavaScript apps for desktop and mobile A work-in-progress by Addy Osmani released for free under a CC-license. My extended thanks to these members of the community for their tweaks and contributions. In this mini-book, I'll be covering a complete run-down of Backbone.js; including models, views, collections and routers.