factory/v2011/books.html
author Eugen Sawin <sawine@me73.com>
Thu, 24 Feb 2011 14:57:15 +0100
changeset 50 dca94c7a3ff2
child 52 11ccd2095fdd
permissions -rw-r--r--
Improved resume.
     1 <p>Here is a list of books, that I find useful or simply enjoyed reading.</p>
     2 <h2>Engineering &amp; Science</h2>
     3 <ul>
     4 <li><h4>The Pragmatic Programmer</h4><h5>Andrew Hunt and David Thomas</h5>
     5 A collection of advises for effective software development.
     6 </li>
     7 <li><h4>Effective C++ / More Effective C++</h4><h5>Scott Meyers</h5>
     8 Effective and safe C++ programming advises for practical use.
     9 </li>
    10 <li><h4>Thinking in C++</h4><h5>Bruce Eckel</h5>
    11 A freely available introduction to C++ and its Standard Library.
    12 </li>
    13 <li><h4>Artificial Intelligence: A Modern Approach</h4><h5>Stuart J. Russel and Peter Norvig</h5>
    14 A comprehensive compendium of most techniques for the development of artificial intelligence.
    15 </li>
    16 <li><h4>The Algorithmic Beauty of Plants</h4><h5>Przemyslwa Prusinkieicz and Aristid Lindenmayer</h5>
    17 A wonderful introduction to L-systems and a motivational read.
    18 </li>
    19 <li><h4>Compilers: Principles, Techniques &amp; Tools</h4><h5>Alfred V. Aho, Monica S. Lam and Ravi Sethi</h5>
    20 The standard introduction to compiler development. Also known as the Dragon Book.
    21 </li>
    22 <li><h4>Computer Networks</h4><h5>Andrew S. Tanenbaum</h5>
    23 A good and in-depth textbook for network technology.   
    24 </li>
    25 <li><h4>A Brief History of Time</h4><h5>Stephen W. Hawking</h5>
    26 Popular science. Follow Stephen on his quest for the Theory of Everything.
    27 </li>
    28 </ul>
    29 <h2>Fiction</h2>
    30 <ul>
    31 <li><h4>Do Androids Dream of Electric Sheep?</h4><h5>Philip K. Dick</h5>
    32 A dark vision of mankind's future and the ethics of artificial life.
    33 </li>
    34 <li><h4>Alice in Wonderland</h4><h5>Lewis Carroll</h5>
    35 Follow the rabbit.
    36 </li>
    37 <li><h4>Through the Looking-Glass</h4><h5>Lewis Carroll</h5>
    38 Sequel to Alice in Wonderland.
    39 </li>
    40 <li><h4>1984</h4><h5>George Orwell</h5>
    41 Classic novel about a totalitarian regime and its influence on the society.
    42 </li>
    43 </ul>
    44