diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-11 11:37:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-11 11:37:00 +0300 |
| commit | 4a8ad1317ec91347f12afe2645e4251609fa162e (patch) | |
| tree | 1245c8f08ab99e64b3db16958781f45bf904c946 /about | |
| parent | 91482bfe268ea988d4fcc3556468d5ffb95decce (diff) | |
Update content for md
Diffstat (limited to 'about')
| -rw-r--r-- | about/resources.md | 194 |
1 files changed, 97 insertions, 97 deletions
diff --git a/about/resources.md b/about/resources.md index c32b3364..40d0c2e7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -36,103 +36,103 @@ You won't find any links on this site because, over time, the links will break. In random order: -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Ultimate Go Notebook; Bill Kennedy -* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Docker Book; James Turnbull; Kindle -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* DNS and BIND; Cricket Liu; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Raku Recipes; J.J. Merelo; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Java ist auch eine Insel; Christian Ullenboom; +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Leanring eBPF; Liz Rice; O'Reilly -* 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 Java; Joshua Bloch; Addison-Wesley Professional * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress * Modern Perl; Chromatic ; Onyx Neon Press -* Raku Fundamentals; Moritz Lenz; Apress -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* C++ Programming Language; Bjarne Stroustrup; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective awk programming; Arnold Robbins; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Developing Games in Java; David Brackeen and others...; New Riders +* Raku Recipes; J.J. Merelo; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* DNS and BIND; Cricket Liu; O'Reilly * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf +* Raku Fundamentals; Moritz Lenz; Apress +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Funktionale Programmierung; Peter Pepper; Springer -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers ## Technical references I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order: +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Slow Productivity; Cal Newport; Penguin Random House -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Deep Work; Cal Newport; Piatkus * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Atomic Habits; James Clear; Random House Business +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Ultralearning; Anna Laurent; Self-published via Amazon +* Ultralearning; Scott Young; Thorsons +* The Power of Now; Eckhard Tolle; Yellow Kite * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Deep Work; Cal Newport; Piatkus * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* 101 Essays that change the way you think; Brianna Wiest; Audible * The Joy of Missing Out; Christina Crook; New Society Publishers -* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) * The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) +* The Good Enough Job; Simone Stolzoff; Ebury Edge * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Scott Young; Thorsons +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Eat That Frog; Brian Tracy +* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) +* Ultralearning; Anna Laurent; Self-published via Amazon +* Atomic Habits; James Clear; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Digital Minimalism; Cal Newport; Portofolio Penguin +* Getting Things Done; David Allen * Soft Skills; John Sommez; Manning Publications -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Power of Now; Eckhard Tolle; Yellow Kite +* So Good They Can't Ignore You; Cal Newport; Business Plus * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Getting Things Done; David Allen -* Eat That Frog; Brian Tracy +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK [Here are notes of mine for some of the books](../notes/index.md) @@ -140,30 +140,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Protocol buffers; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* MySQL Deep Dive Workshop; 2-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training +* Functional programming lecture; Remote University of Hagen * 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) * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* AWS Immersion Day; Amazon; 1-day interactive online training +* MySQL Deep Dive Workshop; 2-day on-site training +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Apache Tomcat Best Practises; 3-day on-site training +* Protocol buffers; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Raku Guide at https://raku.guide * How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -171,56 +171,56 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Modern Mentor +* Maintainable * The Changelog Podcast(s) -* Deep Questions with Cal Newport -* Hidden Brain -* Fork Around And Find Out -* Cup o' Go [Golang] * Backend Banter -* Maintainable -* Fallthrough [Golang] -* BSD Now [BSD] -* The Pragmatic Engineer Podcast * Dev Interrupted +* Hidden Brain +* BSD Now [BSD] +* Modern Mentor +* Fallthrough [Golang] * The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] +* Fork Around And Find Out +* The Pragmatic Engineer Podcast +* Deep Questions with Cal Newport ### Podcasts I liked I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests. -* CRE: Chaosradio Express [german] * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor -* FLOSS weekly -* Go Time (predecessor of fallthrough) * Java Pub House +* Go Time (predecessor of fallthrough) +* FLOSS weekly +* CRE: Chaosradio Express [german] +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Monospace Mentor -* Ruby Weekly -* The Imperfectionist +* Golang Weekly +* Changelog News * Register Spill * The Valuable Dev -* Applied Go Weekly Newsletter -* byteSizeGo +* The Pragmatic Engineer * Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo +* Applied Go Weekly Newsletter +* Monospace Mentor +* The Imperfectionist * VK Newsletter -* Changelog News -* Golang Weekly -* The Pragmatic Engineer +* Ruby Weekly ## Magazines I like(d) This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order: -* Linux Magazine * freeX (not published anymore) -* LWN (online only) +* Linux Magazine * Linux User +* LWN (online only) # Formal education |
