An open-source CSS Authoring Framework. Uses SASS (similar to lesscss) so you can write cleaner CSS. Has tons of built-in mixins and a very nice CSS sprite generator
The number of web applications being created and used has grown rapidly since the new millenium. And importantly, so has the sheer complexity of them - specially on the front end. No more static pages, no sir!
Very useful jQuery simulator which lets you use different frameworks and many other options. Especially useful for sharepoint development, because deploying/closing sharepoint is slow in comparison.
The basic idea of PJAX is that you update only the parts of the page that change when the user navigates through your app. However, unlike a normal AJAX app that returns only data (JSON) from the server, a PJAX request actually contains normal HTML that has been generated on the server
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.
The aim of this document is to get you started with developing applications for Node.js, teaching you everything you need to know about "advanced" JavaScript along the way. It goes way beyond your typical "Hello World" tutorial. You are reading the final version of this book, i.e., updates are only done to correct errors or to reflect changes in new versions of Node.js.