Hacker News new | ask | show | jobs
by fatnoah 1184 days ago
> Frontend seems to involve visual design, which backend obviously doesn't (usually). Other than that, I don't see the difference

My thought, from a long career or full-stack development, is that front-end is very much about how people interact with things. It's more a matter of doing a thing with strong attention to the details of the display, interactions, and behaviors in different environments.

Back-end development is more about how machines interact with each other. Things are more deterministic, but instead of scrutinizing minutae of human-machine interaction, I'm thinking about how a machine will do this hundreds or thousands of times per second.