Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Could anyone tell me the exact difference between a Front End Developer and a Back End developer ? Their exact roles in

  1. in programming ?
  2. in an organization ?
share|improve this question
There isn't any significant difference, other than possibly the degree of technical specialization, i.e. GUI vs SQL. – Robert Harvey Jun 3 '11 at 15:06
Doubtful that you will get an exact answer. These terms are not precisely defined. – Alex Feinman Jun 3 '11 at 15:07
2  
LOL. Why did I get a 'Down Vote' ? – Legolas Jun 3 '11 at 15:14
1  
@Legolas - While I can't say for certain why you got a down vote, it was probably because of the nature of your question. To quote the FAQ, "You should only ask practical, answerable questions based on actual problems that you face. Chatty, open-ended questions diminish the usefulness of our site and push other questions off the front page.", stackoverflow.com/faq As Robert Harvey suggested, perhaps programmers.stackexchange.com is a more appropiate venue for a question like this. – Andy Pryor Jun 3 '11 at 18:37
show 1 more comment

closed as off topic by matt b, Bobby, x4u, Chandu, Robert Harvey Jun 3 '11 at 15:06

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 4 down vote accepted

Front End developers tend to develop the GUI and use GUI builders and tend to worry about the look and usability of the product. Front End Developers tend to have a closer relationship with the end users.

Front End Developers tend to use Languages which suit nicer look and feel or allow them to be more creative about the displays they use. They can use languages like Java and C#, but it is not uncommon for the Front End Developer to use a different language like Flash or JSP.

Back End Developers tend to code server side applications which implement APIs and their users tend to be other developers. They often get their requirements from key business supporters.

Organisationally, they can be in separate groups but otherwise tend to be much the same.

share|improve this answer
Roger. That was insightful !!! – Legolas Jun 3 '11 at 15:16
I tends to learn things as I need to know them. ;) – Peter Lawrey Jun 3 '11 at 15:18
3  
I think it's a little harsh to close this question. There is a clear demarcation between front end and back end developers in a web app project. Particularly if like us, you're using a framework such as Wicket, which tries to make a clear separation between the presentation layer and the business logic. In such a project, there is a definite requirement for people with skills in web page development. I can get by in this area, but I'm no expert, and much more comfortable using Java. – Andrew Fielden Jun 3 '11 at 15:38
Yeah. I do not know why my question was voted down and closed... Thanks for sharing the information though ! Appreciate it. – Legolas Jun 3 '11 at 18:40

Not the answer you're looking for? Browse other questions tagged or ask your own question.