DEV Community

Discussion on: What computer science concepts should devs without a CS background prioritize learning?

Collapse
 
realdolos profile image
Dolores Greatamsky

I'd recommend reading "Introduction to Algorithms" aka "the Cormen", twice at least.
Also, ACID as a concept, not only for "real" databases, but for storing all kinds of data, even in flat files, is important.