Search Results

0
votes

What would be the best book to read in order to really ‘grok’ OOP?

try uncle bob's http://www.amazon.com/Software-Development-Principles-Patterns-Practices/dp/0135974445 …
1
vote

Are there good Grails sample applications from which to learn?

A very good series that builds a sample app: http://www.ibm.com/developerworks/views …
0
votes

Learning the WIN32 API

As Charlie says : "this Api is an 800 pound monster covered with hair". Consider using the express ve …
1
vote

Preparing for a CS degree and college. Any tips?

Get involved with an open source project that you like (perhaps ruby based). If they won't let you contribute code or patches, volunteer to write some tests or clean up the docs. …
6
votes

Matrix transforms; concepts and theory, are there any free resources for learning practically?

this is http://en.wikipedia.org/wiki/Computer_graphics. two of the key concepts are …
0
votes

Java: what are some steps to learn a project where you have a little or no experience

if you have tests, study them. if not, then write some. …