summaryrefslogtreecommitdiff
path: root/public/posts/good-cs-books/index.html
blob: 8d20e4257a38ba1e4392aa66d9822279b2808edb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
    <link rel="stylesheet" href="/css/style.css" />
    <link rel="stylesheet" href="/css/fonts.css" />
    <script async type="text/javascript" src="js/code.js"> </script>
</head>

<div class="container">
    <ul id="bar">
     
    <li>
        <a href="/">go back</a>
    </li>
    <li>|</li>
    
    <li> 
        <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a>
    </li>
    <li>|</li>
    <li> 
        <a href="https://git.denounce.ai/">git.denounce.ai</a>
    </li>
    <li>|</li>
    <li>
        <a href="https://ohmyghost.nl">ohmyghost.nl</a>
    </li>
    <li>|</li>
    <li>
        <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
    </li>
    <li>|</li>
    <li>
        <a href="/books">book blog</a>
    </li>
</ul>


</div>
</div>
<div class="container">
    <h2>Good CS books</h2>
    <ol start="0">
<li>
<p>Frederick P. Brooks, <em>The Mythical Man-Month: Essays on Software Engineering</em>.</p>
</li>
<li>
<p>Carl Hamacher and Zvonko Vranesic, <em>Computer Organization</em>.</p>
</li>
<li>
<p>David A. Patterson and John L. Hennessy, <em>Computer Organization and Design: The Hardware/Software Interface</em>.</p>
</li>
<li>
<p>Andrew Tanenbaum, David Wetherall, Nick Feamster, <em>Computer Networks</em>.</p>
</li>
<li>
<p>Tanenbaum, A.S., Bos, H.J., <em>Modern Operating Systems</em>.</p>
</li>
<li>
<p>Maurice Herlihy, Nir Shavit, Victor Luchangco, Michael Spear, <em>The Art of Multiprocessor Programming</em>.</p>
</li>
<li>
<p>Peter Seibel, <em>Coders at Work</em>.</p>
</li>
</ol>

</div>
<footer style="vertical-align: bottom;">
    <div style="display: block; margin-left:auto; margin-right:auto;">
    <center>
        
        © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved.
        
    </center>
    </div>
</footer>
</body>
</html>