diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-03 09:03:05 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 275ae06e22840ed1b915ddd313ce32c714de56a9 (patch) | |
| tree | 0db56f58b0e58c72fd106180a82627c92b2bf4f4 /content/html/resources.html | |
| parent | 4cc40e583432574d3ecdeb658bfee6a4f3fe4d0a (diff) | |
a couple of corrections
Diffstat (limited to 'content/html/resources.html')
| -rw-r--r-- | content/html/resources.html | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/content/html/resources.html b/content/html/resources.html index 88c50e3b..eece15cc 100644 --- a/content/html/resources.html +++ b/content/html/resources.html @@ -18,7 +18,6 @@ li { color: #98be65; } </style> </head> <body> -<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> @@ -43,7 +42,6 @@ li { color: #98be65; } <li>DNS and BIND; Cricket Liu; O'Reilly</li> <li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</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> @@ -73,36 +71,39 @@ li { color: #98be65; } </ul> <h2>Self-development and soft-skills books</h2> <ul> -<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> -<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li> -<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> -<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> -<li>The Complete Software Developer's Career Guide; John Sonmez; Audible</li> -<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> +<li>Atomic Habits; James Clear; Random House Business</li> +<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> <li>The Off Switch; Mark Cropley; Virgin Books</li> +<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> <li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> +<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> +<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> +<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> +<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> <li>Stop starting, start finishing; Arne Roock; Lean-Kanban University</li> -<li>Deep Work; Cal Newport; Piatkus</li> -<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> -<li>Atomic Habits; James Clear; Random House Business</li> -<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> <li>The Power of Now; Eckhard Tolle; Yellow Kite</li> +<li>Soft Skills; John Sommez; Manning Publications</li> +<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li> +<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> +<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> <li>Ultralearning; Scott Young; Thorsons</li> -<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> +<li>Deep Work; Cal Newport; Piatkus</li> </ul> <h2>Technical video lectures and courses</h2> <p>Some of these were in-person with exams, others were online learning lectures only.</p> <ul> <li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3 day on-site training</li> +<li>MySQL Deep Dive Workshop; 2 day on-site training</li> +<li>Protocol buffers; O'Reilly Online</li> +<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> +<li>Red Hat Certified System Administrator; Course + certification (Although I had the option I decided not to take the next course as it is more effective to self learn what I need)</li> +<li>Scripting Vim; Damian Conway; O'Reilly Online</li> <li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> <li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> -<li>Scripting Vim; Damian Conway; O'Reilly Online</li> +<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> <li>F5 Loadbalancers Training; 2 day on-site training; F5, Inc. </li> -<li>Functional programming lecture; Remote University of Hagen</li> -<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> -<li>Red Hat Certified System Administrator; Course + certification (Although I had the option I decided not to take the next course as it is more effective to self learn what I need)</li> <li>Apache Tomcat Best Practises; 3 day on-site training</li> -<li>MySQL Deep Dive Workshop; 2 day on-site training</li> +<li>Functional programming lecture; Remote University of Hagen</li> </ul> <h2>Fiction and more books</h2> <p>Many fiction and non-fiction books I read are not listed here. This site mostly includes resources which made an impact on me regarding the work I do only and not on my personal life. Do you recommend a good Science Fiction Novel? E-Mail me; I can also provide my own recommendations! :-)</p> |
