|
|
|
|
|
by doktrin
5028 days ago
|
|
Agreed. I am largely self taught as well, and have found a lot of value in reading texts on CS / programming fundamentals : * Computer Architecture
* Operating Systems
* Algorithms
* Data Structures
* Database Fundamentals
* etc.
In addition, more seminal-yet-not-directly-practical books such as SICP are quite valuable. I've been meaning to read TECS (a copy of which is staring at me as we speak), however I have not had the time to devote to its projects yet.Edited to add : In addition, reading up on web application architecture was quite helpful. This is increasingly important as modern frameworks may otherwise abstract away concepts to the point of making them very black-boxy. That said, my goal was not to rush towards an MVP or prototype. I intend to be a competent developer first, and a founder second. If these were reversed, I might well have adopted the OP's approach instead. |
|
I don't think anyone is challenging the value of studying those topics. It just seems to be general consensus you don't start with them.