summaryrefslogtreecommitdiff
path: root/public/articles/good-cs-books
diff options
context:
space:
mode:
Diffstat (limited to 'public/articles/good-cs-books')
-rw-r--r--public/articles/good-cs-books/index.html81
1 files changed, 81 insertions, 0 deletions
diff --git a/public/articles/good-cs-books/index.html b/public/articles/good-cs-books/index.html
new file mode 100644
index 0000000..a236713
--- /dev/null
+++ b/public/articles/good-cs-books/index.html
@@ -0,0 +1,81 @@
+<!DOCTYPE html>
+<html lang="en-us">
+<head>
+ <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" />
+
+</head>
+<body>
+ <header>
+ <img width="100em" height="100em" src="/images/logo.jpg" alt="mjkw logo">
+<div>
+ <h1>mjkw.pl</h1>
+ <ul>
+ <li>
+ <a href="/">home</a>
+ </li>
+ <li>
+ <a href="/articles">articles</a>
+ </li>
+ <li>
+ <a href="https://git.denounce.ai/">git.denounce.ai</a>
+ </li>
+ <li>
+ <a href="https://ohmyghost.nl">ohmyghost.nl</a>
+ </li>
+ <li>
+ <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
+ </li>
+ <li>
+ <a href="/contact">contact me</a>
+ </li>
+ </ul>
+</div>
+
+ </header>
+
+ <main>
+
+<div class="single">
+ <h2>Computer Science books every student should read</h2>
+ <h4> Published on 2025/07/25</h4>
+ <ol>
+<li>
+<p><a href="/articles/mythical-man-month">Frederick P. Brooks, <em>The Mythical Man-Month: Essays on Software Engineering</em></a>.</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><a href="/articles/nature-of-technology">W. Brian Arthur, <em>The Nature of Technology: What It Is and How It Evolves</em>.</a></p>
+</li>
+</ol>
+
+</div>
+
+ </main>
+
+ <footer>
+
+© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems.
+
+
+ </footer>
+</body>
+</html>