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