summaryrefslogtreecommitdiff
path: root/content/html/resources.html
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 09:04:13 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit27aa5dc1e4925902b7c949016431d5f2bce43f64 (patch)
treebf3a45859a1cfbfe77c3110ebdfec3fb97c82dd5 /content/html/resources.html
parent4d22318afa2c63fc339c9f1e678483e5af25b513 (diff)
add more resources
Diffstat (limited to 'content/html/resources.html')
-rw-r--r--content/html/resources.html33
1 files changed, 18 insertions, 15 deletions
diff --git a/content/html/resources.html b/content/html/resources.html
index 6d2fe2e2..9e0b2744 100644
--- a/content/html/resources.html
+++ b/content/html/resources.html
@@ -17,7 +17,7 @@ li { color: #98be65; }
</style>
</head>
<body>
-<pre>Last updated 2021-04-29</pre>
+<pre>Last updated 2021-05-01</pre>
<a class="textlink" href="./">Go back to the main site</a><br />
<h1>Resources</h1>
<p>This is a list of resources I found useful. I am not an expert in all (but some) of these topics but all the resources listed here made an impact on me. I've read some of the books quite a long time ago, so there might be newer editions out there already and I might need to refresh some of the knowledge.</p>
@@ -35,24 +35,26 @@ li { color: #98be65; }
</pre>
<h2>Technical books</h2>
<ul>
-<li>Effective awk programming; Arnold Robbins; O'Reilly</li>
-<li>Advanced Bash-Scripting Guide; Not a book by per-se but could be</li>
-<li>Java ist auch eine Insel; Christian Ullenboom; </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>Site Reliability Engineering; How Google runs production systems; 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>C++ Programming Language; Bjarne Stroustrup; (I've to admit that was a long time ago I've read this book)</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>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>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>Modern Perl; Chromatic ; Onyx Neon Press</li>
-<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
-<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
-<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
-<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</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>Advanced Bash-Scripting Guide; Not a book by per-se but could be</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>The Docker Book; James Turnbull; Kindle</li>
-<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li>
+<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</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>
@@ -102,10 +104,11 @@ li { color: #98be65; }
<ul>
<li>Student Exchange; I lived 1 year abroad and went to a US high school.</li>
<li>German School Majors (Abitur), focus areas: German and Mathematics</li>
-<li>Practical working semester; I spent half a year as a C/C++ programmer abroad in Sofia, Bulgaria</li>
+<li>Practical working semester; Half year internship as a C/C++ programmer in Sofia, Bulgaria</li>
<li>Diplom-Inform. (FH); Aachen University of Applied Sciences</li>
<li>Diploma Thesis: Design and implementation of a Distributed Systems Simulator implemented in Java</li>
</ul>
+<a class="textlink" href="https://github.com/snonux/vs-sim">VS-Sim - The Distributed Systems Simulator</a><br />
<p>I was one of the last students to whom was handed out an old fashioned German Diploma degree before the University switched to the international Bachelor and Master versions. To give you an idea: The "Diplom-Inform. (FH)" means literally translated "Diploma in Informatics from a University of Applied Sciences (FH: Fachhochschule)". Going after the international student credit score it is settled between a Bachelor of Computer Science and a Master of Computer Science degree. </p>
<p>Colleges and Universities are very expensive in many countries. Come to Germany, the first college degree is for free (if you finish within a certain deadline!)</p>
</body>