diff options
| author | Paul Buetow <paul@buetow.org> | 2022-04-02 10:51:03 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-04-02 10:51:03 +0100 |
| commit | 8190c24748e4f6496808c3c29f0c5c5e8a2adf4f (patch) | |
| tree | 924c9facb2bcaf72ded17e6f66e3638ce5c48354 /resources.html | |
| parent | 9ff5f260072e25431c7cfbe176d8d83e74bbf9ac (diff) | |
Publishing new version
Diffstat (limited to 'resources.html')
| -rw-r--r-- | resources.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/resources.html b/resources.html index c2d0c302..171dd0f2 100644 --- a/resources.html +++ b/resources.html @@ -45,7 +45,6 @@ <li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> <li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> <li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> -<li>Advanced Bash-Scripting Guide; Not an actual book, but could be</li> <li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> <li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> <li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> @@ -102,6 +101,12 @@ <li>Functional programming lecture; Remote University of Hagen</li> </ul> <a class="textlink" href="./gemfeed/2021-07-04-the-well-grounded-rubyist.html">Read here about my thoughts on "The Well-Grounded Rubyist"</a><br /> +<h2>Guides</h2> +<p>These are not whole books, but guides (smaller or larger) which I found very useful.</p> +<ul> +<li>Raku Guide at https://raku.guide</li> +<li>Advanced Bash-Scripting Guide</li> +</ul> <h2>Podcasts</h2> <ul> <li>BSD Now</li> |
