<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="transform.xml"?>
<readings>
    <reading>
        <title>xUnit Test Patterns</title>
        <author>Gerard Meszaros</author>
        <publisher>Addison-Wesley</publisher>
        <link>
            <image>http://www.bookpool.com/covers/054/0131495054_500.gif</image>
            <href>http://www.amazon.com/xUnit-Test-Patterns-Refactoring-Addison-Wesley/dp/0131495054/ref=pd_sim_b_1_img/103-1213112-6639058</href>
        </link>
        <comment>Everyone who does not know testing pragmatics is far from the core of modern software development.</comment>
    </reading>
    <reading>
        <title>Algorithm Design</title>
        <author>Jon Kleinberg and Eva Tardos</author>
        <publisher>Addison-Wesley</publisher>
        <link>
            <image>http://www.bookpool.com/covers/358/0321295358_500.gif</image>
            <href>http://www.amazon.com/Algorithm-Design-Jon-Kleinberg/dp/0321295358/ref=pd_bbs_2/103-1213112-6639058?ie=UTF8&amp;s=books&amp;qid=1188833667&amp;sr=1-2</href>
        </link>
        <comment>Relatively few problems are discussed in details. NP-hard and classical problems are 50-50 in this book. I am wondering why they did not call it "Algorithm Analysis".</comment>
    </reading>
    <reading>
        <title>Readings In Database Systems, 4th edition</title>
        <author>Joseph Hellerstein and Michael Stonebraker</author>
        <publisher>MIT Press</publisher>
        <link>
            <image>http://mitpress.mit.edu/images/products/books/0262693143-medium.jpg</image>
            <href>http://www.amazon.com/Readings-Database-Systems-Joseph-Hellerstein/dp/0262693143/ref=sr_1_1/103-1213112-6639058?ie=UTF8&amp;s=books&amp;qid=1188833699&amp;sr=1-1</href>
        </link>
        <comment>Every database professional should read this book, at least partially.</comment>
    </reading>
    <reading>
        <title>Working Effectively With Legacy Code</title>
        <author>Michael Feathers</author>
        <publisher>Prentice Hall</publisher>
        <link>
            <image>http://images.pearsoned-ema.com/jpeg/small/9780131177055.jpg</image>
            <href>http://www.amazon.com/Working-Effectively-Legacy-Robert-Martin/dp/0131177052/ref=pd_bbs_sr_1/103-1213112-6639058?ie=UTF8&amp;s=books&amp;qid=1188833725&amp;sr=1-1</href>
        </link>
        <comment>If you ever feel unit testing is difficult or need to harness legacy code into testing, this is the ultimate choice.</comment>
    </reading>
    <reading>
        <title>Database Management Systems, 3rd Edition</title>
        <author>Raghu Ramakrishnan and Johannes Gehrke</author>
        <publisher>McGraw-Hill Higher Education</publisher>
        <link>
            <image>http://pages.cs.wisc.edu/~dbbook/images/book3ed.jpg</image>
            <href>http://www.amazon.com/Database-Management-Systems-Raghu-Ramakrishnan/dp/0071230572/ref=pd_bbs_sr_1/103-1213112-6639058?ie=UTF8&amp;s=books&amp;qid=1188833748&amp;sr=1-1</href>
        </link>
        <comment>One leading text for the field of databases. It covers almost every important aspect of modern DBMS within 1000 pages.</comment>
    </reading>
    <reading>
        <title>Foundations of Databases</title>
        <author>Serge Abiteboul, Richard Hull and Victor Vianu </author>
        <publisher>Addison Wesley</publisher>
        <link>
            <image>http://www-cse.ucsd.edu/users/vianu/thebook2.gif</image>
            <href>http://www.amazon.com/Foundations-Databases-Logical-Serge-Abiteboul/dp/0201537710/ref=pd_bbs_sr_1/103-1213112-6639058?ie=UTF8&amp;s=books&amp;qid=1194028306&amp;sr=8-1</href>
        </link>
        <comment>The Alice book is one of the two bibles for database theory, although some of the writing style makes it more difficult than necessary.</comment>
    </reading>
    <reading>
    	<title>Elements of Finite Model Theory</title>
    	<author>Leonid Libkin</author>
    	<publisher>Springer</publisher>
    	<link>
    	   <image>http://www.cs.toronto.edu/~libkin/fmt/cover.jpg</image>
    	   <href>http://www.amazon.com/Elements-Finite-Theoretical-Computer-Science/dp/3540212027</href>
    	</link>
    	<comment>This enlightening book changes my impression about the alice book, which turns out to be much more readable than ever.</comment>
    </reading>
</readings>