
The Fundamental Of Coding Interview Question part 4 (Javascript)
Posted on
System Design and Scalability
this section is more related to the back-end than the front-end, but it's good to know from a broader view:
- Communication: it's more important in the system design than dealing with a specific coding algorithm question. because most of the time, a lot of details won't be covered in the problem description, so the candidate should ...
