Stack Exchange
Software Engineering Stack Exchange
Questions
Tags
Users
About
Software Engineering Stack Exchange
Public
Questions
Tags
Users
About
Questions tagged [front-end]
Component in charge of the interation with the end-user.
Component in charge of the interation with the end-user.
164 questions
58
votes
8
answers
Should a developer do UI mockups if there are no designers in the project?
I'm working with a small team that creates a proprietary web application and UX isn't much of a priority since our own people will be the ones operating it, but we do try to make their jobs easier. Should I, as a developer, create a UI mockup…
design
modeling
user-experience
front-end
asked Jun 15 '16 at 17:37
PentaKon
611
5
7
43
votes
7
answers
Why not embed styles/scripts in HTML instead of linking?
We concatenate CSS and JavaScript files to reduce the number of HTTP requests, which improves performance. The result is HTML like this: