DEV Community

Discussion on: Frontend development becomes more difficult than backend development?

Collapse
 
xngwng profile image
Xing Wang

I think totally depends on your Application.

If you are building a website that are mostly on complex user interactions, the front end will be more difficult. Especially if you use one of the BaaS platforms that takes care some of the logistics for you. (until perhaps you are getting so many users that you really need to figure how to scale, try to fix the architectural problems).

But if you are more hardcore tech product, say a big data system that need to process tons of data, but don't have much UI. Then backend is much harder.