diff options
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> |
