Sorry devs, Twitter Bootstrap isn't a "skill"
21–25 of 25 posts
Re: Sorry devs, Twitter Bootstrap isn't a "skill"
#22Re: Sorry devs, Twitter Bootstrap isn't a "skill"
#23Earlier quoted context omitted.
As an applicant, you'd be stupid not to target your resume with buzzwords based on trends you see in job descriptions. You are trying to get past the recruiter, who is literally going to crosscheck buzzwords on your application with those in the description. To call applicants kiddies for playing that game the way it's supposed to be played... well, it's just seems naive.
Except that "Twitter Bootstrap" isn't a buzzword at all; it's a collection of CSS, Javascripts, and HTML coding conventions that make it possible to quickly build websites. We put things in our job listing like, "familiarity with Backbone required". Is Backbone a buzzword? Is someone who uses Backbone less of a developer? Should I just automatically assume that anyone with developer after their name knows Backbone? W…
Re: Sorry devs, Twitter Bootstrap isn't a "skill"
#24The amount of times I have heard: "You don't need to write CSS, just use Bootstrap" or some variation is uncountable. Some thing that just adding a "class='btn...'" to an input instantly makes it a button (without linking the stylesheet or adding a "type=".
I've all but forgotten the intricacies of the DOM due to jQuery. There's probably plenty of developers who have begun their careers in the past 5 years who probably don't know JavaScript as anything other than where they put their document.ready block. Ditto for frameworks like ActiveRecord and the ability to write SQL, etc. Is the lack of underlying knowledge the fault of the framework?
If something goes wrong, a developer should know which resources to use to solve the problem. Abstracting away the lower level stuff should not be synonymous to keeping it completely hidden and inaccessible.
A good example is the AngularJS source code, which is commented enough for anyone to make sense of it after a read-through.