25.02.2014, 08:29
There are hundreds of awesome tools which really help with development. Which ones do you use for frontend/webapps development?
Mine:
Quite a list, but gotta keep doing one thing.
I'm interested if there are tools which you use in everyday development I haven't heard of. Please share!
Mine:
- Sublime 3 - gotta say, transition from netbeans was best choice in my life. Multiple cursors, snippets, easy to write custom plugins, thousands of packages. All-around editor (I recommend it for everything, except as a visual studio replacement)
- ******* Bootstrap (who knew there are people who use that original websites, not looking like stock theme? Can be replaced with standard grid/responsive system though)
- Emmet - Rapid html skeleton development
- sass + compass - extended powers of CSS generation (SCSS represent)
- Grunt - single command to rule them all!
- Bower - package manager for javascript
- AngularJS, interchangebly with Backbone, or for more robustness Ember
- Yeoman - to bind all of those together
Quite a list, but gotta keep doing one thing.
I'm interested if there are tools which you use in everyday development I haven't heard of. Please share!