summaryrefslogtreecommitdiff
path: root/resources.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources.html')
-rw-r--r--resources.html108
1 files changed, 23 insertions, 85 deletions
diff --git a/resources.html b/resources.html
index 2f9a7e71..de438b5d 100644
--- a/resources.html
+++ b/resources.html
@@ -4,70 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Resources</title>
<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
-<style type="text/css">
-body {
- margin: auto;
- padding-left: 10px;
- padding-right: 10px;
- max-width: 900px;
- font-family: sans-serif;
- font-size: 18px;
- background-color: #222;
- color: #ffffef;
-}
-
-h1,h2,h3 {
- color: #ffa500
-}
-
-a {
- color: #0ca;
- text-decoration: none;
-}
-
-a:hover {
- color: #c0f;
- text-decoration: none;
-}
-
-li {
- color: #00bcd4;
-}
-
-img {
- max-width: 600px;
- max-height: 400px;
- display: block;
- margin: auto;
-}
-
-pre {
- display: block;
- background-color: #111;
- color: #66cdaa;
- padding: 5px;
- overflow-x: auto;
-}
-
-a.textlink:before {
- content: " ⇒ ";
- padding-left: 2px;
-}
-
-p.quote {
- color: #82eefd;
-}
-
-p.quote:before {
- content: " « ";
- padding-left: 2px;
-}
-
-p.quote:after {
- content: " » ";
- padding-right: 2px;
-}
-</style>
+<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Resources</h1>
@@ -86,34 +23,35 @@ p.quote:after {
</pre>
<h2>Technical books</h2>
<ul>
-<li>Advanced Bash-Scripting Guide; Not an actual book, but could be</li>
-<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li>
-<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li>
-<li>Effective awk programming; Arnold Robbins; O'Reilly</li>
-<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li>
-<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall &amp; Jon Orwant; O'Reilly</li>
-<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li>
-<li>Java ist auch eine Insel; Christian Ullenboom; </li>
-<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
-<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li>
<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
+<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li>
+<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li>
+<li>Pro Git; Scott Chacon, Ben Straub; Apress</li>
+<li>The Docker Book; James Turnbull; Kindle</li>
<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
-<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
-<li>Concurrency in Go; Katherine Cox-Buday; 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>Developing Games in Java; David Brackeen and others...; New Riders</li>
<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
-<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
+<li>Java ist auch eine Insel; Christian Ullenboom; </li>
+<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
+<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
+<li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li>
<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li>
-<li>C++ Programming Language; Bjarne Stroustrup;</li>
-<li>The Docker Book; James Turnbull; Kindle</li>
-<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li>
<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li>
-<li>DNS and BIND; Cricket Liu; O'Reilly</li>
-<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
+<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li>
+<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li>
-<li>Pro Git; Scott Chacon, Ben Straub; Apress</li>
+<li>Effective awk programming; Arnold Robbins; 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>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li>
+<li>DNS and BIND; Cricket Liu; O'Reilly</li>
+<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall &amp; Jon Orwant; O'Reilly</li>
+<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
<li>Funktionale Programmierung; Peter Pepper; Springer</li>
-<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li>
+<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li>
+<li>C++ Programming Language; Bjarne Stroustrup;</li>
+<li>Advanced Bash-Scripting Guide; Not an actual book, but could be</li>
+<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li>
+<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</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>