Clarifying the 5+ Roles of a “Front-End Web Developer”
1–10 of 14 posts
Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#2Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#3Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#4Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#5Larger teams can afford the level of specialization described here, but a smaller company (or a small internal team) may have a technical front-end developer who produces prototypes and live code, plus a non-technical designer who does everything else on the design side. If it's a really tiny team, there might be a single person who rapidly produces mockups and scripts for usability tests, then turns around a few days later and starts writing HTML/CSS/JS based on their findings.
I wish there were a better word than "unicorn" for people with a wider band of responsibilities. "Full-stack UX" sounds a bit silly too.
Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#6However, saying that someone who specializes in JavaScript is essentially the same as a back-end developer is inaccurate. The types of problems an experienced JavaScript developer deals with on a regular basis are fundamentally different than those that a back-end only developer deals with (not trying to imply that there isn't overlap).
Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#7I consider myself "Front-end developer". Actually I've been working and marketing what I"m doing with those 2-3 words for the last 10 years and I had been hired on a couple of jobs using this as a s a job title.
I don't think I'm a designer, though.
Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#8I was wondering are there any companies at all that follow such differentiation between the job offerings? I consider myself "Front-end developer". Actually I've been working and marketing what I"m doing with those 2-3 words for the last 10 years and I had been hired on a couple of jobs using this as a s a job title. I don't think I'm a designer, though.
Designer is responsible for all UX tasks that don't involve writing lots of code, Front-Ender writes all client-side code "above the API." API code, devops, and DB admin falls to the server-side engineer. You might create a separate mobile role too, if you're working on a mobile client. If one of these roles gets contracted out, it's usually the designer or the mobile dev.
Then again, I'm most familiar with small teams. You see more specialization at larger firms.
Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#9The UI Designer role described in this article should ideally be able to cover everything in the UI Developer role. The JavaScript Developer role should also be able to cover that role. I agree with the rest of the whittling down. However, saying that someone who specializes in JavaScript is essentially the same as a back-end developer is inaccurate. The types of problems an experienced JavaScript developer deals wit…
Re: Clarifying the 5+ Roles of a “Front-End Web Developer”
#10It bears mentioning that the "Designer" and/or "Front End Developer" in a small startup team will usually end up wearing several of these hats. Larger teams can afford the level of specialization described here, but a smaller company (or a small internal team) may have a technical front-end developer who produces prototypes and live code, plus a non-technical designer who does everything else on the design side. If i…