Ask HN: What's in your front-end kit?
https://news.ycombinator.com/item?id=4439820I'm a front-end developer and I've noticed that the number of tools I use day-to-day has been expanding quite a bit (especially with responsive design becoming more popular). Out of curiosity, what's in your kit? What I'm most curious about:
CSS Frameworks - Do you use any? If so, what size of project dictates its usage? Do you prefer using a framework or rolling your own code?
Javascript/jQuery - What polyfills, plugins, or other javascript do you use to run the front-end (e.g. Scott Jehl's respond.js, HTML5 shiv, etc.)? For web apps: how often do you use things like Backbone or Ember?
Organization - How do you structure your code/files? I've had to really rethink how I organize my files when working on bigger sites. Any tips?
Anything else - This is a gross generalization on the topic, but really I'm looking for anything that might improve the quality of my work/help simplify my workflow.