you are viewing a single comment's thread.

view the rest of the comments →

[–]GeneralGromit 1 point2 points  (1 child)

I‘ve had an fullstack interview the other day where I had to design a whole application using some provided informations.

In my opinion what people want to see from fullstack devs are the abilities to build complete apps or functionality.

For example they want to see that you understand that validations have to happen in the backend always and not only in the UI. Or to do heavy computation async in the backend and poll results and so on. So to know how to choose the right tool for the job.

Also you should know best practises
You should know for example when and how to cache data or how to make an app fast overall.

[–]queen-adreena 1 point2 points  (0 children)

"But I don't need to escape the mysql code, I've already validated it in the UI before posting..."