|
|
|
|
|
by losvedir
5232 days ago
|
|
First: Good for you going through the process of learning stuff The Hard Way. I know exactly what you mean about the databases and proper modeling. I ended up reading through a basic book[1] and it really gave me a good perspective on how to decide what objects in your model will have database tables, which ones should have foreign keys into others, how to think of the relationships involved, etc. I think you're right that you need to have some understanding of these concepts before you can build a web app. But fortunately, it's not that tricky! Keep at it, you're almost there. :) [1]http://www.apress.com/9781590597699 |
|
In particular, these 2 topics come to mind: - Algorithm design - Data structures