|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<books> |
| 3 | + |
| 4 | + <book id="1"> |
| 5 | + <title>The Mythical Man-Month</title> |
| 6 | + <author>Frederick P. Brooks Jr.</author> |
| 7 | + <year>1975</year> |
| 8 | + <category>Software Engineering</category> |
| 9 | + </book> |
| 10 | + |
| 11 | + <book id="2"> |
| 12 | + <title>Code Complete</title> |
| 13 | + <author>Steve McConnell</author> |
| 14 | + <year>1993</year> |
| 15 | + <category>Software Engineering</category> |
| 16 | + </book> |
| 17 | + |
| 18 | + <book id="3"> |
| 19 | + <title>Clean Code</title> |
| 20 | + <author>Robert C. Martin</author> |
| 21 | + <year>2008</year> |
| 22 | + <category>Software Engineering</category> |
| 23 | + </book> |
| 24 | + |
| 25 | + <book id="4"> |
| 26 | + <title>The Pragmatic Programmer</title> |
| 27 | + <author>Andrew Hunt</author> |
| 28 | + <author>David Thomas</author> |
| 29 | + <year>1999</year> |
| 30 | + <category>Software Engineering</category> |
| 31 | + </book> |
| 32 | + |
| 33 | + <book id="5"> |
| 34 | + <title>Design Patterns</title> |
| 35 | + <subtitle>Elements of Reusable Object-Oriented Software</subtitle> |
| 36 | + <author>Erich Gamma</author> |
| 37 | + <author>Richard Helm</author> |
| 38 | + <author>Ralph Johnson</author> |
| 39 | + <author>John Vlissides</author> |
| 40 | + <year>1994</year> |
| 41 | + <category>Architecture</category> |
| 42 | + </book> |
| 43 | + |
| 44 | + <book id="6"> |
| 45 | + <title>Patterns of Enterprise Application Architecture</title> |
| 46 | + <author>Martin Fowler</author> |
| 47 | + <year>2002</year> |
| 48 | + <category>Architecture</category> |
| 49 | + </book> |
| 50 | + |
| 51 | + <book id="7"> |
| 52 | + <title>Structure and Interpretation of Computer Programs</title> |
| 53 | + <author>Harold Abelson</author> |
| 54 | + <author>Gerald Jay Sussman</author> |
| 55 | + <year>1985</year> |
| 56 | + <category>Computer Science</category> |
| 57 | + </book> |
| 58 | + |
| 59 | + <book id="8"> |
| 60 | + <title>The Art of Unix Programming</title> |
| 61 | + <author>Eric S. Raymond</author> |
| 62 | + <year>2003</year> |
| 63 | + <category>Systems</category> |
| 64 | + </book> |
| 65 | + |
| 66 | + <book id="9"> |
| 67 | + <title>Site Reliability Engineering</title> |
| 68 | + <subtitle>How Google Runs Production Systems</subtitle> |
| 69 | + <author>Betsy Beyer</author> |
| 70 | + <author>Chris Jones</author> |
| 71 | + <author>Jennifer Petoff</author> |
| 72 | + <author>Niall Richard Murphy</author> |
| 73 | + <year>2016</year> |
| 74 | + <category>DevOps</category> |
| 75 | + </book> |
| 76 | + |
| 77 | + <book id="10"> |
| 78 | + <title>The Phoenix Project</title> |
| 79 | + <subtitle>A Novel About IT, DevOps, and Helping Your Business Win</subtitle> |
| 80 | + <author>Gene Kim</author> |
| 81 | + <author>Kevin Behr</author> |
| 82 | + <author>George Spafford</author> |
| 83 | + <year>2013</year> |
| 84 | + <category>DevOps</category> |
| 85 | + </book> |
| 86 | + |
| 87 | +</books> |
0 commit comments