|
|
|
|
|
by entitycontext
3748 days ago
|
|
It seems like there is a large middle area of concepts in between low-level algorithms/data structures and high-level system architecture that are left out of many of these interview prep guides: * Principles and patterns of object-oriented (or functional) design * Relational (or NoSQL or analytics) database design * Unit, integration and system testing * Logging, profiling and debugging * Source control (e.g. branch/PR/merge flows) * Deployment and devops Do these subjects really not come up in some programming interviews? |
|