diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-01 20:44:13 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 27eb4d48d6a992793ec8b1a5f7e05280604be3ad (patch) | |
| tree | 9f5f92237f5e367c4b3c6e3d6096c478427df9e2 | |
| parent | 268a61b58b326bdd9b2818125324c4e21ad2fddd (diff) | |
add erlang book
| -rw-r--r-- | content/gemtext/resources.gmi | 39 | ||||
| -rw-r--r-- | content/html/resources.html | 39 |
2 files changed, 40 insertions, 38 deletions
diff --git a/content/gemtext/resources.gmi b/content/gemtext/resources.gmi index 52ef3367..338d2020 100644 --- a/content/gemtext/resources.gmi +++ b/content/gemtext/resources.gmi @@ -23,30 +23,31 @@ You won't find any links on this site because over time the links will break. Pl ## Technical books -* The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; * C++ Programming Language; Bjarne Stroustrup; (I've to admit that was a long time ago I've read this book) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press -* Modern Perl; Chromatic ; Onyx Neon Press -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* DNS and BIND; Cricket Liu; O'Reilly * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Modern Perl; Chromatic ; Onyx Neon Press +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press +* Java ist auch eine Insel; Christian Ullenboom; +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; 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 +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Docker Book; James Turnbull; Kindle * Developing Games in Java; David Brackeen and others...; New Riders +* Effective awk programming; Arnold Robbins; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Funktionale Programmierung; Peter Pepper; Springer +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## Technical bibles diff --git a/content/html/resources.html b/content/html/resources.html index 977e5afc..b70b6954 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -36,30 +36,31 @@ 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>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> -<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> -<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> -<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> -<li>Funktionale Programmierung; Peter Pepper; Springer</li> -<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> -<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</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>Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press</li> -<li>Modern Perl; Chromatic ; Onyx Neon Press</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>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> +<li>DNS and BIND; Cricket Liu; 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>Modern Perl; Chromatic ; Onyx Neon Press</li> +<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press</li> +<li>Java ist auch eine Insel; Christian Ullenboom; </li> +<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; 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>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; 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>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> <li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> +<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> +<li>The Docker Book; James Turnbull; Kindle</li> <li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Effective awk programming; Arnold Robbins; O'Reilly</li> +<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> +<li>Funktionale Programmierung; Peter Pepper; Springer</li> +<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> +<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> +<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> +<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</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> |
