summaryrefslogtreecommitdiff
path: root/content/html/resources.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 20:11:06 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit165ab57c2159db950ba7e6324258de42b1e730ef (patch)
tree8359ed45d1a327af7eabb71331c9ed09b0c8449c /content/html/resources.html
parent0ab633cf3159d302e71ec6edf217dbd78c0d0838 (diff)
Add Higher Order Perl book
Diffstat (limited to 'content/html/resources.html')
-rw-r--r--content/html/resources.html27
1 files changed, 14 insertions, 13 deletions
diff --git a/content/html/resources.html b/content/html/resources.html
index 19fe6f3a..841dbed2 100644
--- a/content/html/resources.html
+++ b/content/html/resources.html
@@ -36,26 +36,27 @@ li { color: #98be65; }
</pre>
<h2>Technical books</h2>
<ul>
+<li>The Docker Book; James Turnbull; Kindle</li>
<li>DNS and BIND; Cricket Liu; O'Reilly</li>
-<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li>
-<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
-<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional</li>
+<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li>
<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
-<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
-<li>Java ist auch eine Insel; Christian Ullenboom; </li>
-<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
+<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li>
-<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li>
-<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
-<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
<li>Effective awk programming; Arnold Robbins; O'Reilly</li>
+<li>Java ist auch eine Insel; Christian Ullenboom; </li>
<li>C++ Programming Language; Bjarne Stroustrup; (I've to admit that was a long time ago I've read this book)</li>
-<li>The Docker Book; James Turnbull; Kindle</li>
+<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press</li>
<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
-<li>Advanced Bash-Scripting Guide; Not a book by per-se but could be</li>
+<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li>
+<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional</li>
+<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li>
-<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press</li>
-<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
+<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li>
+<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
+<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
+<li>Advanced Bash-Scripting Guide; Not a book by per-se but could be</li>
+<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
+<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
</ul>
<h2>Technical bibles</h2>
<p>I didn't read them from the beginning to the end, but I am using them to look up things.</p>