From 27aa5dc1e4925902b7c949016431d5f2bce43f64 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 09:04:13 +0100 Subject: add more resources --- content/gemtext/resources.gmi | 34 +++++++++++++++++++--------------- content/html/resources.html | 33 ++++++++++++++++++--------------- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/content/gemtext/resources.gmi b/content/gemtext/resources.gmi index 32ebca51..b3f819dc 100644 --- a/content/gemtext/resources.gmi +++ b/content/gemtext/resources.gmi @@ -1,4 +1,4 @@ -> Last updated 2021-04-29 +> Last updated 2021-05-01 => ./ Go back to the main site @@ -23,24 +23,26 @@ You won't find any links on this site because over time the links will break. Pl ## Technical books -* Effective awk programming; Arnold Robbins; O'Reilly -* Advanced Bash-Scripting Guide; Not a book by per-se but could be -* Java ist auch eine Insel; Christian Ullenboom; +* DNS and BIND; Cricket Liu; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly * The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional -* C++ Programming Language; Bjarne Stroustrup; (I've to admit that was a long time ago I've read this book) +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Effective awk programming; Arnold Robbins; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; (I've to admit that was a long time ago I've read this book) +* The Docker Book; James Turnbull; Kindle * Modern Perl; Chromatic ; Onyx Neon Press -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* DNS and BIND; Cricket Liu; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Advanced Bash-Scripting Guide; Not a book by per-se but could be +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press -* The Docker Book; James Turnbull; Kindle -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress ## Technical bibles @@ -96,10 +98,12 @@ However, I still believe a degree in Computer Science helps to achieve a good un * Student Exchange; I lived 1 year abroad and went to a US high school. * German School Majors (Abitur), focus areas: German and Mathematics -* Practical working semester; I spent half a year as a C/C++ programmer abroad in Sofia, Bulgaria +* Practical working semester; Half year internship as a C/C++ programmer in Sofia, Bulgaria * Diplom-Inform. (FH); Aachen University of Applied Sciences * Diploma Thesis: Design and implementation of a Distributed Systems Simulator implemented in Java +=> https://github.com/snonux/vs-sim VS-Sim - The Distributed Systems Simulator + 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. 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!) 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; } -
Last updated 2021-04-29
+
Last updated 2021-05-01
Go back to the main site

Resources

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.

@@ -35,24 +35,26 @@ li { color: #98be65; }

Technical books

Technical bibles

I didn't read them from the beginning to the end, but I am using them to look up things.

@@ -102,10 +104,11 @@ li { color: #98be65; } +VS-Sim - The Distributed Systems Simulator

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.

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!)

-- cgit v1.2.3