From 1b4f3a3dcdab15c85d6556f19aca8a2f28cf6558 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 21:35:05 +0300 Subject: Update content for md --- about/resources.md | 203 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 about/resources.md (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md new file mode 100644 index 00000000..c2375830 --- /dev/null +++ b/about/resources.md @@ -0,0 +1,203 @@ +# Resources + +This site contains a list of resources I find and found helpful. I am not an expert in all of these topics, but all the resources listed here impacted me. I 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. + +The list may not be exhaustive, but I will be adding more in the future. I firmly believe that educating yourself further is one of the most important things to advance. The lists are in random order and reshuffled every time (via *sort -R*) when updates are made. + +You won't find any links on this site because, over time, the links will break. Please use your favourite search engine when you are interested in one of the resources... + +``` + .--. .---. .-. + .---|--| .-. | A | .---. |~| .--. +.--|===|Go|---|_|--.__| S |--|:::| |~|-==-|==|---. +|%%|Lin|la|===| |~~|%%| C |--| |_|~|Perl| |___|-. +| |ux |ng|===| |==| | I | |k8s|=| | 7 |Ra|---|=| +| | | | |_|__| | I |__| | | | |ku|___| | +|~~|===|--|===|~|~~|%%|~~~|--|:::|=|~|----|==|---|=| +^--^---'--^---^-^--^--^---'--^---^-^-^-==-^--^---^-'hjw +``` + +## Table of Contents + +* [⇢ Resources](#resources) +* [⇢ ⇢ Technical books](#technical-books) +* [⇢ ⇢ Technical references](#technical-references) +* [⇢ ⇢ Self-development and soft-skills books](#self-development-and-soft-skills-books) +* [⇢ ⇢ Technical video lectures and courses](#technical-video-lectures-and-courses) +* [⇢ ⇢ Technical guides](#technical-guides) +* [⇢ ⇢ Podcasts I like](#podcasts-i-like) +* [⇢ ⇢ Newsletters I like](#newsletters-i-like) +* [⇢ Formal education](#formal-education) + +## Technical books + +In random order: + +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Funktionale Programmierung; Peter Pepper; Springer +* Java ist auch eine Insel; Christian Ullenboom; +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 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 +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* DNS and BIND; Cricket Liu; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Docker Book; James Turnbull; Kindle +* Developing Games in Java; David Brackeen and others...; New Riders +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Leanring eBPF; Liz Rice; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Modern Perl; Chromatic ; Onyx Neon Press +* 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 +* Effective awk programming; Arnold Robbins; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Site Reliability Engineering; How Google runs production systems; O'Reilly + +## 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: + +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; 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 +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Power of Now; Eckhard Tolle; Yellow Kite +* Deep Work; Cal Newport; Piatkus +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Soft Skills; John Sommez; Manning Publications +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* 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 +* Atomic Habits; James Clear; Random House Business +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Off Switch; Mark Cropley; Virgin Books +* Slow Productivity; Cal Newport; Penguin Random House +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Ultralearning; Scott Young; Thorsons +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* 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 + +[Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) +[Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) + +## Technical video lectures and courses + +Some of these were in-person with exams; others were online learning lectures only. In random order: + +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* AWS Immersion Day; Amazon; 1-day interactive online training +* Apache Tomcat Best Practises; 3-day on-site training +* 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) +* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Developing IaC with Terraform (with Live Lessons); 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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. + +## Technical guides + +These are not whole books, but guides (smaller or larger) which I found very useful. in random order: + +* Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide + +## Podcasts I like + +In random order: + +* Java Pub House +* Hidden Brain +* Ship it (Changelog) +* Deep Questions with Cal Newport +* Cup o' Go [Golang] +* Modern Mentor +* Dev Interrupted +* Backend Banter +* Maintainable +* Go Time (Changelog) + +## Newsletters I like + +This is a mix of tech and non-tech newsletters I am subscribed to. In random order: + +* Register Spill +* The Imperfectionist +* Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo +* Applied Go Weekly Newsletter +* Ruby Weekly +* VK Newsletter +* Golang Weekly +* The Valuable Dev + +# Formal education + +I have met many self-taught IT professionals I highly respect. In my own opinion, a formal degree does not automatically qualify a person for a particular job. It is more about how you educate yourself further *after* formal education. The pragmatic way of thinking and getting things done do not require a college or university degree. + +However, I still believe a degree in Computer Science helps to understand all the theories involved that you would have never learned otherwise. Isn't it cool to understand how compilers work under the hood (automata theory) even if you are not required to hack the compiler in your current position? You could apply the same theory for other things too. This was just *one* example. + +* One year Student exchange program in OH, USA +* German School Majors (Abitur), focus areas: German and Mathematics +* Half-year internship as a C/C++ programmer in Sofia, Bulgaria +* Graduated from University as Diplom-Inform. (FH) at the Aachen University of Applied Sciences, Germany + +My diploma thesis, "Object-oriented development of a GUI based tool for event-based simulation of distributed systems," can be found at: + +[https://codeberg.org/snonux/vs-sim](https://codeberg.org/snonux/vs-sim) + +I was one of the last students handed out an "old fashioned" German Diploma degree before the University switched to the international Bachelor and Master versions. To give you an idea: The "Diplom-Inform. (FH)" means translated "Diploma in Informatics from a University of Applied Sciences (FH: Fachhochschule)". Going after the international student credit score, it can be seen as an equivalent to a "Master in Computer Science" degree. + +Colleges and Universities are costly in many countries. Come to Germany, the first college degree is for free (if you finish within a certain deadline!) + +[Go back](./) -- cgit v1.2.3 From c8860c53fbd24e3521982bdf5a169a373bd9526d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 21:38:35 +0300 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c2375830..26691a46 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,93 +33,93 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Funktionale Programmierung; Peter Pepper; Springer -* Java ist auch eine Insel; Christian Ullenboom; -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Raku Recipes; J.J. Merelo; Apress -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 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 -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective awk programming; Arnold Robbins; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Ultimate Go Notebook; Bill Kennedy +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Perl New Features; Joshua McAdams, brian d foy; Perl School * DNS and BIND; Cricket Liu; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * The Docker Book; James Turnbull; Kindle -* Developing Games in Java; David Brackeen and others...; New Riders -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Leanring eBPF; Liz Rice; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Java ist auch eine Insel; Christian Ullenboom; * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Modern Perl; Chromatic ; Onyx Neon Press -* 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 -* Effective awk programming; Arnold Robbins; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Power of Now; Eckhard Tolle; Yellow Kite -* Deep Work; Cal Newport; Piatkus -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Soft Skills; John Sommez; Manning Publications +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * 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 * Atomic Habits; James Clear; Random House Business * Digital Minimalism; Cal Newport; Portofolio Penguin -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Off Switch; Mark Cropley; Virgin Books * Slow Productivity; Cal Newport; Penguin Random House -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Anna Laurent; Self-published via Amazon * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Deep Work; Cal Newport; Piatkus * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Off Switch; Mark Cropley; Virgin Books +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Scott Young; Thorsons * So Good They Can't Ignore You; Cal Newport; Business Plus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Soft Skills; John Sommez; Manning Publications +* Influence without Authority; A. Cohen, D. Bradford; Wiley [Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) [Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) @@ -128,58 +128,58 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* AWS Immersion Day; Amazon; 1-day interactive online training -* Apache Tomcat Best Practises; 3-day on-site training -* 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) -* Protocol buffers; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Developing IaC with Terraform (with Live Lessons); 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 +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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) +* AWS Immersion Day; Amazon; 1-day interactive online training * Scripting Vim; Damian Conway; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts I like In random order: -* Java Pub House -* Hidden Brain -* Ship it (Changelog) -* Deep Questions with Cal Newport -* Cup o' Go [Golang] * Modern Mentor -* Dev Interrupted -* Backend Banter * Maintainable +* Hidden Brain +* Java Pub House * Go Time (Changelog) +* Backend Banter +* Deep Questions with Cal Newport +* Dev Interrupted +* Ship it (Changelog) +* Cup o' Go [Golang] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * Register Spill -* The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly +* The Valuable Dev +* Ruby Weekly * byteSizeGo +* The Imperfectionist * Applied Go Weekly Newsletter -* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) * VK Newsletter -* Golang Weekly -* The Valuable Dev # Formal education -- cgit v1.2.3 From 5edabd3f02c26c32935400319eb243c7b3d0dded Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 21:46:11 +0300 Subject: Update content for md --- about/resources.md | 150 ++++++++++++++++++++++++++--------------------------- 1 file changed, 75 insertions(+), 75 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 26691a46..eace78d5 100644 --- a/about/resources.md +++ b/about/resources.md @@ -34,92 +34,92 @@ You won't find any links on this site because, over time, the links will break. In random order: * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* Java ist auch eine Insel; Christian Ullenboom; +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* The Docker Book; James Turnbull; Kindle +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* C++ Programming Language; Bjarne Stroustrup; +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Modern Perl; Chromatic ; Onyx Neon Press +* Effective Java; Joshua Bloch; Addison-Wesley Professional * The Pragmatic Programmer; David Thomas; Addison-Wesley * Effective awk programming; Arnold Robbins; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress * Ultimate Go Notebook; Bill Kennedy -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* DNS and BIND; Cricket Liu; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 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 -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Leanring eBPF; Liz Rice; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Raku Recipes; J.J. Merelo; Apress * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Developing Games in Java; David Brackeen and others...; New Riders -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Java ist auch eine Insel; Christian Ullenboom; -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* 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 -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly ## 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Atomic Habits; James Clear; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Slow Productivity; Cal Newport; Penguin Random House +* The Power of Now; Eckhard Tolle; Yellow Kite * The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Anna Laurent; Self-published via Amazon * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Slow Productivity; Cal Newport; Penguin Random House * Deep Work; Cal Newport; Piatkus -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Anna Laurent; Self-published via Amazon * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Off Switch; Mark Cropley; Virgin Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Scott Young; Thorsons -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Atomic Habits; James Clear; Random House Business +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Soft Skills; John Sommez; Manning Publications +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Power of Now; Eckhard Tolle; Yellow Kite +* So Good They Can't Ignore You; Cal Newport; Business Plus +* 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 -* Soft Skills; John Sommez; Manning Publications -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Off Switch; Mark Cropley; Virgin Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Ultralearning; Scott Young; Thorsons [Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) [Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) @@ -128,22 +128,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* 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) -* AWS Immersion Day; Amazon; 1-day interactive online training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Apache Tomcat Best Practises; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training * Protocol buffers; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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) +* AWS Immersion Day; Amazon; 1-day interactive online training +* The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training ## Technical guides @@ -156,30 +156,30 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Hidden Brain +* Go Time (Changelog) * Modern Mentor +* Dev Interrupted * Maintainable -* Hidden Brain * Java Pub House -* Go Time (Changelog) +* Cup o' Go [Golang] * Backend Banter -* Deep Questions with Cal Newport -* Dev Interrupted * Ship it (Changelog) -* Cup o' Go [Golang] +* Deep Questions with Cal Newport ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Andreas Brandhorst Newsletter (Sci-Fi author) * Register Spill -* Golang Weekly +* byteSizeGo * The Valuable Dev * Ruby Weekly -* byteSizeGo +* VK Newsletter +* Golang Weekly * The Imperfectionist * Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) -* VK Newsletter # Formal education -- cgit v1.2.3 From 0209aab669947b28704200ee43489e344c2b083a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 21:52:43 +0300 Subject: Update content for md --- about/resources.md | 152 ++++++++++++++++++++++++++--------------------------- 1 file changed, 76 insertions(+), 76 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index eace78d5..65d739f7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,93 +33,93 @@ You won't find any links on this site because, over time, the links will break. In random order: -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Raku Fundamentals; Moritz Lenz; Apress * Java ist auch eine Insel; Christian Ullenboom; -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The Docker Book; James Turnbull; Kindle -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* C++ Programming Language; Bjarne Stroustrup; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Raku Recipes; J.J. Merelo; Apress * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Modern Perl; Chromatic ; Onyx Neon Press * Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective awk programming; Arnold Robbins; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Developing Games in Java; David Brackeen and others...; New Riders +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* DNS and BIND; Cricket Liu; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Docker Book; James Turnbull; Kindle +* Ultimate Go Notebook; Bill Kennedy * Leanring eBPF; Liz Rice; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 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 DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* 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 -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Modern Perl; Chromatic ; Onyx Neon Press +* Funktionale Programmierung; Peter Pepper; Springer +* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* 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 * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Slow Productivity; Cal Newport; Penguin Random House -* Deep Work; Cal Newport; Piatkus -* Ultralearning; Anna Laurent; Self-published via Amazon -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Atomic Habits; James Clear; Random House Business * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Soft Skills; John Sommez; Manning Publications * Digital Minimalism; Cal Newport; Portofolio Penguin -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* So Good They Can't Ignore You; Cal Newport; Business Plus * 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 +* The Joy of Missing Out; Christina Crook; New Society Publishers * The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Ultralearning; Anna Laurent; Self-published via Amazon +* Slow Productivity; Cal Newport; Penguin Random House +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Soft Skills; John Sommez; Manning Publications * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Ultralearning; Scott Young; Thorsons +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Deep Work; Cal Newport; Piatkus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Atomic Habits; James Clear; Random House Business +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Power of Now; Eckhard Tolle; Yellow Kite +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible [Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) [Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) @@ -128,56 +128,56 @@ 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...; -* Scripting Vim; Damian Conway; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Apache Tomcat Best Practises; 3-day on-site training -* Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * 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) +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; 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 -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 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 +* Scripting Vim; Damian Conway; 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts I like In random order: +* Deep Questions with Cal Newport * Hidden Brain -* Go Time (Changelog) -* Modern Mentor -* Dev Interrupted +* Backend Banter * Maintainable +* Dev Interrupted +* Ship it (Changelog) +* Modern Mentor * Java Pub House * Cup o' Go [Golang] -* Backend Banter -* Ship it (Changelog) -* Deep Questions with Cal Newport +* Go Time (Changelog) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill +* Golang Weekly * byteSizeGo -* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly +* Register Spill * VK Newsletter -* Golang Weekly +* The Valuable Dev * The Imperfectionist * Applied Go Weekly Newsletter -- cgit v1.2.3 From 0a5b0d8bfbee8656ae0e943ee59b095471bac697 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Sep 2024 21:57:07 +0300 Subject: Update content for md --- about/resources.md | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 65d739f7..b671b549 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,93 +33,93 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Raku Fundamentals; Moritz Lenz; Apress -* Java ist auch eine Insel; Christian Ullenboom; -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Modern Perl; Chromatic ; Onyx Neon Press +* Effective awk programming; Arnold Robbins; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly * Raku Recipes; J.J. Merelo; Apress -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Raku Fundamentals; Moritz Lenz; Apress +* 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 * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Developing Games in Java; David Brackeen and others...; New Riders -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* DNS and BIND; Cricket Liu; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* C++ Programming Language; Bjarne Stroustrup; -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Funktionale Programmierung; Peter Pepper; Springer +* C++ Programming Language; Bjarne Stroustrup; +* Systemprogrammierung in Go; Frank Müller; dpunkt * The Docker Book; James Turnbull; Kindle -* Ultimate Go Notebook; Bill Kennedy -* Leanring eBPF; Liz Rice; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 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 DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* 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 * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Modern Perl; Chromatic ; Onyx Neon Press -* Funktionale Programmierung; Peter Pepper; Springer -* Effective awk programming; Arnold Robbins; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Leanring eBPF; Liz Rice; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Developing Games in Java; David Brackeen and others...; New Riders +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly ## 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: -* 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 -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas * 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 +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Deep Work; Cal Newport; Piatkus +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Off Switch; Mark Cropley; Virgin Books * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Ultralearning; Anna Laurent; Self-published via Amazon -* Slow Productivity; Cal Newport; Penguin Random House +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * So Good They Can't Ignore You; Cal Newport; Business Plus -* Soft Skills; John Sommez; Manning Publications -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Scott Young; Thorsons -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Deep Work; Cal Newport; Piatkus -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* 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 +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Off Switch; Mark Cropley; Virgin Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Atomic Habits; James Clear; Random House Business +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Power of Now; Eckhard Tolle; Yellow Kite -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Ultralearning; Scott Young; Thorsons +* Soft Skills; John Sommez; Manning Publications * 101 Essays that change the way you think; Brianna Wiest; Audible +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Anna Laurent; Self-published via Amazon +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press [Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) [Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) @@ -128,57 +128,57 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* 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) -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 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 * AWS Immersion Day; Amazon; 1-day interactive online training -* Protocol buffers; 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 * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* 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) +* MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Functional programming lecture; Remote University of Hagen ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts I like In random order: -* Deep Questions with Cal Newport -* Hidden Brain * Backend Banter -* Maintainable -* Dev Interrupted -* Ship it (Changelog) * Modern Mentor -* Java Pub House * Cup o' Go [Golang] +* Ship it (Changelog) +* Hidden Brain +* Deep Questions with Cal Newport +* Java Pub House +* Dev Interrupted +* Maintainable * Go Time (Changelog) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly * byteSizeGo -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly -* Register Spill * VK Newsletter -* The Valuable Dev +* Register Spill +* Ruby Weekly * The Imperfectionist +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Valuable Dev +* Golang Weekly * Applied Go Weekly Newsletter # Formal education -- cgit v1.2.3 From 89af082f138fdb4c3f3dd39b7ef06a61b83c35ca Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 27 Sep 2024 23:28:32 +0300 Subject: Update content for md --- about/resources.md | 152 ++++++++++++++++++++++++++--------------------------- 1 file changed, 76 insertions(+), 76 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index b671b549..b8c700b1 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,93 +33,93 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Modern Perl; Chromatic ; Onyx Neon Press -* Effective awk programming; Arnold Robbins; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Raku Recipes; J.J. Merelo; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Raku Fundamentals; Moritz Lenz; Apress -* 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 -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Funktionale Programmierung; Peter Pepper; Springer -* C++ Programming Language; Bjarne Stroustrup; -* Systemprogrammierung in Go; Frank Müller; dpunkt -* The Docker Book; James Turnbull; Kindle -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Modern Perl; Chromatic ; Onyx Neon Press * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Java ist auch eine Insel; Christian Ullenboom; -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Ultimate Go Notebook; Bill Kennedy * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * 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 -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* DNS and BIND; Cricket Liu; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Leanring eBPF; Liz Rice; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Raku Fundamentals; Moritz Lenz; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Developing Games in Java; David Brackeen and others...; New Riders -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* C++ Programming Language; Bjarne Stroustrup; +* Funktionale Programmierung; Peter Pepper; Springer ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* 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 * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* Deep Work; Cal Newport; Piatkus +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Slow Productivity; Cal Newport; Penguin Random House * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Off Switch; Mark Cropley; Virgin Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Slow Productivity; Cal Newport; Penguin Random House +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* So Good They Can't Ignore You; Cal Newport; Business Plus * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Off Switch; Mark Cropley; Virgin Books -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Atomic Habits; James Clear; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Soft Skills; John Sommez; Manning Publications * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Power of Now; Eckhard Tolle; Yellow Kite +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Ultralearning; Anna Laurent; Self-published via Amazon * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Ultralearning; Scott Young; Thorsons -* Soft Skills; John Sommez; Manning Publications -* 101 Essays that change the way you think; Brianna Wiest; Audible * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Ultralearning; Anna Laurent; Self-published via Amazon -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Deep Work; Cal Newport; Piatkus [Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) [Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) @@ -128,22 +128,22 @@ 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 -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Protocol buffers; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* AWS Immersion Day; Amazon; 1-day interactive online training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* 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) +* Functional programming lecture; Remote University of Hagen * 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 * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* 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) -* MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides @@ -156,30 +156,30 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Ship it (Changelog) +* Maintainable * Backend Banter -* Modern Mentor * Cup o' Go [Golang] -* Ship it (Changelog) -* Hidden Brain * Deep Questions with Cal Newport +* Hidden Brain +* Go Time (Changelog) +* Modern Mentor * Java Pub House * Dev Interrupted -* Maintainable -* Go Time (Changelog) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* byteSizeGo -* VK Newsletter +* Golang Weekly * Register Spill -* Ruby Weekly -* The Imperfectionist +* VK Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) +* Ruby Weekly * The Valuable Dev -* Golang Weekly * Applied Go Weekly Newsletter +* The Imperfectionist +* byteSizeGo # Formal education -- cgit v1.2.3 From bb101e842d92d38b716b54dee6549024420740bf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 28 Sep 2024 10:30:15 +0300 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index b8c700b1..5dfd8094 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,153 +33,153 @@ 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 -* Raku Recipes; J.J. Merelo; Apress -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Modern Perl; Chromatic ; Onyx Neon Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* DNS and BIND; Cricket Liu; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Leanring eBPF; Liz Rice; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Ultimate Go Notebook; Bill Kennedy * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 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 Docker Book; James Turnbull; Kindle * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* DNS and BIND; Cricket Liu; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Developing Games in Java; David Brackeen and others...; New Riders * Java ist auch eine Insel; Christian Ullenboom; -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 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 * Raku Fundamentals; Moritz Lenz; Apress -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Developing Games in Java; David Brackeen and others...; New Riders -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School * Effective awk programming; Arnold Robbins; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* C++ Programming Language; Bjarne Stroustrup; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Funktionale Programmierung; Peter Pepper; Springer +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Raku Recipes; J.J. Merelo; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Modern Perl; Chromatic ; Onyx Neon Press +* C++ Programming Language; Bjarne Stroustrup; ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Slow Productivity; Cal Newport; Penguin Random House -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Off Switch; Mark Cropley; Virgin Books -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Atomic Habits; James Clear; Random House Business +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Soft Skills; John Sommez; Manning Publications -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Power of Now; Eckhard Tolle; Yellow Kite -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Atomic Habits; James Clear; Random House Business * Ultralearning; Anna Laurent; Self-published via Amazon +* 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 +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Scott Young; Thorsons +* So Good They Can't Ignore You; Cal Newport; Business Plus +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Deep Work; Cal Newport; Piatkus +* The Power of Now; Eckhard Tolle; Yellow Kite * The Good Enough Job; Simone Stolzoff; Ebury Edge +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Digital Minimalism; Cal Newport; Portofolio Penguin +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Off Switch; Mark Cropley; Virgin Books +* Slow Productivity; Cal Newport; Penguin Random House * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Ultralearning; Scott Young; Thorsons -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Deep Work; Cal Newport; Piatkus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Influence without Authority; A. Cohen, D. Bradford; Wiley -[Here are notes of mine for some of the books (HTTP)](https://foo.zone/notes/index.html) -[Here are notes of mine for some of the books (Gemini)](gemini://foo.zone/notes/index.gmi) +[Here are notes of mine for some of the books](../notes/index.md) ## Technical video lectures and courses Some of these were in-person with exams; others were online learning lectures only. In random order: -* Apache Tomcat Best Practises; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* 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) * 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 * 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 -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Protocol buffers; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts I like In random order: +* Modern Mentor +* Dev Interrupted * Ship it (Changelog) -* Maintainable * Backend Banter +* Go Time (Changelog) +* Maintainable +* Hidden Brain * Cup o' Go [Golang] * Deep Questions with Cal Newport -* Hidden Brain -* Go Time (Changelog) -* Modern Mentor * Java Pub House -* Dev Interrupted ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly -* Register Spill * VK Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly -* The Valuable Dev +* byteSizeGo +* Golang Weekly +* Register Spill * Applied Go Weekly Newsletter * The Imperfectionist -* byteSizeGo +* The Valuable Dev +* Ruby Weekly # Formal education -- cgit v1.2.3 From 3ca470a8c0eaacb0e03e85a5673baedc0fbe6517 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 1 Oct 2024 21:47:25 +0300 Subject: Update content for md --- about/resources.md | 155 +++++++++++++++++++++++++++-------------------------- 1 file changed, 79 insertions(+), 76 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 5dfd8094..93d948f7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -33,94 +33,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Funktionale Programmierung; Peter Pepper; Springer * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* DNS and BIND; Cricket Liu; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Leanring eBPF; Liz Rice; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Raku Recipes; J.J. Merelo; Apress +* Ultimate Go Notebook; Bill Kennedy +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Effective awk programming; Arnold Robbins; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* C++ Programming Language; Bjarne Stroustrup; * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* 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 +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Docker Book; James Turnbull; Kindle * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Developing Games in Java; David Brackeen and others...; New Riders +* DNS and BIND; Cricket Liu; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 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 +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Raku Fundamentals; Moritz Lenz; Apress -* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Terraform Cookbook; Mikael Krief; Packt Publishing -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Raku Recipes; J.J. Merelo; Apress +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Modern Perl; Chromatic ; Onyx Neon Press -* C++ Programming Language; Bjarne Stroustrup; +* Perl New Features; Joshua McAdams, brian d foy; Perl School ## 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 * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Soft Skills; John Sommez; Manning Publications -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Atomic Habits; James Clear; Random House Business +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Deep Work; Cal Newport; Piatkus * Ultralearning; Anna Laurent; Self-published via Amazon -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Ultralearning; Scott Young; Thorsons +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Slow Productivity; Cal Newport; Penguin Random House * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Ultralearning; Scott Young; Thorsons -* So Good They Can't Ignore You; Cal Newport; Business Plus -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Deep Work; Cal Newport; Piatkus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Atomic Habits; James Clear; Random House Business * The Power of Now; Eckhard Tolle; Yellow Kite -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Digital Minimalism; Cal Newport; Portofolio Penguin * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Off Switch; Mark Cropley; Virgin Books -* Slow Productivity; Cal Newport; Penguin Random House +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* 101 Essays that change the way you think; Brianna Wiest; Audible * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Soft Skills; John Sommez; Manning Publications [Here are notes of mine for some of the books](../notes/index.md) @@ -128,58 +131,58 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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 +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Protocol buffers; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Apache Tomcat Best Practises; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * 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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training +* AWS Immersion Day; Amazon; 1-day interactive online training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts I like In random order: -* Modern Mentor -* Dev Interrupted -* Ship it (Changelog) +* Java Pub House +* Cup o' Go [Golang] * Backend Banter * Go Time (Changelog) +* Modern Mentor * Maintainable * Hidden Brain -* Cup o' Go [Golang] * Deep Questions with Cal Newport -* Java Pub House +* Dev Interrupted +* Ship it (Changelog) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* VK Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Ruby Weekly +* The Valuable Dev +* Applied Go Weekly Newsletter * byteSizeGo * Golang Weekly +* VK Newsletter * Register Spill -* Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist -* The Valuable Dev -* Ruby Weekly # Formal education -- cgit v1.2.3 From d3116aba59b3cc4766f5875b8223f07c0ac22874 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 6 Oct 2024 11:24:18 +0300 Subject: Update content for md --- about/resources.md | 169 ++++++++++++++++++++++++++++------------------------- 1 file changed, 91 insertions(+), 78 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 93d948f7..dcc0979b 100644 --- a/about/resources.md +++ b/about/resources.md @@ -25,7 +25,9 @@ You won't find any links on this site because, over time, the links will break. * [⇢ ⇢ Self-development and soft-skills books](#self-development-and-soft-skills-books) * [⇢ ⇢ Technical video lectures and courses](#technical-video-lectures-and-courses) * [⇢ ⇢ Technical guides](#technical-guides) -* [⇢ ⇢ Podcasts I like](#podcasts-i-like) +* [⇢ ⇢ Podcasts](#podcasts) +* [⇢ ⇢ ⇢ Podcasts I like](#podcasts-i-like) +* [⇢ ⇢ ⇢ Podcasts I liked](#podcasts-i-liked) * [⇢ ⇢ Newsletters I like](#newsletters-i-like) * [⇢ Formal education](#formal-education) @@ -33,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Developing Games in Java; David Brackeen and others...; New Riders -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Modern Perl; Chromatic ; Onyx Neon Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Funktionale Programmierung; Peter Pepper; Springer -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* DNS and BIND; Cricket Liu; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Ultimate Go Notebook; Bill Kennedy * Leanring eBPF; Liz Rice; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Raku Recipes; J.J. Merelo; Apress -* Ultimate Go Notebook; Bill Kennedy -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 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 +* Raku Fundamentals; Moritz Lenz; Apress +* Java ist auch eine Insel; Christian Ullenboom; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Docker Book; James Turnbull; Kindle +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Developing Games in Java; David Brackeen and others...; New Riders +* C++ Programming Language; Bjarne Stroustrup; +* Funktionale Programmierung; Peter Pepper; Springer +* The Pragmatic Programmer; David Thomas; Addison-Wesley * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Effective awk programming; Arnold Robbins; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* C++ Programming Language; Bjarne Stroustrup; -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* 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 +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* 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 * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Docker Book; James Turnbull; Kindle +* Effective awk programming; Arnold Robbins; 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 * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Raku Fundamentals; Moritz Lenz; Apress -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress ## 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 +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * 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 ## Self-development and soft-skills books In random order: +* 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 * Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Off Switch; Mark Cropley; Virgin Books +* Soft Skills; John Sommez; Manning Publications * Deep Work; Cal Newport; Piatkus -* Ultralearning; Anna Laurent; Self-published via Amazon -* Ultralearning; Scott Young; Thorsons -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Joy of Missing Out; Christina Crook; New Society Publishers * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Good Enough Job; Simone Stolzoff; Ebury Edge * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Slow Productivity; Cal Newport; Penguin Random House -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Atomic Habits; James Clear; Random House Business +* Ultralearning; Scott Young; Thorsons * The Power of Now; Eckhard Tolle; Yellow Kite -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Off Switch; Mark Cropley; Virgin Books -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * 101 Essays that change the way you think; Brianna Wiest; Audible -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* So Good They Can't Ignore You; Cal Newport; Business Plus * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Soft Skills; John Sommez; Manning Publications +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press [Here are notes of mine for some of the books](../notes/index.md) @@ -131,22 +133,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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) -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training * Protocol buffers; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* Apache Tomcat Best Practises; 3-day on-site training -* 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 +* Scripting Vim; Damian Conway; O'Reilly Online +* 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) +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training +* MySQL Deep Dive Workshop; 2-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online ## Technical guides @@ -155,34 +157,45 @@ These are not whole books, but guides (smaller or larger) which I found very use * Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide -## Podcasts I like +## Podcasts + +### Podcasts I like In random order: -* Java Pub House -* Cup o' Go [Golang] +* The ProdCast (Google SRE Podcast) +* Dev Interrupted * Backend Banter -* Go Time (Changelog) -* Modern Mentor * Maintainable -* Hidden Brain * Deep Questions with Cal Newport -* Dev Interrupted +* The Pragmatic Engineer Podcast +* Cup o' Go [Golang] +* Go Time (Changelog) +* Hidden Brain * Ship it (Changelog) +### 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. + +* Java Pub House +* FLOSS weekly +* Modern Mentor +* CRE: Chaosradio Express [german] + ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Ruby Weekly -* The Valuable Dev -* Applied Go Weekly Newsletter * byteSizeGo * Golang Weekly * VK Newsletter * Register Spill +* Applied Go Weekly Newsletter +* The Valuable Dev * Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist +* Ruby Weekly # Formal education -- cgit v1.2.3 From 58123c293ccb89960e379146d4726701dded3e66 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 6 Oct 2024 11:29:36 +0300 Subject: Update content for md --- about/resources.md | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index dcc0979b..350f785d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Modern Perl; Chromatic ; Onyx Neon Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* DNS and BIND; Cricket Liu; O'Reilly * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Ultimate Go Notebook; Bill Kennedy * Leanring eBPF; Liz Rice; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Raku Recipes; J.J. Merelo; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* 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 -* Raku Fundamentals; Moritz Lenz; Apress -* Java ist auch eine Insel; Christian Ullenboom; +* Ultimate Go Notebook; Bill Kennedy +* Modern Perl; Chromatic ; Onyx Neon Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Effective awk programming; Arnold Robbins; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Terraform Cookbook; Mikael Krief; Packt Publishing -* The Docker Book; James Turnbull; Kindle -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Developing Games in Java; David Brackeen and others...; New Riders -* C++ Programming Language; Bjarne Stroustrup; -* Funktionale Programmierung; Peter Pepper; Springer -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Raku Fundamentals; Moritz Lenz; Apress * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* 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 +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Developing Games in Java; David Brackeen and others...; New Riders +* C++ Programming Language; Bjarne Stroustrup; * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Java ist auch eine Insel; Christian Ullenboom; +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Data Science at the Command Line; Jeroen Janssens; 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 -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Docker Book; James Turnbull; Kindle +* DNS and BIND; Cricket Liu; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press ## 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 -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* 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 -* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Off Switch; Mark Cropley; Virgin Books -* Soft Skills; John Sommez; Manning Publications -* Deep Work; Cal Newport; Piatkus -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Joy of Missing Out; Christina Crook; New Society Publishers -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Ultralearning; Anna Laurent; Self-published via Amazon +* Ultralearning; Scott Young; Thorsons +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Atomic Habits; James Clear; Random House Business -* Ultralearning; Scott Young; Thorsons +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Anna Laurent; Self-published via Amazon +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Slow Productivity; Cal Newport; Penguin Random House * The Power of Now; Eckhard Tolle; Yellow Kite +* Atomic Habits; James Clear; Random House Business +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Soft Skills; John Sommez; Manning Publications * 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 +* Deep Work; Cal Newport; Piatkus * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* 101 Essays that change the way you think; Brianna Wiest; Audible * Digital Minimalism; Cal Newport; Portofolio Penguin -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook [Here are notes of mine for some of the books](../notes/index.md) @@ -133,22 +133,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Apache Tomcat Best Practises; 3-day on-site training -* Protocol buffers; 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 -* Scripting Vim; Damian Conway; O'Reilly Online -* 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training * MySQL Deep Dive Workshop; 2-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* 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) +* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online ## Technical guides @@ -163,39 +163,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) +* Go Time (Changelog) +* Cup o' Go [Golang] * Dev Interrupted -* Backend Banter -* Maintainable * Deep Questions with Cal Newport +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Cup o' Go [Golang] -* Go Time (Changelog) -* Hidden Brain * Ship it (Changelog) +* Backend Banter +* Hidden Brain +* Maintainable ### 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. -* Java Pub House -* FLOSS weekly * Modern Mentor +* FLOSS weekly * CRE: Chaosradio Express [german] +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * byteSizeGo +* The Valuable Dev +* Ruby Weekly * Golang Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) * VK Newsletter +* The Imperfectionist * Register Spill * Applied Go Weekly Newsletter -* The Valuable Dev -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist -* Ruby Weekly # Formal education -- cgit v1.2.3 From 41a70d062860d09c6251739a26b09763b803ad9d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 11 Oct 2024 00:17:21 +0300 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 350f785d..12c8bb26 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Leanring eBPF; Liz Rice; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Ultimate Go Notebook; Bill Kennedy * Modern Perl; Chromatic ; Onyx Neon Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Effective awk programming; Arnold Robbins; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Raku Fundamentals; Moritz Lenz; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 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 -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Funktionale Programmierung; Peter Pepper; Springer -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Developing Games in Java; David Brackeen and others...; New Riders -* C++ Programming Language; Bjarne Stroustrup; -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Raku Recipes; J.J. Merelo; Apress +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Raku Recipes; J.J. Merelo; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DNS and BIND; Cricket Liu; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* 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 +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The Docker Book; James Turnbull; Kindle * Systemprogrammierung in Go; Frank Müller; dpunkt * Java ist auch eine Insel; Christian Ullenboom; -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Site Reliability Engineering; How Google runs production systems; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Off Switch; Mark Cropley; Virgin Books -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * So Good They Can't Ignore You; Cal Newport; Business Plus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Soft Skills; John Sommez; Manning Publications +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Ultralearning; Anna Laurent; Self-published via Amazon +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Power of Now; Eckhard Tolle; Yellow Kite * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Slow Productivity; Cal Newport; Penguin Random House -* The Power of Now; Eckhard Tolle; Yellow Kite +* The Off Switch; Mark Cropley; Virgin Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Atomic Habits; James Clear; Random House Business -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Soft Skills; John Sommez; Manning Publications * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Deep Work; Cal Newport; Piatkus -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Slow Productivity; Cal Newport; Penguin Random House +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* 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 +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Digital Minimalism; Cal Newport; Portofolio Penguin * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Ultralearning; Scott Young; Thorsons +* Deep Work; Cal Newport; Piatkus [Here are notes of mine for some of the books](../notes/index.md) @@ -133,29 +133,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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 -* MySQL Deep Dive Workshop; 2-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Apache Tomcat Best Practises; 3-day on-site training * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* 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) -* Protocol buffers; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Apache Tomcat Best Practises; 3-day on-site training +* Functional programming lecture; Remote University of Hagen * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* MySQL Deep Dive Workshop; 2-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Protocol buffers; O'Reilly Online +* 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) +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,37 +164,37 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Go Time (Changelog) -* Cup o' Go [Golang] +* Maintainable * Dev Interrupted -* Deep Questions with Cal Newport -* The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast * Ship it (Changelog) +* The Pragmatic Engineer Podcast +* The ProdCast (Google SRE Podcast) * Backend Banter +* Cup o' Go [Golang] +* Deep Questions with Cal Newport * Hidden Brain -* Maintainable ### 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. -* Modern Mentor -* FLOSS weekly * CRE: Chaosradio Express [german] * Java Pub House +* FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo +* VK Newsletter +* Register Spill * The Valuable Dev * Ruby Weekly -* Golang Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) -* VK Newsletter * The Imperfectionist -* Register Spill +* Golang Weekly * Applied Go Weekly Newsletter # Formal education -- cgit v1.2.3 From bbdeeaee76fde1c97843263fdbddc901d65b5c8b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 11 Oct 2024 00:21:18 +0300 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 12c8bb26..a0790ab1 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Modern Perl; Chromatic ; Onyx Neon Press * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Developing Games in Java; David Brackeen and others...; New Riders -* Raku Recipes; J.J. Merelo; Apress -* Leanring eBPF; Liz Rice; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Ultimate Go Notebook; Bill Kennedy +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * DNS and BIND; Cricket Liu; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* 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 -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Docker Book; James Turnbull; Kindle +* Modern Perl; Chromatic ; Onyx Neon Press * Systemprogrammierung in Go; Frank Müller; dpunkt -* Java ist auch eine Insel; Christian Ullenboom; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Docker Book; James Turnbull; Kindle +* 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 +* C++ Programming Language; Bjarne Stroustrup; * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Funktionale Programmierung; Peter Pepper; Springer +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Ultimate Go Notebook; Bill Kennedy -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Raku Recipes; J.J. Merelo; Apress +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* 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 +* Leanring eBPF; Liz Rice; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * So Good They Can't Ignore You; Cal Newport; Business Plus -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Soft Skills; John Sommez; Manning Publications +* Deep Work; Cal Newport; Piatkus * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Ultralearning; Anna Laurent; Self-published via Amazon -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Power of Now; Eckhard Tolle; Yellow Kite -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* 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 +* Ultralearning; Scott Young; Thorsons +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Slow Productivity; Cal Newport; Penguin Random House +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The Off Switch; Mark Cropley; Virgin Books -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Atomic Habits; James Clear; Random House Business * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Slow Productivity; Cal Newport; Penguin Random House -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The Joy of Missing Out; Christina Crook; New Society Publishers -* 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 * Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Digital Minimalism; Cal Newport; Portofolio Penguin -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Scott Young; Thorsons -* Deep Work; Cal Newport; Piatkus [Here are notes of mine for some of the books](../notes/index.md) @@ -133,22 +133,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training * Functional programming lecture; Remote University of Hagen -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 -* MySQL Deep Dive Workshop; 2-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Protocol buffers; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * 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) -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides @@ -163,39 +163,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Go Time (Changelog) +* Hidden Brain +* Cup o' Go [Golang] +* Deep Questions with Cal Newport * Maintainable +* Backend Banter +* The Pragmatic Engineer Podcast +* Go Time (Changelog) * Dev Interrupted * Ship it (Changelog) -* The Pragmatic Engineer Podcast * The ProdCast (Google SRE Podcast) -* Backend Banter -* Cup o' Go [Golang] -* Deep Questions with Cal Newport -* Hidden Brain ### 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] -* Java Pub House -* FLOSS weekly * Modern Mentor +* FLOSS weekly +* Java Pub House +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo +* Golang Weekly * VK Newsletter -* Register Spill -* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly -* The Imperfectionist -* Golang Weekly +* The Valuable Dev +* Register Spill * Applied Go Weekly Newsletter +* The Imperfectionist # Formal education -- cgit v1.2.3 From b07075b5613a96810c530014e4a8901bff800210 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 11 Oct 2024 11:55:19 +0300 Subject: Update content for md --- about/resources.md | 164 ++++++++++++++++++++++++++--------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index a0790ab1..c1431f4b 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Developing Games in Java; David Brackeen and others...; New Riders -* Java ist auch eine Insel; Christian Ullenboom; +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Ultimate Go Notebook; Bill Kennedy -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Developing Games in Java; David Brackeen and others...; New Riders +* Leanring eBPF; Liz Rice; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 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 +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 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 * DNS and BIND; Cricket Liu; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Systemprogrammierung in Go; Frank Müller; dpunkt +* 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 +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Terraform Cookbook; Mikael Krief; Packt Publishing -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Java ist auch eine Insel; Christian Ullenboom; +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * The Docker Book; James Turnbull; Kindle -* 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 -* C++ Programming Language; Bjarne Stroustrup; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Effective awk programming; Arnold Robbins; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Raku Recipes; J.J. Merelo; Apress -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * 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 -* Leanring eBPF; Liz Rice; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; 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: +* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Soft Skills; John Sommez; Manning Publications * Deep Work; Cal Newport; Piatkus -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Scott Young; Thorsons +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Off Switch; Mark Cropley; Virgin Books * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Power of Now; Eckhard Tolle; Yellow Kite +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Soft Skills; John Sommez; Manning Publications +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * 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 -* Ultralearning; Scott Young; Thorsons -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Slow Productivity; Cal Newport; Penguin Random House +* Ultralearning; Anna Laurent; Self-published via Amazon +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Power of Now; Eckhard Tolle; Yellow Kite * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Off Switch; Mark Cropley; Virgin Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Slow Productivity; Cal Newport; Penguin Random House * Atomic Habits; James Clear; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Digital Minimalism; Cal Newport; Portofolio Penguin +* So Good They Can't Ignore You; Cal Newport; Business Plus [Here are notes of mine for some of the books](../notes/index.md) @@ -133,29 +133,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Functional programming lecture; Remote University of Hagen -* Scripting Vim; Damian Conway; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Protocol buffers; O'Reilly Online +* 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 +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* 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) +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* AWS Immersion Day; Amazon; 1-day interactive online training +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -163,39 +163,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Hidden Brain +* Backend Banter * Cup o' Go [Golang] * Deep Questions with Cal Newport -* Maintainable -* Backend Banter -* The Pragmatic Engineer Podcast -* Go Time (Changelog) * Dev Interrupted +* The Pragmatic Engineer Podcast +* Hidden Brain * Ship it (Changelog) +* Go Time (Changelog) +* Maintainable * The ProdCast (Google SRE Podcast) ### 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. -* Modern Mentor * FLOSS weekly -* Java Pub House +* Modern Mentor * CRE: Chaosradio Express [german] +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Ruby Weekly +* The Imperfectionist +* Register Spill * byteSizeGo -* Golang Weekly +* The Valuable Dev * VK Newsletter +* Golang Weekly * Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly -* The Valuable Dev -* Register Spill * Applied Go Weekly Newsletter -* The Imperfectionist # Formal education -- cgit v1.2.3 From f79c1afb65d9dd8081508bed043c9a19e2ce691d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 11 Oct 2024 16:41:41 +0300 Subject: Update content for md --- about/resources.md | 154 ++++++++++++++++++++++++++--------------------------- 1 file changed, 77 insertions(+), 77 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c1431f4b..57ef0bcf 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Modern Perl; Chromatic ; Onyx Neon Press -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Developing Games in Java; David Brackeen and others...; New Riders -* Leanring eBPF; Liz Rice; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Effective Java; Joshua Bloch; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 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 -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing * 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 -* DNS and BIND; Cricket Liu; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Leanring eBPF; Liz Rice; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Terraform Cookbook; Mikael Krief; Packt Publishing -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Java ist auch eine Insel; Christian Ullenboom; -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * The Docker Book; James Turnbull; Kindle -* Effective awk programming; Arnold Robbins; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Ultimate Go Notebook; Bill Kennedy +* Raku Recipes; J.J. Merelo; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * C++ Programming Language; Bjarne Stroustrup; -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Raku Fundamentals; Moritz Lenz; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Java ist auch eine Insel; Christian Ullenboom; +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* DNS and BIND; Cricket Liu; O'Reilly ## 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: * Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Deep Work; Cal Newport; Piatkus -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Ultralearning; Scott Young; Thorsons -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Off Switch; Mark Cropley; Virgin Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Slow Productivity; Cal Newport; Penguin Random House +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Joy of Missing Out; Christina Crook; New Society Publishers +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Soft Skills; John Sommez; Manning Publications -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* 101 Essays that change the way you think; Brianna Wiest; Audible * Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Power of Now; Eckhard Tolle; Yellow Kite -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Slow Productivity; Cal Newport; Penguin Random House * Atomic Habits; James Clear; Random House Business -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Deep Work; Cal Newport; Piatkus * So Good They Can't Ignore You; Cal Newport; Business Plus +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Off Switch; Mark Cropley; Virgin Books +* 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) @@ -133,22 +133,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* 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 +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Protocol buffers; O'Reilly Online -* 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 +* AWS Immersion Day; Amazon; 1-day interactive online training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* 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) * Functional programming lecture; Remote University of Hagen +* MySQL Deep Dive Workshop; 2-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* AWS Immersion Day; Amazon; 1-day interactive online training -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides @@ -163,39 +163,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Backend Banter -* Cup o' Go [Golang] -* Deep Questions with Cal Newport -* Dev Interrupted * The Pragmatic Engineer Podcast -* Hidden Brain +* Dev Interrupted +* Deep Questions with Cal Newport * Ship it (Changelog) * Go Time (Changelog) +* Cup o' Go [Golang] +* Backend Banter * Maintainable * The ProdCast (Google SRE Podcast) +* Hidden Brain ### 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. +* Java Pub House * FLOSS weekly * Modern Mentor * CRE: Chaosradio Express [german] -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Ruby Weekly -* The Imperfectionist * Register Spill * byteSizeGo * The Valuable Dev +* The Imperfectionist * VK Newsletter -* Golang Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) * Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Ruby Weekly +* Golang Weekly # Formal education -- cgit v1.2.3 From 9d170b46ac4cdae74e01eab8c1db7d662f63f26c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 24 Oct 2024 21:05:39 +0300 Subject: Update content for md --- about/resources.md | 159 +++++++++++++++++++++++++++-------------------------- 1 file changed, 80 insertions(+), 79 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 57ef0bcf..acf7f239 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* DNS and BIND; Cricket Liu; O'Reilly * Modern Perl; Chromatic ; Onyx Neon Press -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Developing Games in Java; David Brackeen and others...; New Riders -* Funktionale Programmierung; Peter Pepper; Springer +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 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 +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* C++ Programming Language; Bjarne Stroustrup; +* Developing Games in Java; David Brackeen and others...; New Riders +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Leanring eBPF; Liz Rice; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The Docker Book; James Turnbull; Kindle +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Effective awk programming; Arnold Robbins; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Ultimate Go Notebook; Bill Kennedy -* Raku Recipes; J.J. Merelo; Apress -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* C++ Programming Language; Bjarne Stroustrup; -* Raku Fundamentals; Moritz Lenz; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* 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 * Perl New Features; Joshua McAdams, brian d foy; Perl School * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Raku Fundamentals; Moritz Lenz; Apress +* The Docker Book; James Turnbull; Kindle * Java ist auch eine Insel; Christian Ullenboom; -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* DNS and BIND; Cricket Liu; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; 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: * Relayd and Httpd Mastery; Michael W Lucas -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: +* The Off Switch; Mark Cropley; Virgin Books +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Joy of Missing Out; Christina Crook; New Society Publishers * Ultralearning; Scott Young; Thorsons -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Slow Productivity; Cal Newport; Penguin Random House -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Power of Now; Eckhard Tolle; Yellow Kite * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Soft Skills; John Sommez; Manning Publications -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Atomic Habits; James Clear; Random House Business * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Ultralearning; Anna Laurent; Self-published via Amazon -* 101 Essays that change the way you think; Brianna Wiest; Audible * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Power of Now; Eckhard Tolle; Yellow Kite -* Atomic Habits; James Clear; Random House Business +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Ultralearning; Anna Laurent; Self-published via Amazon * Deep Work; Cal Newport; Piatkus +* Soft Skills; John Sommez; Manning Publications +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Slow Productivity; Cal Newport; Penguin Random House +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* 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 * So Good They Can't Ignore You; Cal Newport; Business Plus -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Off Switch; Mark Cropley; Virgin Books -* 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) @@ -133,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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 -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* 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 * Functional programming lecture; Remote University of Hagen * 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 * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -163,14 +164,14 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Deep Questions with Cal Newport * The Pragmatic Engineer Podcast * Dev Interrupted -* Deep Questions with Cal Newport -* Ship it (Changelog) -* Go Time (Changelog) -* Cup o' Go [Golang] * Backend Banter * Maintainable +* Go Time (Changelog) +* Ship it (Changelog) +* Cup o' Go [Golang] * The ProdCast (Google SRE Podcast) * Hidden Brain @@ -178,24 +179,24 @@ In random order: 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. -* Java Pub House * FLOSS weekly * Modern Mentor * CRE: Chaosradio Express [german] +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Ruby Weekly * byteSizeGo -* The Valuable Dev -* The Imperfectionist * VK Newsletter +* The Imperfectionist +* Register Spill * Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly * Golang Weekly +* The Valuable Dev # Formal education -- cgit v1.2.3 From 39c9814f5b9382239401ed80c8b1d9a8b5895e54 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 24 Oct 2024 21:12:39 +0300 Subject: Update content for md --- about/resources.md | 164 ++++++++++++++++++++++++++--------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index acf7f239..e0fd77dd 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Raku Fundamentals; Moritz Lenz; Apress +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Leanring eBPF; Liz Rice; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * DNS and BIND; Cricket Liu; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* The Docker Book; James Turnbull; Kindle * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Raku Recipes; J.J. Merelo; Apress * C++ Programming Language; Bjarne Stroustrup; +* Raku Recipes; J.J. Merelo; Apress * Developing Games in Java; David Brackeen and others...; New Riders -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Effective awk programming; Arnold Robbins; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Higher Order Perl; Mark Dominus; Morgan Kaufmann * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Leanring eBPF; Liz Rice; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Effective awk programming; Arnold Robbins; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Modern Perl; Chromatic ; Onyx Neon Press * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Systemprogrammierung in Go; Frank Müller; dpunkt * Ultimate Go Notebook; Bill Kennedy -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 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 +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Raku Fundamentals; Moritz Lenz; Apress -* The Docker Book; James Turnbull; Kindle -* Java ist auch eine Insel; Christian Ullenboom; +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Funktionale Programmierung; Peter Pepper; Springer ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Off Switch; Mark Cropley; Virgin Books +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Soft Skills; John Sommez; Manning Publications * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Ultralearning; Anna Laurent; Self-published via Amazon * Ultralearning; Scott Young; Thorsons -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Power of Now; Eckhard Tolle; Yellow Kite -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Atomic Habits; James Clear; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Ultralearning; Anna Laurent; Self-published via Amazon -* Deep Work; Cal Newport; Piatkus -* Soft Skills; John Sommez; Manning Publications -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Slow Productivity; Cal Newport; Penguin Random House +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Good Enough Job; Simone Stolzoff; Ebury Edge +* Deep Work; Cal Newport; Piatkus +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Atomic Habits; James Clear; Random House Business +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * 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 -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Off Switch; Mark Cropley; Virgin Books [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Functional programming lecture; Remote University of Hagen * 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 -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * 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) +* Functional programming lecture; Remote University of Hagen * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Scripting Vim; Damian Conway; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,16 +164,16 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast -* Dev Interrupted -* Backend Banter * Maintainable -* Go Time (Changelog) -* Ship it (Changelog) +* Backend Banter * Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) +* The Pragmatic Engineer Podcast +* Ship it (Changelog) * Hidden Brain +* The ProdCast (Google SRE Podcast) +* Dev Interrupted +* Go Time (Changelog) +* Deep Questions with Cal Newport ### Podcasts I liked @@ -188,15 +188,15 @@ I liked them but am not listening to them anymore. The podcasts have either "fin This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly * byteSizeGo -* VK Newsletter * The Imperfectionist -* Register Spill +* VK Newsletter * Applied Go Weekly Newsletter -* Golang Weekly * The Valuable Dev +* Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly # Formal education -- cgit v1.2.3 From 970e9f5bd93f6b004e44628ec67e96e9a6aea6fd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 Nov 2024 09:33:42 +0200 Subject: Update content for md --- about/resources.md | 168 ++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index e0fd77dd..18d420a1 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Raku Fundamentals; Moritz Lenz; Apress -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Leanring eBPF; Liz Rice; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* DNS and BIND; Cricket Liu; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* The Docker Book; James Turnbull; Kindle -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Raku Recipes; J.J. Merelo; Apress -* Developing Games in Java; David Brackeen and others...; New Riders -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Effective awk programming; Arnold Robbins; O'Reilly * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 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 -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * 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 -* Ultimate Go Notebook; Bill Kennedy -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* C++ Programming Language; Bjarne Stroustrup; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Funktionale Programmierung; Peter Pepper; Springer +* Effective awk programming; Arnold Robbins; O'Reilly * Perl New Features; Joshua McAdams, brian d foy; Perl School +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Docker Book; James Turnbull; Kindle +* DNS and BIND; Cricket Liu; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Java ist auch eine Insel; Christian Ullenboom; +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Developing Games in Java; David Brackeen and others...; New Riders +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Ultimate Go Notebook; Bill Kennedy * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 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 +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Soft Skills; John Sommez; Manning Publications -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Ultralearning; Anna Laurent; Self-published via Amazon -* Ultralearning; Scott Young; Thorsons -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Slow Productivity; Cal Newport; Penguin Random House -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Power of Now; Eckhard Tolle; Yellow Kite * 101 Essays that change the way you think; Brianna Wiest; Audible -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Slow Productivity; Cal Newport; Penguin Random House +* Atomic Habits; James Clear; Random House Business * Deep Work; Cal Newport; Piatkus +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Digital Minimalism; Cal Newport; Portofolio Penguin -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Atomic Habits; James Clear; Random House Business * The Joy of Missing Out; Christina Crook; New Society Publishers * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* 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 +* Soft Skills; John Sommez; Manning Publications +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Ultralearning; Anna Laurent; Self-published via Amazon * The Off Switch; Mark Cropley; Virgin Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Ultralearning; Scott Young; Thorsons +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Good Enough Job; Simone Stolzoff; Ebury Edge [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * Apache Tomcat Best Practises; 3-day on-site training -* 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 -* Protocol buffers; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* 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 +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* 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) +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Functional programming lecture; Remote University of Hagen -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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 +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Protocol buffers; 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -167,34 +167,34 @@ In random order: * Maintainable * Backend Banter * Cup o' Go [Golang] -* The Pragmatic Engineer Podcast +* Deep Questions with Cal Newport * Ship it (Changelog) * Hidden Brain -* The ProdCast (Google SRE Podcast) -* Dev Interrupted * Go Time (Changelog) -* Deep Questions with Cal Newport +* Dev Interrupted +* The ProdCast (Google SRE Podcast) +* The Pragmatic Engineer Podcast ### 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. +* Java Pub House * FLOSS weekly -* Modern Mentor * CRE: Chaosradio Express [german] -* Java Pub House +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* The Valuable Dev +* Applied Go Weekly Newsletter * Ruby Weekly -* byteSizeGo +* Register Spill * The Imperfectionist * VK Newsletter -* Applied Go Weekly Newsletter -* The Valuable Dev -* Register Spill +* byteSizeGo * Andreas Brandhorst Newsletter (Sci-Fi author) * Golang Weekly -- cgit v1.2.3 From 2e80d2a77b4c9130af245b19c06ef54102990e76 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 Nov 2024 09:35:35 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 18d420a1..45e3e503 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Raku Recipes; J.J. Merelo; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * C++ Programming Language; Bjarne Stroustrup; -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Funktionale Programmierung; Peter Pepper; Springer -* Effective awk programming; Arnold Robbins; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Site Reliability Engineering; How Google runs production systems; O'Reilly * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Developing Games in Java; David Brackeen and others...; New Riders * The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Java ist auch eine Insel; Christian Ullenboom; -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* 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 +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Systemprogrammierung in Go; Frank Müller; dpunkt +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Developing Games in Java; David Brackeen and others...; New Riders -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Raku Recipes; J.J. Merelo; Apress +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Leanring eBPF; Liz Rice; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Ultimate Go Notebook; Bill Kennedy -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 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 * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Java ist auch eine Insel; Christian Ullenboom; +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Modern Perl; Chromatic ; Onyx Neon Press * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* The Power of Now; Eckhard Tolle; Yellow Kite -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Slow Productivity; Cal Newport; Penguin Random House -* Atomic Habits; James Clear; Random House Business -* Deep Work; Cal Newport; Piatkus * So Good They Can't Ignore You; Cal Newport; Business Plus +* Deep Work; Cal Newport; Piatkus +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Slow Productivity; Cal Newport; Penguin Random House * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Digital Minimalism; Cal Newport; Portofolio Penguin -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* 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 +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Off Switch; Mark Cropley; Virgin Books * Soft Skills; John Sommez; Manning Publications -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Off Switch; Mark Cropley; Virgin Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Ultralearning; Scott Young; Thorsons +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Power of Now; Eckhard Tolle; Yellow Kite +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Scott Young; Thorsons +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Atomic Habits; James Clear; Random House Business +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* MySQL Deep Dive Workshop; 2-day on-site training -* Apache Tomcat Best Practises; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training * Scripting Vim; Damian Conway; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* 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 * 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 -* 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 -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Apache Tomcat Best Practises; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Protocol buffers; O'Reilly Online +* 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) * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* MySQL Deep Dive Workshop; 2-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable +* The Pragmatic Engineer Podcast * Backend Banter +* Maintainable +* Ship it (Changelog) +* Go Time (Changelog) * Cup o' Go [Golang] * Deep Questions with Cal Newport -* Ship it (Changelog) * Hidden Brain -* Go Time (Changelog) * Dev Interrupted * The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast ### 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. +* Modern Mentor +* CRE: Chaosradio Express [german] * Java Pub House * 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: -* The Valuable Dev * Applied Go Weekly Newsletter -* Ruby Weekly -* Register Spill * The Imperfectionist +* Golang Weekly * VK Newsletter -* byteSizeGo +* Register Spill * Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly +* The Valuable Dev +* Ruby Weekly +* byteSizeGo # Formal education -- cgit v1.2.3 From cf7c04c301c62c7c34ed618525c3169cc8946c96 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 Nov 2024 11:56:12 +0200 Subject: Update content for md --- about/resources.md | 164 ++++++++++++++++++++++++++--------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 45e3e503..bd5fa42c 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* C++ Programming Language; Bjarne Stroustrup; +* Raku Fundamentals; Moritz Lenz; Apress * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Developing Games in Java; David Brackeen and others...; New Riders +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * The Docker Book; James Turnbull; Kindle -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * 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 +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Modern Perl; Chromatic ; Onyx Neon Press +* C++ Programming Language; Bjarne Stroustrup; * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Terraform Cookbook; Mikael Krief; Packt Publishing +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Developing Games in Java; David Brackeen and others...; New Riders +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Data Science at the Command Line; Jeroen Janssens; 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 * Raku Recipes; J.J. Merelo; Apress -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Raku Fundamentals; Moritz Lenz; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Java ist auch eine Insel; Christian Ullenboom; -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Modern Perl; Chromatic ; Onyx Neon Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Funktionale Programmierung; Peter Pepper; Springer +* Systemprogrammierung in Go; Frank Müller; dpunkt * The Pragmatic Programmer; David Thomas; Addison-Wesley +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Effective awk programming; Arnold Robbins; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* 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: +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * So Good They Can't Ignore You; Cal Newport; Business Plus -* Deep Work; Cal Newport; Piatkus -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Slow Productivity; Cal Newport; Penguin Random House -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Digital Minimalism; Cal Newport; Portofolio Penguin -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Off Switch; Mark Cropley; Virgin Books * Soft Skills; John Sommez; Manning Publications -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Deep Work; Cal Newport; Piatkus +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Anna Laurent; Self-published via Amazon +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Power of Now; Eckhard Tolle; Yellow Kite -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Off Switch; Mark Cropley; Virgin Books +* Atomic Habits; James Clear; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Ultralearning; Scott Young; Thorsons -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* 101 Essays that change the way you think; Brianna Wiest; Audible * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Anna Laurent; Self-published via Amazon +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Atomic Habits; James Clear; Random House Business +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Slow Productivity; Cal Newport; Penguin Random House * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Protocol buffers; 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 * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Apache Tomcat Best Practises; 3-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Protocol buffers; O'Reilly Online * 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) -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* MySQL Deep Dive Workshop; 2-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Cup o' Go [Golang] +* The ProdCast (Google SRE Podcast) +* Dev Interrupted * The Pragmatic Engineer Podcast * Backend Banter -* Maintainable -* Ship it (Changelog) * Go Time (Changelog) -* Cup o' Go [Golang] +* Maintainable * Deep Questions with Cal Newport +* Ship it (Changelog) * Hidden Brain -* Dev Interrupted -* The ProdCast (Google SRE Podcast) ### 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. +* Java Pub House * Modern Mentor * CRE: Chaosradio Express [german] -* Java Pub House * FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter -* The Imperfectionist -* Golang Weekly -* VK Newsletter * Register Spill -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Valuable Dev +* Golang Weekly * Ruby Weekly * byteSizeGo +* The Imperfectionist +* The Valuable Dev +* Applied Go Weekly Newsletter +* VK Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) # Formal education -- cgit v1.2.3 From 0645f5a419564704a352069494efa98b5f0511c4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 1 Nov 2024 12:00:35 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index bd5fa42c..ee08d88a 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Raku Fundamentals; Moritz Lenz; Apress -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Modern Perl; Chromatic ; Onyx Neon Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* The Docker Book; James Turnbull; Kindle -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 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 -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Modern Perl; Chromatic ; Onyx Neon Press -* C++ Programming Language; Bjarne Stroustrup; -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Terraform Cookbook; Mikael Krief; Packt Publishing -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Developing Games in Java; David Brackeen and others...; New Riders -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Raku Recipes; J.J. Merelo; Apress -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Funktionale Programmierung; Peter Pepper; Springer -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Ultimate Go Notebook; Bill Kennedy +* Developing Games in Java; David Brackeen and others...; New Riders +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Effective awk programming; Arnold Robbins; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* C++ Programming Language; Bjarne Stroustrup; +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* 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 +* Raku Fundamentals; Moritz Lenz; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Terraform Cookbook; Mikael Krief; Packt Publishing * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Leanring eBPF; Liz Rice; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Docker Book; James Turnbull; Kindle +* DNS and BIND; Cricket Liu; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt ## 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* 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: -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Soft Skills; John Sommez; Manning Publications +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Deep Work; Cal Newport; Piatkus -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Good Enough Job; Simone Stolzoff; Ebury Edge +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Ultralearning; Anna Laurent; Self-published via Amazon -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Off Switch; Mark Cropley; Virgin Books +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Soft Skills; John Sommez; Manning Publications +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Atomic Habits; James Clear; Random House Business -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Influence without Authority; A. Cohen, D. Bradford; Wiley * Ultralearning; Scott Young; Thorsons -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Slow Productivity; Cal Newport; Penguin Random House -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Off Switch; Mark Cropley; Virgin Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* So Good They Can't Ignore You; Cal Newport; Business Plus [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Functional programming lecture; Remote University of Hagen +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Protocol buffers; 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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Functional programming lecture; Remote University of Hagen +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* 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) +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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 +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training ## Technical guides @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) * Dev Interrupted +* The ProdCast (Google SRE Podcast) +* Ship it (Changelog) +* Deep Questions with Cal Newport +* Cup o' Go [Golang] +* Hidden Brain +* Maintainable * The Pragmatic Engineer Podcast * Backend Banter * Go Time (Changelog) -* Maintainable -* Deep Questions with Cal Newport -* Ship it (Changelog) -* Hidden Brain ### 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. -* Java Pub House * Modern Mentor * CRE: Chaosradio Express [german] * FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * Register Spill +* byteSizeGo * Golang Weekly * Ruby Weekly -* byteSizeGo -* The Imperfectionist * The Valuable Dev -* Applied Go Weekly Newsletter * VK Newsletter +* The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) +* Applied Go Weekly Newsletter # Formal education -- cgit v1.2.3 From 3a18c16bd3ff5715ed382b8e1c6187b34c646bc1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 Nov 2024 09:28:54 +0200 Subject: Update content for md --- about/resources.md | 164 ++++++++++++++++++++++++++--------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index ee08d88a..9cebf3f7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Modern Perl; Chromatic ; Onyx Neon Press * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Funktionale Programmierung; Peter Pepper; Springer -* Ultimate Go Notebook; Bill Kennedy -* Developing Games in Java; David Brackeen and others...; New Riders -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Effective awk programming; Arnold Robbins; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* C++ Programming Language; Bjarne Stroustrup; -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* DNS and BIND; Cricket Liu; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Effective Java; Joshua Bloch; Addison-Wesley Professional +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Ultimate Go Notebook; Bill Kennedy +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Developing Games in Java; David Brackeen and others...; New Riders +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* C++ Programming Language; Bjarne Stroustrup; +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Effective awk programming; Arnold Robbins; O'Reilly * 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 -* Raku Fundamentals; Moritz Lenz; Apress -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Raku Fundamentals; Moritz Lenz; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Leanring eBPF; Liz Rice; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Higher Order Perl; Mark Dominus; Morgan Kaufmann * The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly ## 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 * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* 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 +* Slow Productivity; Cal Newport; Penguin Random House +* The Power of Now; Eckhard Tolle; Yellow Kite +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Deep Work; Cal Newport; Piatkus * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Off Switch; Mark Cropley; Virgin Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Deep Work; Cal Newport; Piatkus -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Scott Young; Thorsons +* Ultralearning; Anna Laurent; Self-published via Amazon +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Digital Minimalism; Cal Newport; Portofolio Penguin -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Ultralearning; Anna Laurent; Self-published via Amazon -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Soft Skills; John Sommez; Manning Publications +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* 101 Essays that change the way you think; Brianna Wiest; Audible * Atomic Habits; James Clear; Random House Business -* Ultralearning; Scott Young; Thorsons -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Slow Productivity; Cal Newport; Penguin Random House -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Off Switch; Mark Cropley; Virgin Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Soft Skills; John Sommez; Manning Publications [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,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...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Protocol buffers; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Scripting Vim; Damian Conway; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Functional programming lecture; Remote University of Hagen -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* 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) * AWS Immersion Day; Amazon; 1-day interactive online training * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training ## Technical guides @@ -165,38 +165,38 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Dev Interrupted -* The ProdCast (Google SRE Podcast) -* Ship it (Changelog) -* Deep Questions with Cal Newport +* Backend Banter * Cup o' Go [Golang] * Hidden Brain -* Maintainable +* Deep Questions with Cal Newport * The Pragmatic Engineer Podcast -* Backend Banter +* Maintainable * Go Time (Changelog) +* Ship it (Changelog) +* The ProdCast (Google SRE Podcast) ### 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. * Modern Mentor -* CRE: Chaosradio Express [german] -* FLOSS weekly * Java Pub House +* FLOSS weekly +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* byteSizeGo +* The Imperfectionist * Golang Weekly -* Ruby Weekly -* The Valuable Dev * VK Newsletter -* The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo * Applied Go Weekly Newsletter +* Register Spill +* Ruby Weekly +* The Valuable Dev # Formal education -- cgit v1.2.3 From 7e0dbb7fa5168c5abd86dc3fc7d4d55bdfad2635 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:09:05 +0200 Subject: Update content for md --- about/resources.md | 162 ++++++++++++++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9cebf3f7..7c43c76d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,60 +35,60 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* DNS and BIND; Cricket Liu; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Ultimate Go Notebook; Bill Kennedy +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Leanring eBPF; Liz Rice; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* 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 +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Developing Games in Java; David Brackeen and others...; New Riders +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Java ist auch eine Insel; Christian Ullenboom; * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Docker Book; James Turnbull; Kindle +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School * C++ Programming Language; Bjarne Stroustrup; -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Effective awk programming; Arnold Robbins; O'Reilly -* 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 -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Leanring eBPF; Liz Rice; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; * Raku Fundamentals; Moritz Lenz; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Modern Perl; Chromatic ; Onyx Neon Press +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* DNS and BIND; Cricket Liu; O'Reilly * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Effective awk programming; Arnold Robbins; O'Reilly * Funktionale Programmierung; Peter Pepper; Springer -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Docker Book; James Turnbull; Kindle -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly ## 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 -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * 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 +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas @@ -97,36 +97,36 @@ I didn't read them from the beginning to the end, but I am using them to look up In random order: -* 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 -* Slow Productivity; Cal Newport; Penguin Random House -* The Power of Now; Eckhard Tolle; Yellow Kite -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Soft Skills; John Sommez; Manning Publications * Deep Work; Cal Newport; Piatkus +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Off Switch; Mark Cropley; Virgin Books +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Ultralearning; Anna Laurent; Self-published via Amazon +* Ultralearning; Scott Young; Thorsons +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Off Switch; Mark Cropley; Virgin Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Slow Productivity; Cal Newport; Penguin Random House * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Ultralearning; Scott Young; Thorsons -* Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Digital Minimalism; Cal Newport; Portofolio Penguin * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Joy of Missing Out; Christina Crook; New Society Publishers * Atomic Habits; James Clear; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Soft Skills; John Sommez; Manning Publications [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ 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 +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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) +* MySQL Deep Dive Workshop; 2-day on-site training * Functional programming lecture; Remote University of Hagen * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Protocol buffers; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Scripting Vim; Damian Conway; O'Reilly Online +* Protocol buffers; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* 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) * AWS Immersion Day; Amazon; 1-day interactive online training -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Algorithms Video Lectures; Robert Sedgewick; 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Dev Interrupted * Backend Banter -* Cup o' Go [Golang] -* Hidden Brain -* Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast +* The ProdCast (Google SRE Podcast) * Maintainable +* Hidden Brain * Go Time (Changelog) +* Dev Interrupted +* The Pragmatic Engineer Podcast * Ship it (Changelog) -* The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] +* 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. -* Modern Mentor * Java Pub House -* FLOSS weekly * CRE: Chaosradio Express [german] +* FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * The Imperfectionist -* Golang Weekly +* The Valuable Dev +* byteSizeGo * VK Newsletter +* Register Spill * Andreas Brandhorst Newsletter (Sci-Fi author) -* byteSizeGo +* Golang Weekly * Applied Go Weekly Newsletter -* Register Spill * Ruby Weekly -* The Valuable Dev # Formal education -- cgit v1.2.3 From 865c4640d7d134e26f0bf35ecb3d55d712542ecf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:21:10 +0200 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 7c43c76d..003dc7f8 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Ultimate Go Notebook; Bill Kennedy -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Leanring eBPF; Liz Rice; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Raku Recipes; J.J. Merelo; Apress +* Funktionale Programmierung; Peter Pepper; Springer * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Developing Games in Java; David Brackeen and others...; New Riders * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * 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 -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Docker Book; James Turnbull; Kindle -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* C++ Programming Language; Bjarne Stroustrup; * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Raku Fundamentals; Moritz Lenz; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Modern Perl; Chromatic ; Onyx Neon Press * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Site Reliability Engineering; How Google runs production systems; O'Reilly * DNS and BIND; Cricket Liu; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* C++ Programming Language; Bjarne Stroustrup; +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective awk programming; Arnold Robbins; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Docker Book; James Turnbull; Kindle +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Leanring eBPF; Liz Rice; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Ultimate Go Notebook; Bill Kennedy +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing ## 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: -* 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 +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * 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 +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Soft Skills; John Sommez; Manning Publications +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * So Good They Can't Ignore You; Cal Newport; Business Plus +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Soft Skills; John Sommez; Manning Publications -* Deep Work; Cal Newport; Piatkus -* Digital Minimalism; Cal Newport; Portofolio Penguin * The Off Switch; Mark Cropley; Virgin Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Deep Work; Cal Newport; Piatkus * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Ultralearning; Anna Laurent; Self-published via Amazon +* Digital Minimalism; Cal Newport; Portofolio Penguin * Ultralearning; Scott Young; Thorsons -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Slow Productivity; Cal Newport; Penguin Random House -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Power of Now; Eckhard Tolle; Yellow Kite +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Slow Productivity; Cal Newport; Penguin Random House +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Atomic Habits; James Clear; Random House Business +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,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 -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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) +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * MySQL Deep Dive Workshop; 2-day on-site training -* Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Protocol buffers; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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 -* AWS Immersion Day; Amazon; 1-day interactive online training +* 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) +* Scripting Vim; Damian Conway; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Functional programming lecture; Remote University of Hagen ## Technical guides @@ -166,37 +166,37 @@ In random order: * Backend Banter * The ProdCast (Google SRE Podcast) -* Maintainable -* Hidden Brain +* Deep Questions with Cal Newport * Go Time (Changelog) +* Hidden Brain * Dev Interrupted +* Cup o' Go [Golang] * The Pragmatic Engineer Podcast +* Maintainable * Ship it (Changelog) -* Cup o' Go [Golang] -* 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. -* Java Pub House * CRE: Chaosradio Express [german] -* FLOSS weekly +* Java Pub House * Modern Mentor +* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Imperfectionist * The Valuable Dev -* byteSizeGo -* VK Newsletter -* Register Spill -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly * Applied Go Weekly Newsletter +* Register Spill * Ruby Weekly +* The Imperfectionist +* Golang Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) +* VK Newsletter +* byteSizeGo # Formal education -- cgit v1.2.3 From 810ded7d4932ef33cc87ebcce1c3a3e54fa76a43 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:25:53 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 003dc7f8..53e71c30 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 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 +* Systemprogrammierung in Go; Frank Müller; dpunkt * Raku Recipes; J.J. Merelo; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Developing Games in Java; David Brackeen and others...; New Riders +* Java ist auch eine Insel; Christian Ullenboom; +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Leanring eBPF; Liz Rice; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 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 +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* C++ Programming Language; Bjarne Stroustrup; * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective awk programming; Arnold Robbins; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* DNS and BIND; Cricket Liu; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Docker Book; James Turnbull; Kindle +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Developing Games in Java; David Brackeen and others...; New Riders * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Leanring eBPF; Liz Rice; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Raku Fundamentals; Moritz Lenz; Apress * Ultimate Go Notebook; Bill Kennedy -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Docker Book; James Turnbull; Kindle +* Modern Perl; Chromatic ; Onyx Neon Press * Terraform Cookbook; Mikael Krief; Packt Publishing +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Perl New Features; Joshua McAdams, brian d foy; Perl School ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * So Good They Can't Ignore You; Cal Newport; Business Plus +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Joy of Missing Out; Christina Crook; New Society Publishers * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Off Switch; Mark Cropley; Virgin Books * 101 Essays that change the way you think; Brianna Wiest; Audible -* Deep Work; Cal Newport; Piatkus -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Ultralearning; Scott Young; Thorsons -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Off Switch; Mark Cropley; Virgin Books +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Power of Now; Eckhard Tolle; Yellow Kite -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Slow Productivity; Cal Newport; Penguin Random House * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Soft Skills; John Sommez; Manning Publications +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Atomic Habits; James Clear; Random House Business * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Slow Productivity; Cal Newport; Penguin Random House +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Deep Work; Cal Newport; Piatkus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Ultralearning; Scott Young; Thorsons +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Anna Laurent; Self-published via Amazon +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training +* 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) +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * 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 -* 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) -* Scripting Vim; Damian Conway; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* AWS Immersion Day; Amazon; 1-day interactive online training +* 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: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,37 +164,37 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Backend Banter +* The Pragmatic Engineer Podcast +* Cup o' Go [Golang] +* Dev Interrupted * The ProdCast (Google SRE Podcast) -* Deep Questions with Cal Newport * Go Time (Changelog) -* Hidden Brain -* Dev Interrupted -* Cup o' Go [Golang] -* The Pragmatic Engineer Podcast -* Maintainable +* Backend Banter * Ship it (Changelog) +* Maintainable +* Hidden Brain +* 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. +* FLOSS weekly * CRE: Chaosradio Express [german] -* Java Pub House * Modern Mentor -* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * The Valuable Dev -* Applied Go Weekly Newsletter -* Register Spill -* Ruby Weekly * The Imperfectionist -* Golang Weekly +* Ruby Weekly * Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill +* Applied Go Weekly Newsletter +* Golang Weekly * VK Newsletter * byteSizeGo -- cgit v1.2.3 From fea3ab554253637802a73efd27cc4c782bf4bf36 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:31:00 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 53e71c30..7495b161 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* 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 -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Raku Recipes; J.J. Merelo; Apress -* Java ist auch eine Insel; Christian Ullenboom; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Leanring eBPF; Liz Rice; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Raku Fundamentals; Moritz Lenz; Apress +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* C++ Programming Language; Bjarne Stroustrup; +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Developing Games in Java; David Brackeen and others...; New Riders * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 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 +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective awk programming; Arnold Robbins; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Funktionale Programmierung; Peter Pepper; Springer * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Raku Fundamentals; Moritz Lenz; Apress +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Java ist auch eine Insel; Christian Ullenboom; +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Ultimate Go Notebook; Bill Kennedy -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Perl New Features; Joshua McAdams, brian d foy; Perl School * The Docker Book; James Turnbull; Kindle -* Modern Perl; Chromatic ; Onyx Neon Press -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Leanring eBPF; Liz Rice; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* C++ Programming Language; Bjarne Stroustrup; * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 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 +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* DNS and BIND; Cricket Liu; O'Reilly ## 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 * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* 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 * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Digital Minimalism; Cal Newport; Portofolio Penguin * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Soft Skills; John Sommez; Manning Publications * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* 101 Essays that change the way you think; Brianna Wiest; Audible * The Off Switch; Mark Cropley; Virgin Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Power of Now; Eckhard Tolle; Yellow Kite -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Soft Skills; John Sommez; Manning Publications -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Atomic Habits; James Clear; Random House Business * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Slow Productivity; Cal Newport; Penguin Random House -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Atomic Habits; James Clear; Random House Business * Deep Work; Cal Newport; Piatkus -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Ultralearning; Anna Laurent; Self-published via Amazon +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Slow Productivity; Cal Newport; Penguin Random House +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Ultralearning; Scott Young; Thorsons +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* So Good They Can't Ignore You; Cal Newport; Business Plus [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Functional programming lecture; Remote University of Hagen -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); 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 * Apache Tomcat Best Practises; 3-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training * 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) -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Protocol buffers; 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 * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * AWS Immersion Day; Amazon; 1-day interactive online training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The Pragmatic Engineer Podcast -* Cup o' Go [Golang] * Dev Interrupted -* The ProdCast (Google SRE Podcast) -* Go Time (Changelog) -* Backend Banter -* Ship it (Changelog) +* Cup o' Go [Golang] +* Deep Questions with Cal Newport * Maintainable +* Go Time (Changelog) +* The ProdCast (Google SRE Podcast) * Hidden Brain -* Deep Questions with Cal Newport +* Ship it (Changelog) +* The Pragmatic Engineer Podcast +* 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. -* FLOSS weekly * CRE: Chaosradio Express [german] -* Modern Mentor * Java Pub House +* FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist * Ruby Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill -* Applied Go Weekly Newsletter * Golang Weekly -* VK Newsletter +* The Valuable Dev +* Applied Go Weekly Newsletter +* Register Spill * byteSizeGo +* VK Newsletter # Formal education -- cgit v1.2.3 From 59a7d0c5b74968976d633e737097556b6c38decb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:35:11 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 7495b161..bafc38cc 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Raku Fundamentals; Moritz Lenz; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* 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 Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* DNS and BIND; Cricket Liu; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Developing Games in Java; David Brackeen and others...; New Riders -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Perl New Features; Joshua McAdams, brian d foy; Perl School * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Developing Games in Java; David Brackeen and others...; New Riders +* Java ist auch eine Insel; Christian Ullenboom; +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective awk programming; Arnold Robbins; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* Ultimate Go Notebook; Bill Kennedy +* Modern Perl; Chromatic ; Onyx Neon Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Docker Book; James Turnbull; Kindle * Funktionale Programmierung; Peter Pepper; Springer +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Raku Recipes; J.J. Merelo; Apress +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Raku Fundamentals; Moritz Lenz; Apress * Terraform Cookbook; Mikael Krief; Packt Publishing -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Java ist auch eine Insel; Christian Ullenboom; -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Ultimate Go Notebook; Bill Kennedy -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* The Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Leanring eBPF; Liz Rice; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* C++ Programming Language; Bjarne Stroustrup; -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 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 -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* DNS and BIND; Cricket Liu; O'Reilly ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Soft Skills; John Sommez; Manning Publications -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Off Switch; Mark Cropley; Virgin Books * The Power of Now; Eckhard Tolle; Yellow Kite +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Ultralearning; Scott Young; Thorsons +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Off Switch; Mark Cropley; Virgin Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Slow Productivity; Cal Newport; Penguin Random House * Atomic Habits; James Clear; Random House Business * Deep Work; Cal Newport; Piatkus -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Soft Skills; John Sommez; Manning Publications +* Digital Minimalism; Cal Newport; Portofolio Penguin * Ultralearning; Anna Laurent; Self-published via Amazon +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Slow Productivity; Cal Newport; Penguin Random House -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * 101 Essays that change the way you think; Brianna Wiest; Audible -* Ultralearning; Scott Young; Thorsons -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* So Good They Can't Ignore You; Cal Newport; Business Plus [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; 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 -* Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Protocol buffers; O'Reilly Online +* 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 +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * AWS Immersion Day; Amazon; 1-day interactive online training +* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Dev Interrupted -* Cup o' Go [Golang] -* Deep Questions with Cal Newport -* Maintainable -* Go Time (Changelog) +* Ship it (Changelog) * The ProdCast (Google SRE Podcast) * Hidden Brain -* Ship it (Changelog) -* The Pragmatic Engineer Podcast * Backend Banter +* Maintainable +* Cup o' Go [Golang] +* The Pragmatic Engineer Podcast +* Go Time (Changelog) +* Dev Interrupted +* 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] +* Modern Mentor * Java Pub House * FLOSS weekly -* Modern Mentor +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Golang Weekly +* byteSizeGo * Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist * Ruby Weekly -* Golang Weekly -* The Valuable Dev -* Applied Go Weekly Newsletter * Register Spill -* byteSizeGo * VK Newsletter +* The Imperfectionist +* The Valuable Dev +* Applied Go Weekly Newsletter # Formal education -- cgit v1.2.3 From 1b8de26005feb21678ca5eb4cd9a6648fbd70575 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:46:35 +0200 Subject: Update content for md --- about/resources.md | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index bafc38cc..5e1f04bd 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 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 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 * Leanring eBPF; Liz Rice; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* DNS and BIND; Cricket Liu; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* 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 -* Developing Games in Java; David Brackeen and others...; New Riders -* Java ist auch eine Insel; Christian Ullenboom; +* Site Reliability Engineering; How Google runs production systems; O'Reilly * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Java ist auch eine Insel; Christian Ullenboom; +* C++ Programming Language; Bjarne Stroustrup; +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Ultimate Go Notebook; Bill Kennedy -* Modern Perl; Chromatic ; Onyx Neon Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Docker Book; James Turnbull; Kindle * Funktionale Programmierung; Peter Pepper; Springer -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Raku Recipes; J.J. Merelo; Apress +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Ultimate Go Notebook; Bill Kennedy +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Raku Fundamentals; Moritz Lenz; Apress -* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Docker Book; James Turnbull; Kindle +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 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 +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Modern Perl; Chromatic ; Onyx Neon Press +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* DNS and BIND; Cricket Liu; O'Reilly ## 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* The Power of Now; Eckhard Tolle; Yellow Kite -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 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 +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Off Switch; Mark Cropley; Virgin Books +* The Power of Now; Eckhard Tolle; Yellow Kite * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Atomic Habits; James Clear; Random House Business +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Joy of Missing Out; Christina Crook; New Society Publishers * Slow Productivity; Cal Newport; Penguin Random House -* Atomic Habits; James Clear; Random House Business -* Deep Work; Cal Newport; Piatkus -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Soft Skills; John Sommez; Manning Publications -* Digital Minimalism; Cal Newport; Portofolio Penguin +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Ultralearning; Anna Laurent; Self-published via Amazon -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * 101 Essays that change the way you think; Brianna Wiest; Audible +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Digital Minimalism; Cal Newport; Portofolio Penguin [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Apache Tomcat Best Practises; 3-day on-site training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * 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 * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* MySQL Deep Dive Workshop; 2-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Scripting Vim; Damian Conway; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training +* Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Ship it (Changelog) * The ProdCast (Google SRE Podcast) -* Hidden Brain * Backend Banter +* Dev Interrupted +* Go Time (Changelog) +* Ship it (Changelog) * Maintainable -* Cup o' Go [Golang] * The Pragmatic Engineer Podcast -* Go Time (Changelog) -* Dev Interrupted +* Cup o' Go [Golang] +* Hidden Brain * 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. -* Modern Mentor +* CRE: Chaosradio Express [german] * Java Pub House +* Modern Mentor * FLOSS weekly -* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) * Golang Weekly * byteSizeGo -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly +* The Valuable Dev * Register Spill -* VK Newsletter * The Imperfectionist -* The Valuable Dev -* Applied Go Weekly Newsletter +* VK Newsletter +* Ruby Weekly # Formal education -- cgit v1.2.3 From aa74f001a967400ee02d58b29fc9fdb134d6c935 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 16 Nov 2024 23:53:15 +0200 Subject: Update content for md --- about/resources.md | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 5e1f04bd..eed0ffea 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ 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 -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Java ist auch eine Insel; Christian Ullenboom; +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Perl New Features; Joshua McAdams, brian d foy; Perl School * C++ Programming Language; Bjarne Stroustrup; -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Terraform Cookbook; Mikael Krief; Packt Publishing * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Developing Games in Java; David Brackeen and others...; New Riders +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Raku Fundamentals; Moritz Lenz; Apress +* DNS and BIND; Cricket Liu; O'Reilly * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Modern Perl; Chromatic ; Onyx Neon Press * Raku Recipes; J.J. Merelo; Apress +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Effective awk programming; Arnold Robbins; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Ultimate Go Notebook; Bill Kennedy -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Raku Fundamentals; Moritz Lenz; Apress -* The Docker Book; James Turnbull; Kindle -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * 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 -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Funktionale Programmierung; Peter Pepper; Springer +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Modern Perl; Chromatic ; Onyx Neon Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Leanring eBPF; Liz Rice; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DNS and BIND; Cricket Liu; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Java ist auch eine Insel; Christian Ullenboom; ## 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 +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Digital Minimalism; Cal Newport; Portofolio Penguin +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Ultralearning; Scott Young; Thorsons * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* 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 +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Power of Now; Eckhard Tolle; Yellow Kite * Deep Work; Cal Newport; Piatkus +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Ultralearning; Scott Young; Thorsons * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Off Switch; Mark Cropley; Virgin Books -* The Power of Now; Eckhard Tolle; Yellow Kite -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Atomic Habits; James Clear; Random House Business -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Ultralearning; Anna Laurent; Self-published via Amazon * Eat That Frog!; Brian Tracy; Hodder Paperbacks * Slow Productivity; Cal Newport; Penguin Random House * Soft Skills; John Sommez; Manning Publications -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Atomic Habits; James Clear; Random House Business * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Ultralearning; Anna Laurent; Self-published via Amazon -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * 101 Essays that change the way you think; Brianna Wiest; Audible -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Digital Minimalism; Cal Newport; Portofolio Penguin +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Off Switch; Mark Cropley; Virgin Books [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Functional programming lecture; Remote University of Hagen * Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* 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) -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Scripting Vim; Damian Conway; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * MySQL Deep Dive Workshop; 2-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * AWS Immersion Day; Amazon; 1-day interactive online training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Scripting Vim; Damian Conway; O'Reilly Online -* Functional programming lecture; Remote University of Hagen * Protocol buffers; 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 ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Hidden Brain * The ProdCast (Google SRE Podcast) -* Backend Banter -* Dev Interrupted -* Go Time (Changelog) -* Ship it (Changelog) -* Maintainable * The Pragmatic Engineer Podcast +* Maintainable +* Ship it (Changelog) +* Go Time (Changelog) * Cup o' Go [Golang] -* Hidden Brain * Deep Questions with Cal Newport +* Dev Interrupted +* 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. * CRE: Chaosradio Express [german] -* Java Pub House * Modern Mentor * FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Ruby Weekly +* byteSizeGo * Applied Go Weekly Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly -* byteSizeGo -* The Valuable Dev -* Register Spill * The Imperfectionist +* The Valuable Dev +* Golang Weekly * VK Newsletter -* Ruby Weekly +* Register Spill # Formal education -- cgit v1.2.3 From 69b62c38864ea0e5a205af1b641d60db8db765ae Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Nov 2024 09:32:38 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index eed0ffea..d383dacf 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* C++ Programming Language; Bjarne Stroustrup; -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Developing Games in Java; David Brackeen and others...; New Riders -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Raku Fundamentals; Moritz Lenz; Apress -* DNS and BIND; Cricket Liu; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Modern Perl; Chromatic ; Onyx Neon Press * Raku Recipes; J.J. Merelo; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* C++ Programming Language; Bjarne Stroustrup; +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 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 +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Docker Book; James Turnbull; Kindle +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DNS and BIND; Cricket Liu; O'Reilly * Ultimate Go Notebook; Bill Kennedy -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Effective awk programming; Arnold Robbins; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 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 -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Funktionale Programmierung; Peter Pepper; Springer -* The Pragmatic Programmer; David Thomas; Addison-Wesley * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Leanring eBPF; Liz Rice; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Java ist auch eine Insel; Christian Ullenboom; +* 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 +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Digital Minimalism; Cal Newport; Portofolio Penguin -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Ultralearning; Scott Young; Thorsons -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* 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 -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Atomic Habits; James Clear; Random House Business * The Power of Now; Eckhard Tolle; Yellow Kite -* Deep Work; Cal Newport; Piatkus -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* 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 * Ultralearning; Anna Laurent; Self-published via Amazon -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Slow Productivity; Cal Newport; Penguin Random House -* Soft Skills; John Sommez; Manning Publications -* The Joy of Missing Out; Christina Crook; New Society Publishers * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Atomic Habits; James Clear; Random House Business -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Soft Skills; John Sommez; Manning Publications +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * 101 Essays that change the way you think; Brianna Wiest; Audible -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Ultralearning; Scott Young; Thorsons +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Off Switch; Mark Cropley; Virgin Books +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Deep Work; Cal Newport; Piatkus +* The Joy of Missing Out; Christina Crook; New Society Publishers [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Functional programming lecture; Remote University of Hagen * Apache Tomcat Best Practises; 3-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* MySQL Deep Dive Workshop; 2-day on-site training +* AWS Immersion Day; Amazon; 1-day interactive online training +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Scripting Vim; Damian Conway; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * 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) -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* AWS Immersion Day; Amazon; 1-day interactive online training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Protocol buffers; 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 +* MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,25 +164,25 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Hidden Brain +* Go Time (Changelog) +* Ship it (Changelog) * The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast +* Hidden Brain * Maintainable -* Ship it (Changelog) -* Go Time (Changelog) +* The Pragmatic Engineer Podcast +* Backend Banter * Cup o' Go [Golang] -* Deep Questions with Cal Newport * Dev Interrupted -* Backend Banter +* 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. +* Java Pub House * CRE: Chaosradio Express [german] * Modern Mentor * FLOSS weekly -* Java Pub House ## Newsletters I like @@ -190,12 +190,12 @@ This is a mix of tech and non-tech newsletters I am subscribed to. In random ord * Ruby Weekly * byteSizeGo -* Applied Go Weekly Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist -* The Valuable Dev * Golang Weekly +* The Imperfectionist +* Applied Go Weekly Newsletter * VK Newsletter +* The Valuable Dev * Register Spill # Formal education -- cgit v1.2.3 From 2ce3cbf2db018108f75faadef4967692c5a3b965 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Nov 2024 09:35:23 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index d383dacf..74b05100 100644 --- a/about/resources.md +++ b/about/resources.md @@ -36,97 +36,97 @@ You won't find any links on this site because, over time, the links will break. In random order: * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Java ist auch eine Insel; Christian Ullenboom; -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Modern Perl; Chromatic ; Onyx Neon Press -* Raku Recipes; J.J. Merelo; Apress * Funktionale Programmierung; Peter Pepper; Springer -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Effective awk programming; Arnold Robbins; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Docker Book; James Turnbull; Kindle +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * C++ Programming Language; Bjarne Stroustrup; -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * 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 * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Docker Book; James Turnbull; Kindle -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * DNS and BIND; Cricket Liu; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Effective awk programming; Arnold Robbins; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Modern Perl; Chromatic ; Onyx Neon Press +* Developing Games in Java; David Brackeen and others...; New Riders * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Raku Recipes; J.J. Merelo; Apress ## 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 +* Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Atomic Habits; James Clear; Random House Business +* Deep Work; Cal Newport; Piatkus +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Digital Minimalism; Cal Newport; Portofolio Penguin * The Power of Now; Eckhard Tolle; Yellow Kite -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Ultralearning; Anna Laurent; Self-published via Amazon +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* 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 -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Slow Productivity; Cal Newport; Penguin Random House -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Soft Skills; John Sommez; Manning Publications -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Slow Productivity; Cal Newport; Penguin Random House +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Ultralearning; Scott Young; Thorsons -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The Off Switch; Mark Cropley; Virgin Books -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Deep Work; Cal Newport; Piatkus -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Anna Laurent; Self-published via Amazon [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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...; -* AWS Immersion Day; Amazon; 1-day interactive online training * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* 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 -* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* 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) * MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 +* Functional programming lecture; Remote University of Hagen +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Go Time (Changelog) -* Ship it (Changelog) * The ProdCast (Google SRE Podcast) * Hidden Brain -* Maintainable -* The Pragmatic Engineer Podcast +* Dev Interrupted +* Ship it (Changelog) * Backend Banter * Cup o' Go [Golang] -* Dev Interrupted * Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast +* Go Time (Changelog) +* Maintainable ### 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. -* Java Pub House -* CRE: Chaosradio Express [german] -* Modern Mentor * FLOSS weekly +* Modern Mentor +* CRE: Chaosradio Express [german] +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly * byteSizeGo -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly * The Imperfectionist * Applied Go Weekly Newsletter -* VK Newsletter +* Golang Weekly * The Valuable Dev -* Register Spill +* VK Newsletter # Formal education -- cgit v1.2.3 From df122c0a5baa1ee96859aea05035e56ef06d8641 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Nov 2024 10:14:54 +0200 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 74b05100..0c7bc473 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Java ist auch eine Insel; Christian Ullenboom; * Funktionale Programmierung; Peter Pepper; Springer -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Docker Book; James Turnbull; Kindle -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* C++ Programming Language; Bjarne Stroustrup; -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 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 * Perl New Features; Joshua McAdams, brian d foy; Perl School +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Modern Perl; Chromatic ; Onyx Neon Press +* DNS and BIND; Cricket Liu; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Leanring eBPF; Liz Rice; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 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 +* Java ist auch eine Insel; Christian Ullenboom; +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* C++ Programming Language; Bjarne Stroustrup; +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Terraform Cookbook; Mikael Krief; Packt Publishing -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* DNS and BIND; Cricket Liu; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Raku Recipes; J.J. Merelo; Apress +* Ultimate Go Notebook; Bill Kennedy +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Systemprogrammierung in Go; Frank Müller; dpunkt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Developing Games in Java; David Brackeen and others...; New Riders * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Docker Book; James Turnbull; Kindle +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Modern Perl; Chromatic ; Onyx Neon Press -* Developing Games in Java; David Brackeen and others...; New Riders -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Raku Recipes; J.J. Merelo; Apress +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; 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 * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: * The Joy of Missing Out; Christina Crook; New Society Publishers +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Ultralearning; Anna Laurent; Self-published via Amazon +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Soft Skills; John Sommez; Manning Publications * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Atomic Habits; James Clear; Random House Business +* Ultralearning; Scott Young; Thorsons +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Deep Work; Cal Newport; Piatkus * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Slow Productivity; Cal Newport; Penguin Random House * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Off Switch; Mark Cropley; Virgin Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Digital Minimalism; Cal Newport; Portofolio Penguin +* Atomic Habits; James Clear; Random House Business * The Power of Now; Eckhard Tolle; Yellow Kite -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* 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 -* Soft Skills; John Sommez; Manning Publications -* Slow Productivity; Cal Newport; Penguin Random House -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Scott Young; Thorsons -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Off Switch; Mark Cropley; Virgin Books -* Ultralearning; Anna Laurent; Self-published via Amazon +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training +* Functional programming lecture; Remote University of Hagen * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* 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) -* MySQL Deep Dive Workshop; 2-day on-site training * Protocol buffers; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* 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 -* Scripting Vim; Damian Conway; O'Reilly Online +* 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) +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Scripting Vim; Damian Conway; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon ## Technical guides @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) -* Hidden Brain -* Dev Interrupted -* Ship it (Changelog) -* Backend Banter -* Cup o' Go [Golang] * Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast * Go Time (Changelog) * Maintainable +* Dev Interrupted +* The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] +* The Pragmatic Engineer Podcast +* Hidden Brain +* Backend Banter +* Ship it (Changelog) ### 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. -* FLOSS weekly -* Modern Mentor * CRE: Chaosradio Express [german] * Java Pub House +* FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill * Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly -* byteSizeGo -* The Imperfectionist * Applied Go Weekly Newsletter * Golang Weekly -* The Valuable Dev +* Register Spill +* The Imperfectionist * VK Newsletter +* The Valuable Dev +* byteSizeGo # Formal education -- cgit v1.2.3 From 27605ecdb85b7c1920d373900ed9ee4900c02d76 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Nov 2024 18:03:28 +0200 Subject: Update content for md --- about/resources.md | 168 ++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 0c7bc473..68799d28 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,62 +35,62 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* C++ Programming Language; Bjarne Stroustrup; +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Effective Java; Joshua Bloch; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Modern Perl; Chromatic ; Onyx Neon Press -* DNS and BIND; Cricket Liu; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 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 -* Java ist auch eine Insel; Christian Ullenboom; +* DNS and BIND; Cricket Liu; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* C++ Programming Language; Bjarne Stroustrup; -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Terraform Cookbook; Mikael Krief; Packt Publishing -* Raku Fundamentals; Moritz Lenz; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Raku Recipes; J.J. Merelo; Apress -* Ultimate Go Notebook; Bill Kennedy +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Developing Games in Java; David Brackeen and others...; New Riders +* Ultimate Go Notebook; Bill Kennedy +* Java ist auch eine Insel; Christian Ullenboom; +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Docker Book; James Turnbull; Kindle +* Perl New Features; Joshua McAdams, brian d foy; Perl School * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 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 +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Modern Perl; Chromatic ; Onyx Neon Press +* Leanring eBPF; Liz Rice; O'Reilly +* The Docker Book; James Turnbull; Kindle * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; 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 +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books @@ -98,35 +98,35 @@ I didn't read them from the beginning to the end, but I am using them to look up In random order: * The Joy of Missing Out; Christina Crook; New Society Publishers -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Power of Now; Eckhard Tolle; Yellow Kite +* So Good They Can't Ignore You; Cal Newport; Business Plus * Ultralearning; Anna Laurent; Self-published via Amazon * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Soft Skills; John Sommez; Manning Publications +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Off Switch; Mark Cropley; Virgin Books +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Deep Work; Cal Newport; Piatkus * Ultralearning; Scott Young; Thorsons -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Digital Minimalism; Cal Newport; Portofolio Penguin * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Deep Work; Cal Newport; Piatkus -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Soft Skills; John Sommez; Manning Publications * Slow Productivity; Cal Newport; Penguin Random House -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Off Switch; Mark Cropley; Virgin Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * 101 Essays that change the way you think; Brianna Wiest; Audible -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Digital Minimalism; Cal Newport; Portofolio Penguin * Atomic Habits; James Clear; Random House Business -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* 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) +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 +* 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) +* Protocol buffers; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,39 +164,39 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport -* Go Time (Changelog) -* Maintainable -* Dev Interrupted -* The ProdCast (Google SRE Podcast) * Cup o' Go [Golang] +* Backend Banter +* Go Time (Changelog) * The Pragmatic Engineer Podcast +* Deep Questions with Cal Newport * Hidden Brain -* Backend Banter +* Dev Interrupted +* Maintainable +* The ProdCast (Google SRE Podcast) * Ship it (Changelog) ### 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. +* Modern Mentor * CRE: Chaosradio Express [german] * Java Pub House * FLOSS weekly -* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly -* Applied Go Weekly Newsletter -* Golang Weekly -* Register Spill * The Imperfectionist +* Golang Weekly * VK Newsletter -* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill +* Applied Go Weekly Newsletter * byteSizeGo +* The Valuable Dev +* Ruby Weekly # Formal education -- cgit v1.2.3 From 620a192ae35e939bfc8fbc7cf27dfab0e082ff41 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Dec 2024 12:50:44 +0200 Subject: Update content for md --- about/resources.md | 170 +++++++++++++++++++++++++++-------------------------- 1 file changed, 86 insertions(+), 84 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 68799d28..e3d46303 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Effective awk programming; Arnold Robbins; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* C++ Programming Language; Bjarne Stroustrup; +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* C++ Programming Language; Bjarne Stroustrup; * Systemprogrammierung in Go; Frank Müller; dpunkt -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 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 +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* DNS and BIND; Cricket Liu; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Raku Recipes; J.J. Merelo; Apress -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Java ist auch eine Insel; Christian Ullenboom; +* The Docker Book; James Turnbull; Kindle * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Ultimate Go Notebook; Bill Kennedy * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 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 -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Raku Fundamentals; Moritz Lenz; Apress +* Funktionale Programmierung; Peter Pepper; Springer * Modern Perl; Chromatic ; Onyx Neon Press +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Leanring eBPF; Liz Rice; O'Reilly -* The Docker Book; James Turnbull; Kindle +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## 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 * Implementing Service Level Objectives; Alex Hidalgo; 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Power of Now; Eckhard Tolle; Yellow Kite -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Ultralearning; Anna Laurent; Self-published via Amazon -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Anna Laurent; Self-published via Amazon +* Atomic Habits; James Clear; Random House Business * The Off Switch; Mark Cropley; Virgin Books * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Deep Work; Cal Newport; Piatkus -* Ultralearning; Scott Young; Thorsons -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Digital Minimalism; Cal Newport; Portofolio Penguin * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Slow Productivity; Cal Newport; Penguin Random House +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Influence without Authority; A. Cohen, D. Bradford; Wiley * Soft Skills; John Sommez; Manning Publications -* 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 +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * 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 +* Deep Work; Cal Newport; Piatkus +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Scott Young; Thorsons +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* 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 +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * 101 Essays that change the way you think; Brianna Wiest; Audible -* Atomic Habits; James Clear; Random House Business +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Good Enough Job; Simone Stolzoff; Ebury Edge [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ 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...; * Ultimate Go Programming; Bill Kennedy; 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 -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Apache Tomcat Best Practises; 3-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 +* AWS Immersion Day; Amazon; 1-day interactive online training +* Protocol buffers; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * MySQL Deep Dive Workshop; 2-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training -* Apache Tomcat Best Practises; 3-day on-site training * 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) -* Protocol buffers; 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,39 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* Backend Banter -* Go Time (Changelog) * The Pragmatic Engineer Podcast -* Deep Questions with Cal Newport -* Hidden Brain -* Dev Interrupted +* Backend Banter * Maintainable * The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] +* Dev Interrupted +* Go Time (Changelog) +* Hidden Brain * Ship it (Changelog) +* 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. +* FLOSS weekly * Modern Mentor * CRE: Chaosradio Express [german] * Java Pub House -* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Changelog News +* The Valuable Dev +* Ruby Weekly +* VK Newsletter +* Applied Go Weekly Newsletter +* Monospace Mentor * The Imperfectionist +* byteSizeGo * Golang Weekly -* VK Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) * Register Spill -* Applied Go Weekly Newsletter -* byteSizeGo -* The Valuable Dev -* Ruby Weekly # Formal education -- cgit v1.2.3 From 2b5066694595fa85c382f923372d2c4daeeb36f6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Dec 2024 12:52:59 +0200 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index e3d46303..5455de94 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,51 +35,51 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* C++ Programming Language; Bjarne Stroustrup; -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Docker Book; James Turnbull; Kindle * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * 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 -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* The Docker Book; James Turnbull; Kindle -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Ultimate Go Notebook; Bill Kennedy -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Raku Fundamentals; Moritz Lenz; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Modern Perl; Chromatic ; Onyx Neon Press -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Developing Games in Java; David Brackeen and others...; New Riders -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Effective awk programming; Arnold Robbins; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Leanring eBPF; Liz Rice; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Java ist auch eine Insel; Christian Ullenboom; * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Funktionale Programmierung; Peter Pepper; Springer +* Systemprogrammierung in Go; Frank Müller; dpunkt * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Ultimate Go Notebook; Bill Kennedy * DNS and BIND; Cricket Liu; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* C++ Programming Language; Bjarne Stroustrup; +* Developing Games in Java; David Brackeen and others...; New Riders +* Raku Recipes; J.J. Merelo; Apress +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible ## Technical references @@ -87,46 +87,46 @@ I didn't read them from the beginning to the end, but I am using them to look up * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Ultralearning; Anna Laurent; Self-published via Amazon -* Atomic Habits; James Clear; Random House Business * The Off Switch; Mark Cropley; Virgin Books -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Slow Productivity; Cal Newport; Penguin Random House -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Soft Skills; John Sommez; Manning Publications +* Digital Minimalism; Cal Newport; Portofolio Penguin * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Ultralearning; Scott Young; Thorsons * 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 -* Deep Work; Cal Newport; Piatkus -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Digital Minimalism; Cal Newport; Portofolio Penguin * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* 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 -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* 101 Essays that change the way you think; Brianna Wiest; Audible * The Power of Now; Eckhard Tolle; Yellow Kite +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Deep Work; Cal Newport; Piatkus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* 101 Essays that change the way you think; Brianna Wiest; Audible * The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Atomic Habits; James Clear; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Ultralearning; Anna Laurent; Self-published via Amazon +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* 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) +* AWS Immersion Day; Amazon; 1-day interactive online training +* 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 * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Apache Tomcat Best Practises; 3-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 -* AWS Immersion Day; Amazon; 1-day interactive online training * Protocol buffers; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* MySQL Deep Dive Workshop; 2-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* MySQL Deep Dive Workshop; 2-day on-site training -* 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 ## Technical guides @@ -164,40 +164,40 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The Pragmatic Engineer Podcast -* Backend Banter -* Maintainable -* The ProdCast (Google SRE Podcast) * Cup o' Go [Golang] * Dev Interrupted -* Go Time (Changelog) -* Hidden Brain +* Backend Banter * Ship it (Changelog) +* The ProdCast (Google SRE Podcast) +* Hidden Brain +* Maintainable +* The Pragmatic Engineer Podcast +* Go Time (Changelog) * 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. -* FLOSS weekly +* Java Pub House * Modern Mentor +* FLOSS weekly * CRE: Chaosradio Express [german] -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Changelog News -* The Valuable Dev -* Ruby Weekly * VK Newsletter -* Applied Go Weekly Newsletter -* Monospace Mentor +* Golang Weekly * The Imperfectionist +* Monospace Mentor * byteSizeGo -* Golang Weekly +* Ruby Weekly +* Changelog News * Andreas Brandhorst Newsletter (Sci-Fi author) +* The Valuable Dev +* Applied Go Weekly Newsletter * Register Spill # Formal education -- cgit v1.2.3 From 28714bf42d8933111e8eb183c20bf9fe1856ced1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Dec 2024 14:18:27 +0200 Subject: Update content for md --- about/resources.md | 162 ++++++++++++++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 5455de94..cbfbf08d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Docker Book; James Turnbull; Kindle -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * 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 -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Effective awk programming; Arnold Robbins; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Raku Fundamentals; Moritz Lenz; Apress +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* DNS and BIND; Cricket Liu; O'Reilly * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Effective awk programming; Arnold Robbins; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Docker Book; James Turnbull; Kindle +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* C++ Programming Language; Bjarne Stroustrup; +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press * Java ist auch eine Insel; Christian Ullenboom; -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Funktionale Programmierung; Peter Pepper; Springer * Systemprogrammierung in Go; Frank Müller; dpunkt -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Ultimate Go Notebook; Bill Kennedy -* DNS and BIND; Cricket Liu; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* C++ Programming Language; Bjarne Stroustrup; -* Developing Games in Java; David Brackeen and others...; New Riders -* Raku Recipes; J.J. Merelo; Apress -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Leanring eBPF; Liz Rice; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications ## 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: +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Off Switch; Mark Cropley; Virgin Books -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Soft Skills; John Sommez; Manning Publications -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Ultralearning; Scott Young; Thorsons -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Power of Now; Eckhard Tolle; Yellow Kite -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Deep Work; Cal Newport; Piatkus -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* 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 * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Slow Productivity; Cal Newport; Penguin Random House * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Atomic Habits; James Clear; Random House Business -* Slow Productivity; Cal Newport; Penguin Random House * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Off Switch; Mark Cropley; Virgin Books +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Soft Skills; John Sommez; Manning Publications +* Deep Work; Cal Newport; Piatkus * So Good They Can't Ignore You; Cal Newport; Business Plus +* 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 +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Ultralearning; Anna Laurent; Self-published via Amazon +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Protocol buffers; O'Reilly Online * 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) +* MySQL Deep Dive Workshop; 2-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 * Scripting Vim; Damian Conway; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Apache Tomcat Best Practises; 3-day on-site training ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* Dev Interrupted +* Hidden Brain * Backend Banter -* Ship it (Changelog) * The ProdCast (Google SRE Podcast) -* Hidden Brain +* Ship it (Changelog) * Maintainable -* The Pragmatic Engineer Podcast * Go Time (Changelog) +* The Pragmatic Engineer Podcast +* Cup o' Go [Golang] +* Dev Interrupted * 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] * Java Pub House -* Modern Mentor * 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: -* VK Newsletter -* Golang Weekly -* The Imperfectionist -* Monospace Mentor * byteSizeGo -* Ruby Weekly +* Monospace Mentor * Changelog News -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Ruby Weekly +* The Imperfectionist * The Valuable Dev +* Golang Weekly +* VK Newsletter * Applied Go Weekly Newsletter * Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) # Formal education -- cgit v1.2.3 From ab927163804ebfcb5a86f2ce65d583dc60461148 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Dec 2024 23:46:50 +0200 Subject: Update content for md --- about/resources.md | 168 ++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index cbfbf08d..c469a3d1 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Perl New Features; Joshua McAdams, brian d foy; Perl School * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 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 -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* C++ Programming Language; Bjarne Stroustrup; +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Effective awk programming; Arnold Robbins; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Raku Fundamentals; Moritz Lenz; Apress -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* DNS and BIND; Cricket Liu; O'Reilly +* 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 * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Effective awk programming; Arnold Robbins; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The Docker Book; James Turnbull; Kindle * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* C++ Programming Language; Bjarne Stroustrup; +* Raku Fundamentals; Moritz Lenz; Apress * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Docker Book; James Turnbull; Kindle * Modern Perl; Chromatic ; Onyx Neon Press -* Java ist auch eine Insel; Christian Ullenboom; -* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Raku Recipes; J.J. Merelo; Apress +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Funktionale Programmierung; Peter Pepper; Springer -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Ultimate Go Notebook; Bill Kennedy -* Leanring eBPF; Liz Rice; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* DNS and BIND; Cricket Liu; O'Reilly * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Funktionale Programmierung; Peter Pepper; Springer +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications ## 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: +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: * Ultralearning; Scott Young; Thorsons -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Slow Productivity; Cal Newport; Penguin Random House -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Ultralearning; Anna Laurent; Self-published via Amazon +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Off Switch; Mark Cropley; Virgin Books +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Atomic Habits; James Clear; Random House Business * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Power of Now; Eckhard Tolle; Yellow Kite -* The Off Switch; Mark Cropley; Virgin Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* 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 * The Bullet Journal Method; Ryder Carroll; Fourth Estate * Soft Skills; John Sommez; Manning Publications -* Deep Work; Cal Newport; Piatkus -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Influence without Authority; A. Cohen, D. Bradford; Wiley * 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 +* Deep Work; Cal Newport; Piatkus +* 101 Essays that change the way you think; Brianna Wiest; Audible * The Joy of Missing Out; Christina Crook; New Society Publishers -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Never Split the Difference; Chris Voss, Tahl Raz; 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 [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Ultimate Go Programming; Bill Kennedy; 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 * Protocol buffers; O'Reilly Online -* 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) +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Apache Tomcat Best Practises; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Developing IaC with Terraform (with Live Lessons); 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 -* Scripting Vim; Damian Conway; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* AWS Immersion Day; Amazon; 1-day interactive online training +* 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) +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Cup o' Go [Golang] +* Maintainable +* The Pragmatic Engineer Podcast +* The ProdCast (Google SRE Podcast) * Hidden Brain * Backend Banter -* The ProdCast (Google SRE Podcast) -* Ship it (Changelog) -* Maintainable * Go Time (Changelog) -* The Pragmatic Engineer Podcast -* Cup o' Go [Golang] -* Dev Interrupted * Deep Questions with Cal Newport +* Ship it (Changelog) +* Dev Interrupted ### 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] -* Java Pub House * FLOSS weekly +* CRE: Chaosradio Express [german] * Modern Mentor +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* byteSizeGo -* Monospace Mentor * Changelog News -* Ruby Weekly -* The Imperfectionist -* The Valuable Dev * Golang Weekly -* VK Newsletter -* Applied Go Weekly Newsletter * Register Spill * Andreas Brandhorst Newsletter (Sci-Fi author) +* VK Newsletter +* The Valuable Dev +* byteSizeGo +* Applied Go Weekly Newsletter +* Monospace Mentor +* Ruby Weekly +* The Imperfectionist # Formal education -- cgit v1.2.3 From 8a3574d3899b5c6a1157a38336f0c8effba245b8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Dec 2024 23:48:54 +0200 Subject: Update content for md --- about/resources.md | 162 ++++++++++++++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c469a3d1..db38da48 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,50 +35,50 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* C++ Programming Language; Bjarne Stroustrup; -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Effective awk programming; Arnold Robbins; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly * 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 -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Docker Book; James Turnbull; Kindle +* Systemprogrammierung in Go; Frank Müller; dpunkt * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Raku Fundamentals; Moritz Lenz; Apress +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Leanring eBPF; Liz Rice; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Modern Perl; Chromatic ; Onyx Neon Press +* Raku Fundamentals; Moritz Lenz; Apress * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Developing Games in Java; David Brackeen and others...; New Riders -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Raku Recipes; J.J. Merelo; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Java ist auch eine Insel; Christian Ullenboom; * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Ultimate Go Notebook; Bill Kennedy -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* DNS and BIND; Cricket Liu; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Funktionale Programmierung; Peter Pepper; Springer +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* C++ Programming Language; Bjarne Stroustrup; +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Effective awk programming; Arnold Robbins; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Leanring eBPF; Liz Rice; O'Reilly * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications ## Technical references @@ -87,46 +87,46 @@ I didn't read them from the beginning to the end, but I am using them to look up * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * 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 * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Ultralearning; Scott Young; Thorsons -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Anna Laurent; Self-published via Amazon -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* 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 -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Off Switch; Mark Cropley; Virgin Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* 101 Essays that change the way you think; Brianna Wiest; Audible * Atomic Habits; James Clear; Random House Business -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Good Enough Job; Simone Stolzoff; Ebury Edge * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Soft Skills; John Sommez; Manning Publications +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Digital Minimalism; Cal Newport; Portofolio Penguin * Deep Work; Cal Newport; Piatkus -* 101 Essays that change the way you think; Brianna Wiest; Audible * The Joy of Missing Out; Christina Crook; New Society Publishers +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Slow Productivity; Cal Newport; Penguin Random House +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Power of Now; Eckhard Tolle; Yellow Kite +* Ultralearning; Scott Young; Thorsons * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Soft Skills; John Sommez; Manning Publications +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Ultralearning; Anna Laurent; Self-published via Amazon +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Ultimate Go Programming; Bill Kennedy; 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 -* Protocol buffers; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Apache Tomcat Best Practises; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Functional programming lecture; Remote University of Hagen +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* 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) +* Scripting Vim; Damian Conway; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Protocol buffers; 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 +* Apache Tomcat Best Practises; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* AWS Immersion Day; Amazon; 1-day interactive online training -* 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) -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* Maintainable -* The Pragmatic Engineer Podcast * The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] * Hidden Brain -* Backend Banter -* Go Time (Changelog) +* Dev Interrupted * Deep Questions with Cal Newport +* Maintainable +* Go Time (Changelog) +* The Pragmatic Engineer Podcast * Ship it (Changelog) -* Dev Interrupted +* 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. -* FLOSS weekly -* CRE: Chaosradio Express [german] * Modern Mentor +* CRE: Chaosradio Express [german] * Java Pub House +* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Changelog News -* Golang Weekly -* Register Spill -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Applied Go Weekly Newsletter * VK Newsletter * The Valuable Dev +* The Imperfectionist * byteSizeGo -* Applied Go Weekly Newsletter * Monospace Mentor +* Changelog News +* Register Spill * Ruby Weekly -* The Imperfectionist +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly # Formal education -- cgit v1.2.3 From 7b22e71cd786e3d2e80fb0659d72b0934234c028 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Dec 2024 23:52:11 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index db38da48..3e22c5df 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly * 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 Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective awk programming; Arnold Robbins; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Raku Fundamentals; Moritz Lenz; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Developing Games in Java; David Brackeen and others...; New Riders -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* DNS and BIND; Cricket Liu; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Modern Perl; Chromatic ; Onyx Neon Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Docker Book; James Turnbull; Kindle * Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Ultimate Go Notebook; Bill Kennedy +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Raku Fundamentals; Moritz Lenz; Apress +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* C++ Programming Language; Bjarne Stroustrup; * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Effective Java; Joshua Bloch; 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 -* Funktionale Programmierung; Peter Pepper; Springer * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* C++ Programming Language; Bjarne Stroustrup; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Raku Recipes; J.J. Merelo; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Leanring eBPF; Liz Rice; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: +* The Off Switch; Mark Cropley; Virgin Books * Slow Productivity; Cal Newport; Penguin Random House -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Deep Work; Cal Newport; Piatkus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * So Good They Can't Ignore You; Cal Newport; Business Plus -* The Off Switch; Mark Cropley; Virgin Books * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Power of Now; Eckhard Tolle; Yellow Kite * 101 Essays that change the way you think; Brianna Wiest; Audible * Atomic Habits; James Clear; Random House Business -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Deep Work; Cal Newport; Piatkus -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Anna Laurent; Self-published via Amazon +* Soft Skills; John Sommez; Manning Publications * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Power of Now; Eckhard Tolle; Yellow Kite +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Ultralearning; Scott Young; Thorsons -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Soft Skills; John Sommez; Manning Publications -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Ultralearning; Anna Laurent; Self-published via Amazon -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* 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) +* Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Protocol buffers; 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 -* Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* MySQL Deep Dive Workshop; 2-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Protocol buffers; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) +* Maintainable +* Ship it (Changelog) * Cup o' Go [Golang] -* Hidden Brain -* Dev Interrupted * Deep Questions with Cal Newport -* Maintainable * Go Time (Changelog) +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Ship it (Changelog) +* Dev Interrupted * Backend Banter +* Hidden Brain ### 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. -* Modern Mentor -* CRE: Chaosradio Express [german] * Java Pub House +* CRE: Chaosradio Express [german] * FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter -* VK Newsletter -* The Valuable Dev -* The Imperfectionist +* Register Spill * byteSizeGo -* Monospace Mentor +* The Valuable Dev * Changelog News -* Register Spill +* Golang Weekly * Ruby Weekly +* VK Newsletter +* Applied Go Weekly Newsletter +* Monospace Mentor * Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly +* The Imperfectionist # Formal education -- cgit v1.2.3 From 26a482dbc049154f846d7950dfbd2235cd199aed Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Dec 2024 23:57:05 +0200 Subject: Update content for md --- about/resources.md | 160 ++++++++++++++++++++++++++--------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 3e22c5df..af89dd62 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * 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 -* Effective awk programming; Arnold Robbins; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Developing Games in Java; David Brackeen and others...; New Riders -* DNS and BIND; Cricket Liu; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Terraform Cookbook; Mikael Krief; Packt Publishing * Modern Perl; Chromatic ; Onyx Neon Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The Docker Book; James Turnbull; Kindle -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Ultimate Go Notebook; Bill Kennedy -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Developing Games in Java; David Brackeen and others...; New Riders +* Raku Fundamentals; Moritz Lenz; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Perl New Features; Joshua McAdams, brian d foy; Perl School +* The Docker Book; James Turnbull; Kindle * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* Raku Fundamentals; Moritz Lenz; Apress -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Raku Recipes; J.J. Merelo; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley * Systemprogrammierung in Go; Frank Müller; dpunkt -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Java ist auch eine Insel; Christian Ullenboom; +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* DNS and BIND; Cricket Liu; O'Reilly ## 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: +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* The Off Switch; Mark Cropley; Virgin Books -* Slow Productivity; Cal Newport; Penguin Random House -* Deep Work; Cal Newport; Piatkus -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus * 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 * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Power of Now; Eckhard Tolle; Yellow Kite -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Atomic Habits; James Clear; Random House Business -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Slow Productivity; Cal Newport; Penguin Random House +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* 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 +* Deep Work; Cal Newport; Piatkus * Ultralearning; Anna Laurent; Self-published via Amazon -* Soft Skills; John Sommez; Manning Publications +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Off Switch; Mark Cropley; Virgin Books * 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 +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Ultralearning; Scott Young; Thorsons +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Atomic Habits; James Clear; Random House Business +* Soft Skills; John Sommez; Manning Publications +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Power of Now; Eckhard Tolle; Yellow Kite * Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Functional programming lecture; Remote University of Hagen +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * 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) +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Apache Tomcat Best Practises; 3-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Protocol buffers; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Developing IaC with Terraform (with Live Lessons); 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 ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable * Ship it (Changelog) -* Cup o' Go [Golang] -* Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast +* Maintainable * Go Time (Changelog) * The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast * Dev Interrupted * Backend Banter +* Cup o' Go [Golang] +* Deep Questions with Cal Newport * Hidden Brain ### 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. +* FLOSS weekly * Java Pub House * CRE: Chaosradio Express [german] -* FLOSS weekly * Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* byteSizeGo -* The Valuable Dev -* Changelog News * Golang Weekly +* Changelog News +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill +* The Imperfectionist * Ruby Weekly * VK Newsletter * Applied Go Weekly Newsletter * Monospace Mentor -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist +* The Valuable Dev +* byteSizeGo # Formal education -- cgit v1.2.3 From fa7c858231af5d7fc6a2cf1e167688ceeacc4a2a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 2 Dec 2024 23:58:14 +0200 Subject: Update content for md --- about/resources.md | 178 ++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index af89dd62..9e7e3579 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 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 -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Modern Perl; Chromatic ; Onyx Neon Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Developing Games in Java; David Brackeen and others...; New Riders -* Raku Fundamentals; Moritz Lenz; Apress -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer * Perl New Features; Joshua McAdams, brian d foy; Perl School +* C++ Programming Language; Bjarne Stroustrup; +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly * The Docker Book; James Turnbull; Kindle +* Developing Games in Java; David Brackeen and others...; New Riders +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Effective awk programming; Arnold Robbins; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* 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 * Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Modern Perl; Chromatic ; Onyx Neon Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Effective awk programming; Arnold Robbins; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Leanring eBPF; Liz Rice; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Java ist auch eine Insel; Christian Ullenboom; +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Raku Recipes; J.J. Merelo; Apress * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* DNS and BIND; Cricket Liu; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Raku Fundamentals; Moritz Lenz; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* 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; Scott Young; Thorsons +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Soft Skills; John Sommez; Manning Publications * So Good They Can't Ignore You; Cal Newport; Business Plus -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Slow Productivity; Cal Newport; Penguin Random House -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Digital Minimalism; Cal Newport; Portofolio Penguin * Deep Work; Cal Newport; Piatkus -* Ultralearning; Anna Laurent; Self-published via Amazon * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Ultralearning; Anna Laurent; Self-published via Amazon +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Off Switch; Mark Cropley; Virgin Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Ultralearning; Scott Young; Thorsons +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Joy of Missing Out; Christina Crook; New Society Publishers -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Atomic Habits; James Clear; Random House Business -* Soft Skills; John Sommez; Manning Publications -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Power of Now; Eckhard Tolle; Yellow Kite -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Atomic Habits; James Clear; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Apache Tomcat Best Practises; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training * Protocol buffers; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Scripting Vim; Damian Conway; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* 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 +* MySQL Deep Dive Workshop; 2-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Apache Tomcat Best Practises; 3-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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Ship it (Changelog) -* The Pragmatic Engineer Podcast -* Maintainable -* Go Time (Changelog) * The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] +* Maintainable * Dev Interrupted +* Go Time (Changelog) * Backend Banter -* Cup o' Go [Golang] -* Deep Questions with Cal Newport +* Ship it (Changelog) * Hidden Brain +* Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast ### 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. -* FLOSS weekly * Java Pub House -* CRE: Chaosradio Express [german] * Modern Mentor +* FLOSS weekly +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly -* Changelog News -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill -* The Imperfectionist * Ruby Weekly +* byteSizeGo +* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) * VK Newsletter -* Applied Go Weekly Newsletter +* Changelog News +* The Imperfectionist +* Golang Weekly * Monospace Mentor -* The Valuable Dev -* byteSizeGo +* Register Spill +* Applied Go Weekly Newsletter # Formal education -- cgit v1.2.3 From 5fe5aa5680c8266f29592cbee1c1d74adb96e506 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Dec 2024 00:01:13 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9e7e3579..6136221d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* 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 +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Effective awk programming; Arnold Robbins; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Raku Fundamentals; Moritz Lenz; Apress +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Systemprogrammierung in Go; Frank Müller; dpunkt * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* 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 * Java ist auch eine Insel; Christian Ullenboom; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Ultimate Go Notebook; Bill Kennedy * C++ Programming Language; Bjarne Stroustrup; -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Developing Games in Java; David Brackeen and others...; New Riders -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* 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 -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Modern Perl; Chromatic ; Onyx Neon Press +* Funktionale Programmierung; Peter Pepper; Springer +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Developing Games in Java; David Brackeen and others...; New Riders +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Effective awk programming; Arnold Robbins; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* The Docker Book; James Turnbull; Kindle +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * The Pragmatic Programmer; David Thomas; Addison-Wesley * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing -* Raku Recipes; J.J. Merelo; Apress -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Raku Fundamentals; Moritz Lenz; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Leanring eBPF; Liz Rice; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Ultralearning; Scott Young; Thorsons -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Soft Skills; John Sommez; Manning Publications -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Off Switch; Mark Cropley; Virgin Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Slow Productivity; Cal Newport; Penguin Random House -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Deep Work; Cal Newport; Piatkus * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* 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 * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Anna Laurent; Self-published via Amazon +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Off Switch; Mark Cropley; Virgin Books * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Soft Skills; John Sommez; Manning Publications +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Ultralearning; Scott Young; Thorsons +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Power of Now; Eckhard Tolle; Yellow Kite +* Deep Work; Cal Newport; Piatkus * Atomic Habits; James Clear; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Slow Productivity; Cal Newport; Penguin Random House +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Ultralearning; Anna Laurent; Self-published via Amazon +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Joy of Missing Out; Christina Crook; New Society Publishers [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * 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 -* MySQL Deep Dive Workshop; 2-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Apache Tomcat Best Practises; 3-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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Protocol buffers; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 +* MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) +* Deep Questions with Cal Newport * Cup o' Go [Golang] -* Maintainable * Dev Interrupted * Go Time (Changelog) * Backend Banter -* Ship it (Changelog) * Hidden Brain -* Deep Questions with Cal Newport +* Ship it (Changelog) +* Maintainable +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast ### 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. -* Java Pub House * Modern Mentor -* FLOSS weekly * CRE: Chaosradio Express [german] +* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Ruby Weekly -* byteSizeGo -* The Valuable Dev -* Andreas Brandhorst Newsletter (Sci-Fi author) -* VK Newsletter -* Changelog News -* The Imperfectionist * Golang Weekly * Monospace Mentor +* byteSizeGo * Register Spill * Applied Go Weekly Newsletter +* Ruby Weekly +* VK Newsletter +* The Imperfectionist +* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Changelog News # Formal education -- cgit v1.2.3 From 419eee2a075ec31d5554a92410ff814beaab052d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Dec 2024 00:13:53 +0200 Subject: Update content for md --- about/resources.md | 178 ++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 6136221d..66048604 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 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 -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Raku Fundamentals; Moritz Lenz; Apress -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Java ist auch eine Insel; Christian Ullenboom; -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Raku Recipes; J.J. Merelo; Apress * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Ultimate Go Notebook; Bill Kennedy +* Systemprogrammierung in Go; Frank Müller; dpunkt * C++ Programming Language; Bjarne Stroustrup; -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Modern Perl; Chromatic ; Onyx Neon Press -* Funktionale Programmierung; Peter Pepper; Springer -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Developing Games in Java; David Brackeen and others...; New Riders -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Effective awk programming; Arnold Robbins; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Ultimate Go Notebook; Bill Kennedy +* Leanring eBPF; Liz Rice; O'Reilly * DNS and BIND; Cricket Liu; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Raku Fundamentals; Moritz Lenz; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Developing Games in Java; David Brackeen and others...; New Riders +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * The Docker Book; James Turnbull; Kindle +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 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 +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 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 +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Java ist auch eine Insel; Christian Ullenboom; +* Modern Perl; Chromatic ; Onyx Neon Press * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Perl New Features; Joshua McAdams, brian d foy; Perl School +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Leanring eBPF; Liz Rice; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly ## 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 * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* 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 ## Self-development and soft-skills books In random order: +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Joy of Missing Out; Christina Crook; New Society Publishers * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Power of Now; Eckhard Tolle; Yellow Kite +* 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; Audible -* The Off Switch; Mark Cropley; Virgin Books -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Soft Skills; John Sommez; Manning Publications * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Soft Skills; John Sommez; Manning Publications +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Ultralearning; Anna Laurent; Self-published via Amazon * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Digital Minimalism; Cal Newport; Portofolio Penguin * Ultralearning; Scott Young; Thorsons -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Power of Now; Eckhard Tolle; Yellow Kite -* Deep Work; Cal Newport; Piatkus -* Atomic Habits; James Clear; Random House Business * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Atomic Habits; James Clear; Random House Business +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Slow Productivity; Cal Newport; Penguin Random House * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Anna Laurent; Self-published via Amazon -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Deep Work; Cal Newport; Piatkus +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Off Switch; Mark Cropley; Virgin Books [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* Apache Tomcat Best Practises; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * 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) -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Protocol buffers; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* 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 +* Scripting Vim; Damian Conway; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport -* Cup o' Go [Golang] -* Dev Interrupted -* Go Time (Changelog) -* Backend Banter * Hidden Brain -* Ship it (Changelog) +* Go Time (Changelog) * Maintainable -* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast +* Backend Banter +* The ProdCast (Google SRE Podcast) +* Dev Interrupted +* Cup o' Go [Golang] +* Ship it (Changelog) +* 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. * Modern Mentor -* CRE: Chaosradio Express [german] * FLOSS weekly +* CRE: Chaosradio Express [german] * Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly -* Monospace Mentor -* byteSizeGo -* Register Spill -* Applied Go Weekly Newsletter * Ruby Weekly +* byteSizeGo +* Monospace Mentor +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Changelog News * VK Newsletter +* Register Spill * The Imperfectionist +* Golang Weekly * The Valuable Dev -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Changelog News +* Applied Go Weekly Newsletter # Formal education -- cgit v1.2.3 From df46efdd5f3b94d038ae61a46b8403c416602137 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Dec 2024 00:21:25 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 66048604..212b0528 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Systemprogrammierung in Go; Frank Müller; dpunkt -* C++ Programming Language; Bjarne Stroustrup; -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Effective awk programming; Arnold Robbins; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Ultimate Go Notebook; Bill Kennedy +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Leanring eBPF; Liz Rice; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Raku Fundamentals; Moritz Lenz; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Developing Games in Java; David Brackeen and others...; New Riders -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Docker Book; James Turnbull; Kindle -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 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 * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Java ist auch eine Insel; Christian Ullenboom; -* Modern Perl; Chromatic ; Onyx Neon Press +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * The Pragmatic Programmer; David Thomas; Addison-Wesley -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Raku Recipes; J.J. Merelo; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Site Reliability Engineering; How Google runs production systems; O'Reilly * Funktionale Programmierung; Peter Pepper; Springer -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* The Docker Book; James Turnbull; Kindle +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Raku Fundamentals; Moritz Lenz; Apress +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 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 +* Java ist auch eine Insel; Christian Ullenboom; +* C++ Programming Language; Bjarne Stroustrup; +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly ## 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 -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Power of Now; Eckhard Tolle; Yellow Kite -* 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; Audible -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* 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 +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Slow Productivity; Cal Newport; Penguin Random House +* Deep Work; Cal Newport; Piatkus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Off Switch; Mark Cropley; Virgin Books +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Soft Skills; John Sommez; Manning Publications -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Ultralearning; Anna Laurent; Self-published via Amazon -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin * Ultralearning; Scott Young; Thorsons -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Atomic Habits; James Clear; Random House Business * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Slow Productivity; Cal Newport; Penguin Random House * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* So Good They Can't Ignore You; Cal Newport; Business Plus +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Atomic Habits; James Clear; Random House Business * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Deep Work; Cal Newport; Piatkus -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Off Switch; Mark Cropley; Virgin Books +* Ultralearning; Anna Laurent; Self-published via Amazon +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Power of Now; Eckhard Tolle; Yellow Kite [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Functional programming lecture; Remote University of Hagen -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* 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) * MySQL Deep Dive Workshop; 2-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* 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) +* 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 -* Scripting Vim; Damian Conway; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Hidden Brain -* Go Time (Changelog) -* Maintainable -* The Pragmatic Engineer Podcast -* Backend Banter -* The ProdCast (Google SRE Podcast) -* Dev Interrupted * Cup o' Go [Golang] * Ship it (Changelog) +* Dev Interrupted +* Backend Banter +* The ProdCast (Google SRE Podcast) +* Go Time (Changelog) * Deep Questions with Cal Newport +* Maintainable +* Hidden Brain +* The Pragmatic Engineer Podcast ### 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] * Modern Mentor * FLOSS weekly -* CRE: Chaosradio Express [german] * Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Ruby Weekly -* byteSizeGo +* Changelog News * Monospace Mentor +* The Valuable Dev +* The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) -* Changelog News -* VK Newsletter * Register Spill -* The Imperfectionist -* Golang Weekly -* The Valuable Dev * Applied Go Weekly Newsletter +* Golang Weekly +* VK Newsletter +* byteSizeGo +* Ruby Weekly # Formal education -- cgit v1.2.3 From d9b71afb36081f8dcc14cf1346d318815d6652b0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Dec 2024 09:09:57 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 212b0528..6aeec3a0 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Developing Games in Java; David Brackeen and others...; New Riders -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Effective awk programming; Arnold Robbins; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Systemprogrammierung in Go; Frank Müller; dpunkt -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Ultimate Go Notebook; Bill Kennedy -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Leanring eBPF; Liz Rice; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Pragmatic Programmer; David Thomas; Addison-Wesley * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* C++ Programming Language; Bjarne Stroustrup; * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Raku Recipes; J.J. Merelo; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Funktionale Programmierung; Peter Pepper; Springer -* The Docker Book; James Turnbull; Kindle -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Raku Fundamentals; Moritz Lenz; Apress +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer +* DNS and BIND; Cricket Liu; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * 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 -* Java ist auch eine Insel; Christian Ullenboom; -* C++ Programming Language; Bjarne Stroustrup; +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Ultimate Go Notebook; Bill Kennedy +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Docker Book; James Turnbull; Kindle +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press ## 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: -* 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 -* Relayd and Httpd Mastery; Michael W Lucas * 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 * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Soft Skills; John Sommez; Manning Publications * The Good Enough Job; Simone Stolzoff; Ebury Edge +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Off Switch; Mark Cropley; Virgin Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Power of Now; Eckhard Tolle; Yellow Kite +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* 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 +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Deep Work; Cal Newport; Piatkus -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Off Switch; Mark Cropley; Virgin Books -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Soft Skills; John Sommez; Manning Publications -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Scott Young; Thorsons * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * So Good They Can't Ignore You; Cal Newport; Business Plus -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Atomic Habits; James Clear; Random House Business -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Ultralearning; Anna Laurent; Self-published via Amazon * Digital Minimalism; Cal Newport; Portofolio Penguin -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Power of Now; Eckhard Tolle; Yellow Kite +* Ultralearning; Scott Young; Thorsons +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Protocol buffers; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* AWS Immersion Day; Amazon; 1-day interactive online training * Scripting Vim; Damian Conway; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Protocol buffers; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * 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) -* 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 +* Functional programming lecture; Remote University of Hagen +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -166,39 +166,39 @@ In random order: * Cup o' Go [Golang] * Ship it (Changelog) -* Dev Interrupted -* Backend Banter -* The ProdCast (Google SRE Podcast) * Go Time (Changelog) -* Deep Questions with Cal Newport -* Maintainable * Hidden Brain +* Maintainable +* Backend Banter +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast +* Dev Interrupted +* 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] +* Java Pub House * Modern Mentor +* CRE: Chaosradio Express [german] * FLOSS weekly -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Changelog News +* Applied Go Weekly Newsletter +* Register Spill +* Ruby Weekly * Monospace Mentor -* The Valuable Dev +* VK Newsletter +* byteSizeGo +* Changelog News * The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill -* Applied Go Weekly Newsletter * Golang Weekly -* VK Newsletter -* byteSizeGo -* Ruby Weekly +* The Valuable Dev # Formal education -- cgit v1.2.3 From d6bde85a500ab39ecf1b5d2be3b49a7ee6299631 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Dec 2024 10:17:04 +0200 Subject: Update content for md --- about/resources.md | 162 ++++++++++++++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 6aeec3a0..8c47be1d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Raku Fundamentals; Moritz Lenz; Apress +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Systemprogrammierung in Go; Frank Müller; dpunkt -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* C++ Programming Language; Bjarne Stroustrup; * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Raku Fundamentals; Moritz Lenz; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer -* DNS and BIND; Cricket Liu; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* 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 +* Raku Recipes; J.J. Merelo; Apress +* Effective awk programming; Arnold Robbins; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Docker Book; James Turnbull; Kindle * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Leanring eBPF; Liz Rice; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* Modern Perl; Chromatic ; Onyx Neon Press +* Developing Games in Java; David Brackeen and others...; New Riders +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Terraform Cookbook; Mikael Krief; Packt Publishing -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Ultimate Go Notebook; Bill Kennedy -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Docker Book; James Turnbull; Kindle +* C++ Programming Language; Bjarne Stroustrup; * The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Leanring eBPF; Liz Rice; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Funktionale Programmierung; Peter Pepper; Springer +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 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 +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly ## 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 +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* Soft Skills; John Sommez; Manning Publications * The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Ultralearning; Scott Young; Thorsons +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Deep Work; Cal Newport; Piatkus * The Joy of Missing Out; Christina Crook; New Society Publishers -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Off Switch; Mark Cropley; Virgin Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Slow Productivity; Cal Newport; Penguin Random House +* Soft Skills; John Sommez; Manning Publications * The Power of Now; Eckhard Tolle; Yellow Kite -* 101 Essays that change the way you think; Brianna Wiest; Audible * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Off Switch; Mark Cropley; Virgin Books * 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 -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Deep Work; Cal Newport; Piatkus +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Ultralearning; Anna Laurent; Self-published via Amazon -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Ultralearning; Scott Young; Thorsons -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Bullet Journal Method; Ryder Carroll; Fourth Estate [Here are notes of mine for some of the books](../notes/index.md) @@ -134,21 +134,21 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Functional programming lecture; Remote University of Hagen * MySQL Deep Dive Workshop; 2-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training +* 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) * AWS Immersion Day; Amazon; 1-day interactive online training -* Scripting Vim; Damian Conway; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Protocol buffers; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* 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) -* 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 -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; ## Technical guides @@ -164,41 +164,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] * Ship it (Changelog) * Go Time (Changelog) -* Hidden Brain -* Maintainable +* Deep Questions with Cal Newport * Backend Banter +* Dev Interrupted +* Maintainable +* Hidden Brain +* Cup o' Go [Golang] * The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Dev Interrupted -* 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] * Java Pub House * Modern Mentor -* CRE: Chaosradio Express [german] * FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter * Register Spill -* Ruby Weekly -* Monospace Mentor * VK Newsletter -* byteSizeGo +* The Valuable Dev * Changelog News +* Applied Go Weekly Newsletter * The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) * Golang Weekly -* The Valuable Dev +* byteSizeGo +* Monospace Mentor +* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) # Formal education -- cgit v1.2.3 From 845fd437eba6a398a4463c70e61bba0399b74553 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Dec 2024 11:29:04 +0200 Subject: Update content for md --- about/resources.md | 167 +++++++++++++++++++++++++++-------------------------- 1 file changed, 84 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 8c47be1d..23d0d16e 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: +* DNS and BIND; Cricket Liu; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Modern Perl; Chromatic ; Onyx Neon Press +* The Docker Book; James Turnbull; Kindle +* Effective Java; Joshua Bloch; Addison-Wesley Professional * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Raku Recipes; J.J. Merelo; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 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 +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Effective awk programming; Arnold Robbins; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Modern Perl; Chromatic ; Onyx Neon Press * Developing Games in Java; David Brackeen and others...; New Riders +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Java ist auch eine Insel; Christian Ullenboom; +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Leanring eBPF; Liz Rice; O'Reilly * C++ Programming Language; Bjarne Stroustrup; -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Perl New Features; Joshua McAdams, brian d foy; Perl School * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Leanring eBPF; Liz Rice; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Ultimate Go Notebook; Bill Kennedy -* Funktionale Programmierung; Peter Pepper; Springer -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 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 -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Raku Recipes; J.J. Merelo; Apress ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Atomic Habits; James Clear; Random House Business +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Power of Now; Eckhard Tolle; Yellow Kite +* Ultralearning; Scott Young; Thorsons +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Deep Work; Cal Newport; Piatkus +* The Off Switch; Mark Cropley; Virgin Books * The Good Enough Job; Simone Stolzoff; Ebury Edge +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Ultralearning; Scott Young; Thorsons +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Digital Minimalism; Cal Newport; Portofolio Penguin * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Deep Work; Cal Newport; Piatkus * The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Slow Productivity; Cal Newport; Penguin Random House * Soft Skills; John Sommez; Manning Publications -* The Power of Now; Eckhard Tolle; Yellow Kite * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Off Switch; Mark Cropley; Virgin Books -* Atomic Habits; James Clear; Random House Business -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Ultralearning; Anna Laurent; Self-published via Amazon -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Eat That Frog!; Brian Tracy; Hodder Paperbacks [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Functional programming lecture; Remote University of Hagen -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * 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) +* 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 +* Functional programming lecture; Remote University of Hagen +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Protocol buffers; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land +* Advanced Bash-Scripting Guide ## Podcasts @@ -164,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Ship it (Changelog) -* Go Time (Changelog) * Deep Questions with Cal Newport -* Backend Banter -* Dev Interrupted * Maintainable +* The Pragmatic Engineer Podcast +* Backend Banter * Hidden Brain -* Cup o' Go [Golang] * The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast +* Go Time (Changelog) +* Dev Interrupted +* Ship it (Changelog) +* Cup o' Go [Golang] ### 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] * Java Pub House -* Modern Mentor +* CRE: Chaosradio Express [german] * FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* VK Newsletter * The Valuable Dev -* Changelog News -* Applied Go Weekly Newsletter -* The Imperfectionist * Golang Weekly * byteSizeGo -* Monospace Mentor -* Ruby Weekly +* Applied Go Weekly Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) +* VK Newsletter +* The Imperfectionist +* Register Spill +* Changelog News +* Ruby Weekly +* Monospace Mentor # Formal education -- cgit v1.2.3 From facc83ff8cd77c1f38a4644aa5634944ef467d91 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Dec 2024 11:32:22 +0200 Subject: Update content for md --- about/resources.md | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 23d0d16e..30eab909 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* DNS and BIND; Cricket Liu; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Modern Perl; Chromatic ; Onyx Neon Press +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * The Docker Book; James Turnbull; Kindle -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 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 DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Modern Perl; Chromatic ; Onyx Neon Press +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Effective awk programming; Arnold Robbins; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* C++ Programming Language; Bjarne Stroustrup; * Developing Games in Java; David Brackeen and others...; New Riders -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Java ist auch eine Insel; Christian Ullenboom; -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Funktionale Programmierung; Peter Pepper; Springer -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Concurrency in Go; Katherine Cox-Buday; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* DNS and BIND; Cricket Liu; O'Reilly * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Systemprogrammierung in Go; Frank Müller; dpunkt -* Leanring eBPF; Liz Rice; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Raku Recipes; J.J. Merelo; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Ultimate Go Notebook; Bill Kennedy +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* 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 +* Java ist auch eine Insel; Christian Ullenboom; +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook ## 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: +* Relayd and Httpd Mastery; Michael W Lucas * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Atomic Habits; James Clear; Random House Business -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Joy of Missing Out; Christina Crook; New Society Publishers +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Power of Now; Eckhard Tolle; Yellow Kite * Ultralearning; Scott Young; Thorsons +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Soft Skills; John Sommez; Manning Publications +* Atomic Habits; James Clear; Random House Business * 101 Essays that change the way you think; Brianna Wiest; Audible -* Deep Work; Cal Newport; Piatkus -* The Off Switch; Mark Cropley; Virgin Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* So Good They Can't Ignore You; Cal Newport; Business Plus * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Off Switch; Mark Cropley; Virgin Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Deep Work; Cal Newport; Piatkus * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Ultralearning; Anna Laurent; Self-published via Amazon * Digital Minimalism; Cal Newport; Portofolio Penguin +* Slow Productivity; Cal Newport; Penguin Random House +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Slow Productivity; Cal Newport; Penguin Random House -* Soft Skills; John Sommez; Manning Publications * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Ultralearning; Anna Laurent; Self-published via Amazon -* 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 * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Eat That Frog!; Brian Tracy; Hodder Paperbacks [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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) -* 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 +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Functional programming lecture; Remote University of Hagen * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training -* Protocol buffers; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* 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) +* Protocol buffers; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; 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 @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport * Maintainable -* The Pragmatic Engineer Podcast -* Backend Banter +* Deep Questions with Cal Newport * Hidden Brain -* The ProdCast (Google SRE Podcast) -* Go Time (Changelog) * Dev Interrupted -* Ship it (Changelog) +* Go Time (Changelog) +* The Pragmatic Engineer Podcast * Cup o' Go [Golang] +* Ship it (Changelog) +* Backend Banter +* The ProdCast (Google SRE Podcast) ### 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. -* Java Pub House * CRE: Chaosradio Express [german] -* FLOSS weekly * Modern Mentor +* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Monospace Mentor * The Valuable Dev * Golang Weekly -* byteSizeGo +* The Imperfectionist +* Ruby Weekly * Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) * VK Newsletter -* The Imperfectionist * Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) * Changelog News -* Ruby Weekly -* Monospace Mentor +* byteSizeGo # Formal education -- cgit v1.2.3 From ce0f16be66790000eef298bec937e77499f4cd07 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Dec 2024 11:55:27 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 30eab909..7b78723b 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ 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 -* Effective awk programming; Arnold Robbins; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The Docker Book; James Turnbull; Kindle -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Modern Perl; Chromatic ; Onyx Neon Press +* Java ist auch eine Insel; Christian Ullenboom; +* Ultimate Go Notebook; Bill Kennedy * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* C++ Programming Language; Bjarne Stroustrup; -* Developing Games in Java; David Brackeen and others...; New Riders -* Funktionale Programmierung; Peter Pepper; Springer -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* DNS and BIND; Cricket Liu; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Raku Recipes; J.J. Merelo; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Ultimate Go Notebook; Bill Kennedy * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Docker Book; James Turnbull; Kindle +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Raku Fundamentals; Moritz Lenz; Apress +* DNS and BIND; Cricket Liu; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Funktionale Programmierung; Peter Pepper; Springer +* Raku Recipes; J.J. Merelo; Apress * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Terraform Cookbook; Mikael Krief; Packt Publishing -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Modern Perl; Chromatic ; Onyx Neon Press +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * 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 -* Java ist auch eine Insel; Christian Ullenboom; -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Soft Skills; John Sommez; Manning Publications +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Joy of Missing Out; Christina Crook; New Society Publishers -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Ultralearning; Anna Laurent; Self-published via Amazon * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Deep Work; Cal Newport; Piatkus +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Power of Now; Eckhard Tolle; Yellow Kite * Ultralearning; Scott Young; Thorsons -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Soft Skills; John Sommez; Manning Publications +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Atomic Habits; James Clear; Random House Business -* 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 * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * The Off Switch; Mark Cropley; Virgin Books -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Deep Work; Cal Newport; Piatkus -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Ultralearning; Anna Laurent; Self-published via Amazon -* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Slow Productivity; Cal Newport; Penguin Random House -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Functional programming lecture; Remote University of Hagen -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Apache Tomcat Best Practises; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* 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) -* Protocol buffers; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; 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 +* Protocol buffers; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Functional programming lecture; Remote University of Hagen ## Technical guides @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Backend Banter * Maintainable -* Deep Questions with Cal Newport -* Hidden Brain -* Dev Interrupted -* Go Time (Changelog) -* The Pragmatic Engineer Podcast * Cup o' Go [Golang] * Ship it (Changelog) -* Backend Banter * The ProdCast (Google SRE Podcast) +* Hidden Brain +* Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast +* Dev Interrupted +* Go Time (Changelog) ### 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. +* Java Pub House * CRE: Chaosradio Express [german] * Modern Mentor * FLOSS weekly -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Monospace Mentor -* The Valuable Dev -* Golang Weekly -* The Imperfectionist -* Ruby Weekly -* Applied Go Weekly Newsletter -* VK Newsletter * Register Spill * Andreas Brandhorst Newsletter (Sci-Fi author) * Changelog News +* The Imperfectionist * byteSizeGo +* VK Newsletter +* Ruby Weekly +* Golang Weekly +* Monospace Mentor +* Applied Go Weekly Newsletter +* The Valuable Dev # Formal education -- cgit v1.2.3 From 9f19aadfaef60617d337060473f83451468ec512 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Dec 2024 13:20:58 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 7b78723b..d53d5a5d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Java ist auch eine Insel; Christian Ullenboom; +* C++ Programming Language; Bjarne Stroustrup; +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Docker Book; James Turnbull; Kindle +* Leanring eBPF; Liz Rice; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 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 +* Raku Recipes; J.J. Merelo; Apress +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Ultimate Go Notebook; Bill Kennedy +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Modern Perl; Chromatic ; Onyx Neon Press +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Docker Book; James Turnbull; Kindle -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Terraform Cookbook; Mikael Krief; Packt Publishing * Raku Fundamentals; Moritz Lenz; Apress -* DNS and BIND; Cricket Liu; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Java ist auch eine Insel; Christian Ullenboom; * Funktionale Programmierung; Peter Pepper; Springer -* Raku Recipes; J.J. Merelo; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective awk programming; Arnold Robbins; O'Reilly * Systemprogrammierung in Go; Frank Müller; dpunkt +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Terraform Cookbook; Mikael Krief; Packt Publishing * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Modern Perl; Chromatic ; Onyx Neon Press -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Site Reliability Engineering; How Google runs production systems; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 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 +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* DNS and BIND; Cricket Liu; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Soft Skills; John Sommez; Manning Publications -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Ultralearning; Scott Young; Thorsons * Digital Minimalism; Cal Newport; Portofolio Penguin -* Ultralearning; Anna Laurent; Self-published via Amazon +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Deep Work; Cal Newport; Piatkus -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Ultralearning; Scott Young; Thorsons -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Stop starting, start finishing; Arne Roock; Lean-Kanban University * Atomic Habits; James Clear; Random House Business -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * The Off Switch; Mark Cropley; Virgin Books -* 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 * Slow Productivity; Cal Newport; Penguin Random House +* Soft Skills; John Sommez; Manning Publications +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* AWS Immersion Day; Amazon; 1-day interactive online training -* Apache Tomcat Best Practises; 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 -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; 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 -* Protocol buffers; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online -* 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * 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) +* Apache Tomcat Best Practises; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide +* How CPUs work at https://cpu.land ## Podcasts @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Backend Banter +* The ProdCast (Google SRE Podcast) * Maintainable -* Cup o' Go [Golang] +* Backend Banter +* Dev Interrupted * Ship it (Changelog) -* The ProdCast (Google SRE Podcast) -* Hidden Brain * Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast -* Dev Interrupted * Go Time (Changelog) +* The Pragmatic Engineer Podcast +* Hidden Brain +* Cup o' Go [Golang] ### 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. -* Java Pub House +* FLOSS weekly * CRE: Chaosradio Express [german] * Modern Mentor -* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Changelog News -* The Imperfectionist * byteSizeGo -* VK Newsletter -* Ruby Weekly +* The Imperfectionist * Golang Weekly +* Changelog News +* Andreas Brandhorst Newsletter (Sci-Fi author) +* VK Newsletter * Monospace Mentor * Applied Go Weekly Newsletter +* Ruby Weekly * The Valuable Dev +* Register Spill # Formal education -- cgit v1.2.3 From aaefbae71512fd72a6496f470fa3fe913383b740 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Dec 2024 22:36:46 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index d53d5a5d..34cec494 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* C++ Programming Language; Bjarne Stroustrup; -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The Docker Book; James Turnbull; Kindle -* Leanring eBPF; Liz Rice; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 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 -* Raku Recipes; J.J. Merelo; Apress +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Modern Perl; Chromatic ; Onyx Neon Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * Effective awk programming; Arnold Robbins; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Effective Java; Joshua Bloch; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Ultimate Go Notebook; Bill Kennedy -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Modern Perl; Chromatic ; Onyx Neon Press -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 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 +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Terraform Cookbook; Mikael Krief; Packt Publishing -* Raku Fundamentals; Moritz Lenz; Apress +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Developing Games in Java; David Brackeen and others...; New Riders +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Raku Recipes; J.J. Merelo; Apress +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* The Docker Book; James Turnbull; Kindle +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Java ist auch eine Insel; Christian Ullenboom; -* Funktionale Programmierung; Peter Pepper; Springer -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Ultimate Go Notebook; Bill Kennedy +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Systemprogrammierung in Go; Frank Müller; dpunkt * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* DNS and BIND; Cricket Liu; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Funktionale Programmierung; Peter Pepper; Springer +* C++ Programming Language; Bjarne Stroustrup; ## 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 -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * 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 * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* Ultralearning; Scott Young; Thorsons -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Deep Work; Cal Newport; Piatkus -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Atomic Habits; James Clear; Random House Business -* The Off Switch; Mark Cropley; Virgin Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Slow Productivity; Cal Newport; Penguin Random House -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Anna Laurent; Self-published via Amazon +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Joy of Missing Out; Christina Crook; New Society Publishers -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * The Bullet Journal Method; Ryder Carroll; Fourth Estate +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Soft Skills; John Sommez; Manning Publications +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Slow Productivity; Cal Newport; Penguin Random House * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Ultralearning; Anna Laurent; Self-published via Amazon +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Power of Now; Eckhard Tolle; Yellow Kite +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Atomic Habits; James Clear; Random House Business +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * 101 Essays that change the way you think; Brianna Wiest; Audible +* Deep Work; Cal Newport; Piatkus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Ultralearning; Scott Young; Thorsons +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Off Switch; Mark Cropley; Virgin Books * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,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...; -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Protocol buffers; 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 +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Scripting Vim; Damian Conway; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Protocol buffers; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * 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 -* MySQL Deep Dive Workshop; 2-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides @@ -165,16 +165,16 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) -* Maintainable -* Backend Banter -* Dev Interrupted +* Cup o' Go [Golang] * Ship it (Changelog) +* Maintainable * Deep Questions with Cal Newport -* Go Time (Changelog) * The Pragmatic Engineer Podcast +* Dev Interrupted +* The ProdCast (Google SRE Podcast) +* Backend Banter * Hidden Brain -* Cup o' Go [Golang] +* Go Time (Changelog) ### Podcasts I liked @@ -189,17 +189,17 @@ I liked them but am not listening to them anymore. The podcasts have either "fin This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo +* VK Newsletter * The Imperfectionist -* Golang Weekly * Changelog News -* Andreas Brandhorst Newsletter (Sci-Fi author) -* VK Newsletter +* Ruby Weekly * Monospace Mentor +* Register Spill * Applied Go Weekly Newsletter -* Ruby Weekly +* Golang Weekly * The Valuable Dev -* Register Spill # Formal education -- cgit v1.2.3 From d38bb8203abaa5618cbcaf051bf2ccf1ceb0939d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Dec 2024 13:55:57 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 34cec494..82a63834 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Modern Perl; Chromatic ; Onyx Neon Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* C++ Programming Language; Bjarne Stroustrup; +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly * Effective awk programming; Arnold Robbins; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 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 -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Terraform Cookbook; Mikael Krief; Packt Publishing -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Leanring eBPF; Liz Rice; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The Docker Book; James Turnbull; Kindle * Developing Games in Java; David Brackeen and others...; New Riders +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Raku Recipes; J.J. Merelo; Apress -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The Docker Book; James Turnbull; Kindle * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Java ist auch eine Insel; Christian Ullenboom; +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Ultimate Go Notebook; Bill Kennedy +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Funktionale Programmierung; Peter Pepper; Springer -* C++ Programming Language; Bjarne Stroustrup; +* DNS and BIND; Cricket Liu; 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 +* Raku Fundamentals; Moritz Lenz; Apress +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * 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 * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Soft Skills; John Sommez; Manning Publications -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Slow Productivity; Cal Newport; Penguin Random House -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Ultralearning; Anna Laurent; Self-published via Amazon -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Power of Now; Eckhard Tolle; Yellow Kite +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Off Switch; Mark Cropley; Virgin Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Atomic Habits; James Clear; Random House Business -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* 101 Essays that change the way you think; Brianna Wiest; Audible * Deep Work; Cal Newport; Piatkus -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Ultralearning; Scott Young; Thorsons * Digital Minimalism; Cal Newport; Portofolio Penguin * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Scott Young; Thorsons +* Ultralearning; Anna Laurent; Self-published via Amazon +* Atomic Habits; James Clear; Random House Business +* Soft Skills; John Sommez; Manning Publications +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Off Switch; Mark Cropley; Virgin Books -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* 101 Essays that change the way you think; Brianna Wiest; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Protocol buffers; 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 -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Protocol buffers; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * AWS Immersion Day; Amazon; 1-day interactive online training -* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* 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) -* Scripting Vim; Damian Conway; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* 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) +* Functional programming lecture; Remote University of Hagen +* 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 -* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land +* Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide ## Podcasts @@ -166,22 +166,22 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Cup o' Go [Golang] -* Ship it (Changelog) * Maintainable -* Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast * Dev Interrupted -* The ProdCast (Google SRE Podcast) -* Backend Banter * Hidden Brain +* The Pragmatic Engineer Podcast +* Ship it (Changelog) +* Backend Banter +* Deep Questions with Cal Newport +* The ProdCast (Google SRE Podcast) * Go Time (Changelog) ### 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. -* FLOSS weekly * CRE: Chaosradio Express [german] +* FLOSS weekly * Modern Mentor * Java Pub House @@ -189,17 +189,17 @@ I liked them but am not listening to them anymore. The podcasts have either "fin This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* byteSizeGo -* VK Newsletter -* The Imperfectionist -* Changelog News * Ruby Weekly -* Monospace Mentor -* Register Spill * Applied Go Weekly Newsletter +* Register Spill * Golang Weekly +* byteSizeGo * The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Changelog News +* Monospace Mentor +* VK Newsletter +* The Imperfectionist # Formal education -- cgit v1.2.3 From 9dde791c185390b65b3d33c341969c1bec35c7e1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Dec 2024 14:00:24 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 82a63834..74379568 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,97 +35,97 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Raku Recipes; J.J. Merelo; Apress -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* C++ Programming Language; Bjarne Stroustrup; -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Effective awk programming; Arnold Robbins; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* 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 -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Leanring eBPF; Liz Rice; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; +* Leanring eBPF; Liz Rice; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Docker Book; James Turnbull; Kindle -* Developing Games in Java; David Brackeen and others...; New Riders -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Docker Book; James Turnbull; Kindle +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* 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 * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Developing Games in Java; David Brackeen and others...; New Riders +* C++ Programming Language; Bjarne Stroustrup; +* Funktionale Programmierung; Peter Pepper; Springer * The Pragmatic Programmer; David Thomas; Addison-Wesley +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * DNS and BIND; Cricket Liu; 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 -* Raku Fundamentals; Moritz Lenz; Apress +* Ultimate Go Notebook; Bill Kennedy +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Raku Recipes; J.J. Merelo; Apress +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Modern Perl; Chromatic ; Onyx Neon Press +* Effective awk programming; Arnold Robbins; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## 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: * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* Slow Productivity; Cal Newport; Penguin Random House -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Power of Now; Eckhard Tolle; Yellow Kite -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Influence without Authority; A. Cohen, D. Bradford; Wiley +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Soft Skills; John Sommez; Manning Publications +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Off Switch; Mark Cropley; Virgin Books -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Deep Work; Cal Newport; Piatkus -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons -* Ultralearning; Anna Laurent; Self-published via Amazon * Atomic Habits; James Clear; Random House Business -* Soft Skills; John Sommez; Manning Publications * So Good They Can't Ignore You; Cal Newport; Business Plus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Ultralearning; Scott Young; Thorsons +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Slow Productivity; Cal Newport; Penguin Random House +* The Good Enough Job; Simone Stolzoff; Ebury Edge * 101 Essays that change the way you think; Brianna Wiest; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* 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 +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training +* MySQL Deep Dive Workshop; 2-day on-site training +* Apache Tomcat Best Practises; 3-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 -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* 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) -* Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides @@ -166,40 +166,40 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Cup o' Go [Golang] -* Maintainable +* Go Time (Changelog) * Dev Interrupted +* Backend Banter +* The ProdCast (Google SRE Podcast) +* Deep Questions with Cal Newport * Hidden Brain +* Maintainable * The Pragmatic Engineer Podcast * Ship it (Changelog) -* Backend Banter -* Deep Questions with Cal Newport -* The ProdCast (Google SRE Podcast) -* Go Time (Changelog) ### 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] -* FLOSS weekly * Modern Mentor +* FLOSS weekly +* CRE: Chaosradio Express [german] * Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Ruby Weekly * Applied Go Weekly Newsletter -* Register Spill -* Golang Weekly +* VK Newsletter * byteSizeGo -* The Valuable Dev +* The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) * Changelog News * Monospace Mentor -* VK Newsletter -* The Imperfectionist +* Register Spill +* The Valuable Dev +* Ruby Weekly +* Golang Weekly # Formal education -- cgit v1.2.3 From b0a62549544385736deaac09c3a73698867c95f3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 15 Dec 2024 18:50:33 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 74379568..defc636c 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Raku Recipes; J.J. Merelo; Apress +* Systemprogrammierung in Go; Frank Müller; dpunkt +* C++ Programming Language; Bjarne Stroustrup; +* Raku Fundamentals; Moritz Lenz; Apress * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Effective awk programming; Arnold Robbins; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Java ist auch eine Insel; Christian Ullenboom; -* Leanring eBPF; Liz Rice; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Raku Fundamentals; Moritz Lenz; Apress +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The Docker Book; James Turnbull; Kindle -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Terraform Cookbook; Mikael Krief; Packt Publishing * 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 -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* C++ Programming Language; Bjarne Stroustrup; -* Funktionale Programmierung; Peter Pepper; Springer -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DNS and BIND; Cricket Liu; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Raku Recipes; J.J. Merelo; Apress -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Ultimate Go Notebook; Bill Kennedy +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Leanring eBPF; Liz Rice; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Modern Perl; Chromatic ; Onyx Neon Press -* Effective awk programming; Arnold Robbins; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* 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 +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Slow Productivity; Cal Newport; Penguin Random House * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Ultralearning; Anna Laurent; Self-published via Amazon * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Deep Work; Cal Newport; Piatkus +* Atomic Habits; James Clear; Random House Business * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Power of Now; Eckhard Tolle; Yellow Kite +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Soft Skills; John Sommez; Manning Publications -* 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 * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Off Switch; Mark Cropley; Virgin Books -* Deep Work; Cal Newport; Piatkus -* Atomic Habits; James Clear; Random House Business -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Soft Skills; John Sommez; Manning Publications * Ultralearning; Scott Young; Thorsons -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Slow Productivity; Cal Newport; Penguin Random House -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Influence without Authority; A. Cohen, D. Bradford; Wiley * 101 Essays that change the way you think; Brianna Wiest; Audible +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* So Good They Can't Ignore You; Cal Newport; Business Plus [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,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 -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* 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 +* MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* MySQL Deep Dive Workshop; 2-day on-site training -* Apache Tomcat Best Practises; 3-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 +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* 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) +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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: -* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* Go Time (Changelog) -* Dev Interrupted -* Backend Banter * The ProdCast (Google SRE Podcast) +* Dev Interrupted +* Go Time (Changelog) * Deep Questions with Cal Newport -* Hidden Brain -* Maintainable +* Cup o' Go [Golang] * The Pragmatic Engineer Podcast * Ship it (Changelog) +* Maintainable +* Backend Banter +* Hidden Brain ### 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. -* Modern Mentor +* Java Pub House * FLOSS weekly * CRE: Chaosradio Express [german] -* Java Pub House +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter +* Register Spill +* Ruby Weekly +* Monospace Mentor * VK Newsletter -* byteSizeGo -* The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Applied Go Weekly Newsletter * Changelog News -* Monospace Mentor -* Register Spill * The Valuable Dev -* Ruby Weekly +* The Imperfectionist * Golang Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo # Formal education -- cgit v1.2.3 From e1c521908e656d53b9ed6036568968fc5df6c21a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Dec 2024 21:59:25 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index defc636c..048f4862 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Raku Recipes; J.J. Merelo; Apress -* Systemprogrammierung in Go; Frank Müller; dpunkt -* C++ Programming Language; Bjarne Stroustrup; -* Raku Fundamentals; Moritz Lenz; Apress -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Effective awk programming; Arnold Robbins; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Java ist auch eine Insel; Christian Ullenboom; * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Docker Book; James Turnbull; Kindle * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Terraform Cookbook; Mikael Krief; Packt Publishing * 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 -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Developing Games in Java; David Brackeen and others...; New Riders +* Raku Fundamentals; Moritz Lenz; Apress +* C++ Programming Language; Bjarne Stroustrup; * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Leanring eBPF; Liz Rice; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Effective awk programming; Arnold Robbins; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Java ist auch eine Insel; Christian Ullenboom; * Modern Perl; Chromatic ; Onyx Neon Press -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Leanring eBPF; Liz Rice; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Ultimate Go Notebook; Bill Kennedy * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Docker Book; James Turnbull; Kindle +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* DNS and BIND; Cricket Liu; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Funktionale Programmierung; Peter Pepper; Springer +* Terraform Cookbook; Mikael Krief; Packt Publishing ## 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 * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* 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 * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The Off Switch; Mark Cropley; Virgin Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Slow Productivity; Cal Newport; Penguin Random House -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Anna Laurent; Self-published via Amazon * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Deep Work; Cal Newport; Piatkus +* Ultralearning; Scott Young; Thorsons +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Atomic Habits; James Clear; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Joy of Missing Out; Christina Crook; New Society Publishers * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Digital Minimalism; Cal Newport; Portofolio Penguin * The Power of Now; Eckhard Tolle; Yellow Kite * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* So Good They Can't Ignore You; Cal Newport; Business Plus * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Deep Work; Cal Newport; Piatkus +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Scott Young; Thorsons +* The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Influence without Authority; A. Cohen, D. Bradford; Wiley +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * 101 Essays that change the way you think; Brianna Wiest; Audible -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Soft Skills; John Sommez; Manning Publications +* 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) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Protocol buffers; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * 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) -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Protocol buffers; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-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 +* Functional programming lecture; Remote University of Hagen +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * Advanced Bash-Scripting Guide -* Raku Guide at https://raku.guide * How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide ## Podcasts @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Cup o' Go [Golang] * The ProdCast (Google SRE Podcast) -* Dev Interrupted * Go Time (Changelog) +* Hidden Brain +* Maintainable +* Backend Banter * Deep Questions with Cal Newport -* Cup o' Go [Golang] +* Dev Interrupted * The Pragmatic Engineer Podcast * Ship it (Changelog) -* Maintainable -* Backend Banter -* Hidden Brain ### 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. -* Java Pub House -* FLOSS weekly -* CRE: Chaosradio Express [german] * Modern Mentor +* CRE: Chaosradio Express [german] +* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill * Ruby Weekly * Monospace Mentor +* Golang Weekly * VK Newsletter -* Applied Go Weekly Newsletter -* Changelog News -* The Valuable Dev +* byteSizeGo * The Imperfectionist -* Golang Weekly +* Changelog News +* Applied Go Weekly Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) -* byteSizeGo +* The Valuable Dev +* Register Spill # Formal education -- cgit v1.2.3 From 7748f5feabe696c1284ccbe9d2d7850635c15905 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 17 Dec 2024 10:08:08 +0200 Subject: Update content for md --- about/resources.md | 172 ++++++++++++++++++++++++++--------------------------- 1 file changed, 86 insertions(+), 86 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 048f4862..19b1b230 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Leanring eBPF; Liz Rice; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 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 -* Developing Games in Java; David Brackeen and others...; New Riders -* Raku Fundamentals; Moritz Lenz; Apress -* C++ Programming Language; Bjarne Stroustrup; * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective awk programming; Arnold Robbins; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press * Raku Recipes; J.J. Merelo; Apress -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Java ist auch eine Insel; Christian Ullenboom; -* Modern Perl; Chromatic ; Onyx Neon Press -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Raku Fundamentals; Moritz Lenz; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Ultimate Go Notebook; Bill Kennedy +* Effective awk programming; Arnold Robbins; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Funktionale Programmierung; Peter Pepper; Springer * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Ultimate Go Notebook; Bill Kennedy +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* 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 * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * DNS and BIND; Cricket Liu; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Funktionale Programmierung; Peter Pepper; Springer -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Concurrency in Go; Katherine Cox-Buday; O'Reilly ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Scott Young; Thorsons -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Atomic Habits; James Clear; Random House Business * Slow Productivity; Cal Newport; Penguin Random House -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Power of Now; Eckhard Tolle; Yellow Kite +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Ultralearning; Scott Young; Thorsons +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Joy of Missing Out; Christina Crook; New Society Publishers * Deep Work; Cal Newport; Piatkus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Atomic Habits; James Clear; Random House Business +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Digital Minimalism; Cal Newport; Portofolio Penguin * Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The Off Switch; Mark Cropley; Virgin Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Soft Skills; John Sommez; Manning Publications * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* 101 Essays that change the way you think; Brianna Wiest; Audible * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Soft Skills; John Sommez; Manning Publications -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Ultralearning; Anna Laurent; Self-published via Amazon +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training * 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) -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* Apache Tomcat Best Practises; 3-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 -* Functional programming lecture; Remote University of Hagen -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * Advanced Bash-Scripting Guide -* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) * Go Time (Changelog) * Hidden Brain -* Maintainable +* Dev Interrupted +* Ship it (Changelog) * Backend Banter +* Maintainable * Deep Questions with Cal Newport -* Dev Interrupted +* Cup o' Go [Golang] * The Pragmatic Engineer Podcast -* Ship it (Changelog) +* The ProdCast (Google SRE Podcast) ### 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. -* Modern Mentor -* CRE: Chaosradio Express [german] * FLOSS weekly +* Modern Mentor * Java Pub House +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Register Spill * Ruby Weekly -* Monospace Mentor -* Golang Weekly -* VK Newsletter * byteSizeGo +* VK Newsletter +* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly * The Imperfectionist -* Changelog News +* Monospace Mentor * Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Valuable Dev -* Register Spill +* Changelog News # Formal education -- cgit v1.2.3 From 83db843892b6d32c10c8bdb233dd52206c7ad2c9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 17 Dec 2024 22:39:20 +0200 Subject: Update content for md --- about/resources.md | 172 ++++++++++++++++++++++++++--------------------------- 1 file changed, 86 insertions(+), 86 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 19b1b230..bf5d1e5c 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ 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 -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Modern Perl; Chromatic ; Onyx Neon Press -* Raku Recipes; J.J. Merelo; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Java ist auch eine Insel; Christian Ullenboom; -* Raku Fundamentals; Moritz Lenz; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Effective awk programming; Arnold Robbins; O'Reilly -* 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 +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* 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 * Funktionale Programmierung; Peter Pepper; Springer -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Developing Games in Java; David Brackeen and others...; New Riders +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Docker Book; James Turnbull; Kindle +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Raku Recipes; J.J. Merelo; Apress +* Modern Perl; Chromatic ; Onyx Neon Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Systemprogrammierung in Go; Frank Müller; dpunkt +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Raku Fundamentals; Moritz Lenz; Apress * Ultimate Go Notebook; Bill Kennedy -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Site Reliability Engineering; How Google runs production systems; O'Reilly * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* DNS and BIND; Cricket Liu; O'Reilly +* The Docker Book; James Turnbull; Kindle * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; ## 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: -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* 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 -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Off Switch; Mark Cropley; Virgin Books * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Ultralearning; Scott Young; Thorsons +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Deep Work; Cal Newport; Piatkus -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley * Atomic Habits; James Clear; Random House Business -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Digital Minimalism; Cal Newport; Portofolio Penguin +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Off Switch; Mark Cropley; Virgin Books * Soft Skills; John Sommez; Manning Publications -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Ultralearning; Anna Laurent; Self-published via Amazon +* The Joy of Missing Out; Christina Crook; New Society Publishers +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Power of Now; Eckhard Tolle; Yellow Kite +* Deep Work; Cal Newport; Piatkus +* 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 +* Slow Productivity; Cal Newport; Penguin Random House +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Ultralearning; Scott Young; Thorsons * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * 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) +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Scripting Vim; Damian Conway; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide * How CPUs work at https://cpu.land +* Advanced Bash-Scripting Guide ## Podcasts @@ -166,22 +166,22 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Go Time (Changelog) -* Hidden Brain -* Dev Interrupted -* Ship it (Changelog) -* Backend Banter -* Maintainable -* Deep Questions with Cal Newport * Cup o' Go [Golang] +* Dev Interrupted * The Pragmatic Engineer Podcast +* Deep Questions with Cal Newport +* Backend Banter +* Ship it (Changelog) +* Hidden Brain * The ProdCast (Google SRE Podcast) +* Maintainable ### 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. -* FLOSS weekly * Modern Mentor +* FLOSS weekly * Java Pub House * CRE: Chaosradio Express [german] @@ -189,17 +189,17 @@ I liked them but am not listening to them anymore. The podcasts have either "fin This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* Ruby Weekly -* byteSizeGo -* VK Newsletter -* The Valuable Dev +* Applied Go Weekly Newsletter +* Monospace Mentor * Andreas Brandhorst Newsletter (Sci-Fi author) * Golang Weekly +* VK Newsletter * The Imperfectionist -* Monospace Mentor -* Applied Go Weekly Newsletter * Changelog News +* The Valuable Dev +* Ruby Weekly +* byteSizeGo +* Register Spill # Formal education -- cgit v1.2.3 From 830b1c713bd1563ab0096db94b7c14162258ce79 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 17 Dec 2024 23:03:39 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index bf5d1e5c..df0b4c36 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* 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 -* Funktionale Programmierung; Peter Pepper; Springer -* Developing Games in Java; David Brackeen and others...; New Riders -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Raku Recipes; J.J. Merelo; Apress -* Modern Perl; Chromatic ; Onyx Neon Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing * Systemprogrammierung in Go; Frank Müller; dpunkt -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer +* 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 KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* C++ Programming Language; Bjarne Stroustrup; +* Developing Games in Java; David Brackeen and others...; New Riders +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Effective awk programming; Arnold Robbins; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Raku Fundamentals; Moritz Lenz; Apress +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Ultimate Go Notebook; Bill Kennedy -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Raku Fundamentals; Moritz Lenz; Apress +* DNS and BIND; Cricket Liu; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Java ist auch eine Insel; Christian Ullenboom; * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Docker Book; James Turnbull; Kindle -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Leanring eBPF; Liz Rice; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Raku Recipes; J.J. Merelo; Apress +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; 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: -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Off Switch; Mark Cropley; Virgin Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Atomic Habits; James Clear; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Soft Skills; John Sommez; Manning Publications -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Ultralearning; Anna Laurent; Self-published via Amazon +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Joy of Missing Out; Christina Crook; New Society Publishers -* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Off Switch; Mark Cropley; Virgin Books +* Atomic Habits; James Clear; Random House Business +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The Power of Now; Eckhard Tolle; Yellow Kite -* Deep Work; Cal Newport; Piatkus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * 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 +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* 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 * Slow Productivity; Cal Newport; Penguin Random House -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Digital Minimalism; Cal Newport; Portofolio Penguin * Ultralearning; Scott Young; Thorsons -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Deep Work; Cal Newport; Piatkus +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* MySQL Deep Dive Workshop; 2-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 +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Apache Tomcat Best Practises; 3-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 +* AWS Immersion Day; Amazon; 1-day interactive online training * 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training +* MySQL Deep Dive Workshop; 2-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide * How CPUs work at https://cpu.land -* Advanced Bash-Scripting Guide ## Podcasts @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Go Time (Changelog) -* Cup o' Go [Golang] -* Dev Interrupted -* The Pragmatic Engineer Podcast +* Maintainable * Deep Questions with Cal Newport * Backend Banter +* Dev Interrupted +* The ProdCast (Google SRE Podcast) * Ship it (Changelog) +* Cup o' Go [Golang] * Hidden Brain -* The ProdCast (Google SRE Podcast) -* Maintainable +* Go Time (Changelog) +* The Pragmatic Engineer Podcast ### 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. -* Modern Mentor -* FLOSS weekly -* Java Pub House * CRE: Chaosradio Express [german] +* Java Pub House +* FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter -* Monospace Mentor -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly * VK Newsletter * The Imperfectionist -* Changelog News +* Register Spill * The Valuable Dev -* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo -* Register Spill +* Changelog News +* Ruby Weekly +* Applied Go Weekly Newsletter +* Monospace Mentor +* Golang Weekly # Formal education -- cgit v1.2.3 From 2a199f6434c7aa4aa790723108952746ea2a7fa4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Dec 2024 10:03:25 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index df0b4c36..c499ac64 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ 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 -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Modern Perl; Chromatic ; Onyx Neon Press +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Developing Games in Java; David Brackeen and others...; New Riders +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * The Docker Book; James Turnbull; Kindle * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer +* Java ist auch eine Insel; Christian Ullenboom; * 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 KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Raku Fundamentals; Moritz Lenz; Apress +* Ultimate Go Notebook; Bill Kennedy +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Effective awk programming; Arnold Robbins; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* DNS and BIND; Cricket Liu; O'Reilly * C++ Programming Language; Bjarne Stroustrup; -* Developing Games in Java; David Brackeen and others...; New Riders +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Raku Recipes; J.J. Merelo; Apress +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Effective awk programming; Arnold Robbins; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Ultimate Go Notebook; Bill Kennedy -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Raku Fundamentals; Moritz Lenz; Apress -* DNS and BIND; Cricket Liu; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Leanring eBPF; Liz Rice; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Raku Recipes; J.J. Merelo; Apress -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; 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: +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Soft Skills; John Sommez; Manning Publications * Ultralearning; Anna Laurent; Self-published via Amazon -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Off Switch; Mark Cropley; Virgin Books -* Atomic Habits; James Clear; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Power of Now; Eckhard Tolle; Yellow Kite -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* 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 +* Ultralearning; Scott Young; Thorsons * Slow Productivity; Cal Newport; Penguin Random House -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Digital Minimalism; Cal Newport; Portofolio Penguin -* Ultralearning; Scott Young; Thorsons -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Power of Now; Eckhard Tolle; Yellow Kite +* Soft Skills; John Sommez; Manning Publications +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Deep Work; Cal Newport; Piatkus +* Atomic Habits; James Clear; Random House Business +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * 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 +* The Off Switch; Mark Cropley; Virgin Books +* Deep Work; Cal Newport; Piatkus +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion [Here are notes of mine for some of the books](../notes/index.md) @@ -134,30 +134,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 -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 3-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 -* AWS Immersion Day; Amazon; 1-day interactive online training -* 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) -* Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* AWS Immersion Day; Amazon; 1-day interactive online training +* 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) * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide -* How CPUs work at https://cpu.land ## Podcasts @@ -165,41 +165,41 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable * Deep Questions with Cal Newport -* Backend Banter +* Cup o' Go [Golang] * Dev Interrupted -* The ProdCast (Google SRE Podcast) +* Maintainable * Ship it (Changelog) -* Cup o' Go [Golang] -* Hidden Brain -* Go Time (Changelog) +* Backend Banter * The Pragmatic Engineer Podcast +* Go Time (Changelog) +* The ProdCast (Google SRE Podcast) +* Hidden Brain ### 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] -* Java Pub House * FLOSS weekly +* Java Pub House * Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* VK Newsletter -* The Imperfectionist -* Register Spill * The Valuable Dev * Andreas Brandhorst Newsletter (Sci-Fi author) -* byteSizeGo -* Changelog News +* The Imperfectionist * Ruby Weekly * Applied Go Weekly Newsletter -* Monospace Mentor +* byteSizeGo +* Register Spill +* Changelog News * Golang Weekly +* Monospace Mentor +* VK Newsletter # Formal education -- cgit v1.2.3 From c0479e680ec88da9f169d90c2ce5c12dfccf571c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 18 Dec 2024 23:29:14 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c499ac64..5c1b9196 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,98 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Modern Perl; Chromatic ; Onyx Neon Press -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Ultimate Go Notebook; Bill Kennedy * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Funktionale Programmierung; Peter Pepper; Springer +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Developing Games in Java; David Brackeen and others...; New Riders +* Modern Perl; Chromatic ; Onyx Neon Press +* Leanring eBPF; Liz Rice; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Systemprogrammierung in Go; Frank Müller; dpunkt -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The Docker Book; James Turnbull; Kindle -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; * 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 -* Raku Fundamentals; Moritz Lenz; Apress -* Ultimate Go Notebook; Bill Kennedy -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Effective awk programming; Arnold Robbins; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Java ist auch eine Insel; Christian Ullenboom; +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* DNS and BIND; Cricket Liu; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Perl New Features; Joshua McAdams, brian d foy; Perl School +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Raku Recipes; J.J. Merelo; Apress +* C++ Programming Language; Bjarne Stroustrup; +* DNS and BIND; Cricket Liu; O'Reilly +* The Docker Book; James Turnbull; Kindle * Terraform Cookbook; Mikael Krief; Packt Publishing -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Raku Recipes; J.J. Merelo; Apress +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* 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 +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective awk programming; Arnold Robbins; O'Reilly * Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Leanring eBPF; Liz Rice; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; 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 -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Ultralearning; Scott Young; Thorsons +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Slow Productivity; Cal Newport; Penguin Random House +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Power of Now; Eckhard Tolle; Yellow Kite -* Soft Skills; John Sommez; Manning Publications -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Atomic Habits; James Clear; Random House Business * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* 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 -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Off Switch; Mark Cropley; Virgin Books -* Deep Work; Cal Newport; Piatkus +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon +* Soft Skills; John Sommez; Manning Publications * Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Ultralearning; Scott Young; Thorsons +* Deep Work; Cal Newport; Piatkus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * So Good They Can't Ignore You; Cal Newport; Business Plus -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Atomic Habits; James Clear; Random House Business +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Joy of Missing Out; Christina Crook; New Society Publishers -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* 101 Essays that change the way you think; Brianna Wiest; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -134,22 +134,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 * Protocol buffers; O'Reilly Online +* 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) * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training -* 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) -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * Apache Tomcat Best Practises; 3-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* 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 +* Functional programming lecture; Remote University of Hagen ## Technical guides @@ -165,23 +165,23 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport -* Cup o' Go [Golang] +* Hidden Brain +* The ProdCast (Google SRE Podcast) * Dev Interrupted -* Maintainable -* Ship it (Changelog) -* Backend Banter * The Pragmatic Engineer Podcast +* Ship it (Changelog) +* Deep Questions with Cal Newport +* Cup o' Go [Golang] * Go Time (Changelog) -* The ProdCast (Google SRE Podcast) -* Hidden Brain +* Backend Banter +* Maintainable ### 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] * FLOSS weekly +* CRE: Chaosradio Express [german] * Java Pub House * Modern Mentor @@ -189,17 +189,17 @@ I liked them but am not listening to them anymore. The podcasts have either "fin This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Valuable Dev * Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist * Ruby Weekly +* VK Newsletter * Applied Go Weekly Newsletter -* byteSizeGo * Register Spill -* Changelog News -* Golang Weekly +* byteSizeGo * Monospace Mentor -* VK Newsletter +* Golang Weekly +* Changelog News +* The Valuable Dev # Formal education -- cgit v1.2.3 From 2f8b8d952103a97d961e322195f1eda29679bf30 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Dec 2024 20:15:42 +0200 Subject: Update content for md --- about/resources.md | 186 +++++++++++++++++++++++++++-------------------------- 1 file changed, 95 insertions(+), 91 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 5c1b9196..9b64e825 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,98 +35,99 @@ You won't find any links on this site because, over time, the links will break. In random order: +* The Docker Book; James Turnbull; Kindle * Ultimate Go Notebook; Bill Kennedy -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Funktionale Programmierung; Peter Pepper; Springer -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective awk programming; Arnold Robbins; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Raku Recipes; J.J. Merelo; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Modern Perl; Chromatic ; Onyx Neon Press -* Leanring eBPF; Liz Rice; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* C++ Programming Language; Bjarne Stroustrup; +* Java ist auch eine Insel; Christian Ullenboom; * Systemprogrammierung in Go; Frank Müller; dpunkt +* 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 -* Java ist auch eine Insel; Christian Ullenboom; -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Raku Recipes; J.J. Merelo; Apress -* C++ Programming Language; Bjarne Stroustrup; -* DNS and BIND; Cricket Liu; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Developing Games in Java; David Brackeen and others...; New Riders +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Leanring eBPF; Liz Rice; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Modern Perl; Chromatic ; Onyx Neon Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective awk programming; Arnold Robbins; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* 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 +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Slow Productivity; Cal Newport; Penguin Random House -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Off Switch; Mark Cropley; Virgin Books -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Anna Laurent; Self-published via Amazon +* Deep Work; Cal Newport; Piatkus * Soft Skills; John Sommez; Manning Publications -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* 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 +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Power of Now; Eckhard Tolle; Yellow Kite +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Atomic Habits; James Clear; Random House Business +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Ultralearning; Scott Young; Thorsons -* Deep Work; Cal Newport; Piatkus +* Slow Productivity; Cal Newport; Penguin Random House +* The Joy of Missing Out; Christina Crook; New Society Publishers * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Digital Minimalism; Cal Newport; Portofolio Penguin -* Atomic Habits; James Clear; Random House Business * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Ultralearning; Anna Laurent; Self-published via Amazon +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Stop starting, start finishing; Arne Roock; Lean-Kanban University [Here are notes of mine for some of the books](../notes/index.md) @@ -134,29 +135,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Protocol buffers; O'Reilly Online -* 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) -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Apache Tomcat Best Practises; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; 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) * Functional programming lecture; Remote University of Hagen +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Protocol buffers; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide +* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide ## Podcasts @@ -165,41 +166,44 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Hidden Brain -* The ProdCast (Google SRE Podcast) * Dev Interrupted -* The Pragmatic Engineer Podcast -* Ship it (Changelog) +* The ProdCast (Google SRE Podcast) * Deep Questions with Cal Newport +* Maintainable +* Fallthrough [Golang] * Cup o' Go [Golang] -* Go Time (Changelog) +* The Pragmatic Engineer Podcast * Backend Banter -* Maintainable +* Fork Around And Find Out +* Hidden Brain +* The Changelog Podcast(s) ### 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. +* Modern Mentor * FLOSS weekly -* CRE: Chaosradio Express [german] +* Go Time (predecessor of fallthrough) +* Ship It (predecessor of Fork Around And Find Out) * Java Pub House -* Modern Mentor +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist +* Monospace Mentor +* Golang Weekly +* byteSizeGo * Ruby Weekly +* The Imperfectionist * VK Newsletter +* The Valuable Dev +* Changelog News +* Andreas Brandhorst Newsletter (Sci-Fi author) * Applied Go Weekly Newsletter * Register Spill -* byteSizeGo -* Monospace Mentor -* Golang Weekly -* Changelog News -* The Valuable Dev # Formal education -- cgit v1.2.3 From 9b4fd9646bb3e9c70992a5f782353e8f0aa09832 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 30 Dec 2024 00:06:05 +0200 Subject: Update content for md --- about/resources.md | 172 +++++++++++++++++++++++++++-------------------------- 1 file changed, 87 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9b64e825..0afa22a9 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,99 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Docker Book; James Turnbull; Kindle -* Ultimate Go Notebook; Bill Kennedy -* Effective awk programming; Arnold Robbins; O'Reilly * DNS and BIND; Cricket Liu; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 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 Docker Book; James Turnbull; Kindle +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Raku Recipes; J.J. Merelo; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* 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 +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Ultimate Go Notebook; Bill Kennedy * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Terraform Cookbook; Mikael Krief; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer +* Effective awk programming; Arnold Robbins; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* C++ Programming Language; Bjarne Stroustrup; -* Java ist auch eine Insel; Christian Ullenboom; -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 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 -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Leanring eBPF; Liz Rice; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Developing Games in Java; David Brackeen and others...; New Riders -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Leanring eBPF; Liz Rice; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Raku Recipes; J.J. Merelo; Apress +* C++ Programming Language; Bjarne Stroustrup; +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Modern Perl; Chromatic ; Onyx Neon Press +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press ## 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 -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Off Switch; Mark Cropley; Virgin Books -* Deep Work; Cal Newport; Piatkus -* Soft Skills; John Sommez; Manning Publications -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* 101 Essays that change the way you think; Brianna Wiest; Audible -* 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 -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Power of Now; Eckhard Tolle; Yellow Kite -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Atomic Habits; James Clear; Random House Business -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Ultralearning; Scott Young; Thorsons -* Slow Productivity; Cal Newport; Penguin Random House -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Solve for Happy; Mo Gawdat +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Atomic Habits; James Clear; Random House Business * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Ultralearning; Anna Laurent; Self-published via Amazon +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Scott Young; Thorsons +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Power of Now; Eckhard Tolle; Yellow Kite * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* 101 Essays that change the way you think; Brianna Wiest; Audible * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Soft Skills; John Sommez; Manning Publications +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Deep Work; Cal Newport; Piatkus +* The Off Switch; Mark Cropley; Virgin Books +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Eat That Frog; Brian Tracy +* Digital Minimalism; Cal Newport; Portofolio Penguin [Here are notes of mine for some of the books](../notes/index.md) @@ -135,21 +136,21 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online * 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) -* Functional programming lecture; Remote University of Hagen * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Protocol buffers; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Apache Tomcat Best Practises; 3-day on-site training ## Technical guides @@ -166,43 +167,44 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Dev Interrupted -* The ProdCast (Google SRE Podcast) -* Deep Questions with Cal Newport +* Backend Banter * Maintainable +* The ProdCast (Google SRE Podcast) * Fallthrough [Golang] * Cup o' Go [Golang] -* The Pragmatic Engineer Podcast -* Backend Banter -* Fork Around And Find Out * Hidden Brain * The Changelog Podcast(s) +* Deep Questions with Cal Newport +* Dev Interrupted +* Fork Around And Find Out +* The Pragmatic Engineer Podcast ### 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. -* Modern Mentor * FLOSS weekly -* Go Time (predecessor of fallthrough) +* Modern Mentor * Ship It (predecessor of Fork Around And Find Out) -* Java Pub House * CRE: Chaosradio Express [german] +* Java Pub House +* 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 -* Golang Weekly +* Applied Go Weekly Newsletter +* The Imperfectionist +* The Prgagmatic Engineer * byteSizeGo * Ruby Weekly -* The Imperfectionist -* VK Newsletter -* The Valuable Dev * Changelog News * Andreas Brandhorst Newsletter (Sci-Fi author) -* Applied Go Weekly Newsletter +* The Valuable Dev +* Monospace Mentor +* VK Newsletter +* Golang Weekly * Register Spill # Formal education -- cgit v1.2.3 From 15192136a41374ab8f9284da680d5ff1ad6793e9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 30 Dec 2024 10:22:24 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 0afa22a9..837251af 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Modern Perl; Chromatic ; Onyx Neon Press * DNS and BIND; Cricket Liu; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* 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 * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 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 KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley * The Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Developing Games in Java; David Brackeen and others...; New Riders +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * 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 +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Effective Java; Joshua Bloch; Addison-Wesley Professional +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Ultimate Go Notebook; Bill Kennedy -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Effective awk programming; Arnold Robbins; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* Leanring eBPF; Liz Rice; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 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 +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* 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 -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress * Raku Recipes; J.J. Merelo; Apress * C++ Programming Language; Bjarne Stroustrup; -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Modern Perl; Chromatic ; Onyx Neon Press -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Funktionale Programmierung; Peter Pepper; Springer +* Leanring eBPF; Liz Rice; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner ## 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: * Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* 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 -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Solve for Happy; Mo Gawdat -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Atomic Habits; James Clear; Random House Business -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Power of Now; Eckhard Tolle; Yellow Kite +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Slow Productivity; Cal Newport; Penguin Random House * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* 101 Essays that change the way you think; Brianna Wiest; Audible * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Ultralearning; Anna Laurent; Self-published via Amazon -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* 101 Essays that change the way you think; Brianna Wiest; Audible * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Ultralearning; Scott Young; Thorsons +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Eat That Frog; Brian Tracy * Soft Skills; John Sommez; Manning Publications -* So Good They Can't Ignore You; Cal Newport; Business Plus * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Atomic Habits; James Clear; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Off Switch; Mark Cropley; Virgin Books +* The Power of Now; Eckhard Tolle; Yellow Kite * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Deep Work; Cal Newport; Piatkus -* The Off Switch; Mark Cropley; Virgin Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Eat That Frog; Brian Tracy +* Solve for Happy; Mo Gawdat * Digital Minimalism; Cal Newport; Portofolio Penguin +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* So Good They Can't Ignore You; Cal Newport; Business Plus [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Scripting Vim; Damian Conway; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Functional programming lecture; Remote University of Hagen -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Protocol buffers; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* 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 +* 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) ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -167,26 +167,26 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Backend Banter -* Maintainable -* The ProdCast (Google SRE Podcast) -* Fallthrough [Golang] +* Deep Questions with Cal Newport * Cup o' Go [Golang] * Hidden Brain +* The Pragmatic Engineer Podcast +* Fork Around And Find Out +* Backend Banter * The Changelog Podcast(s) -* Deep Questions with Cal Newport * Dev Interrupted -* Fork Around And Find Out -* The Pragmatic Engineer Podcast +* Maintainable +* The ProdCast (Google SRE Podcast) +* Fallthrough [Golang] ### 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. -* FLOSS weekly * Modern Mentor -* Ship It (predecessor of Fork Around And Find Out) * CRE: Chaosradio Express [german] +* FLOSS weekly +* Ship It (predecessor of Fork Around And Find Out) * Java Pub House * Go Time (predecessor of fallthrough) @@ -194,18 +194,18 @@ I liked them but am not listening to them anymore. The podcasts have either "fin This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter -* The Imperfectionist +* The Valuable Dev +* VK Newsletter * The Prgagmatic Engineer -* byteSizeGo +* Monospace Mentor +* Applied Go Weekly Newsletter +* Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) * Ruby Weekly +* byteSizeGo +* The Imperfectionist * Changelog News -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Valuable Dev -* Monospace Mentor -* VK Newsletter * Golang Weekly -* Register Spill # Formal education -- cgit v1.2.3 From dbf9382618cb462d2880846fa8644ac4cd2192e9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:10:59 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 837251af..99dac74f 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Modern Perl; Chromatic ; Onyx Neon Press -* DNS and BIND; Cricket Liu; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Effective awk programming; Arnold Robbins; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Terraform Cookbook; Mikael Krief; Packt Publishing -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Docker Book; James Turnbull; Kindle -* Developing Games in Java; David Brackeen and others...; New Riders -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Java ist auch eine Insel; Christian Ullenboom; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 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 * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Effective Java; Joshua Bloch; Addison-Wesley Professional -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Ultimate Go Notebook; Bill Kennedy * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Raku Fundamentals; Moritz Lenz; Apress +* Modern Perl; Chromatic ; Onyx Neon Press +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Leanring eBPF; Liz Rice; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Perl New Features; Joshua McAdams, brian d foy; Perl School +* Ultimate Go Notebook; Bill Kennedy * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* 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 -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Raku Recipes; J.J. Merelo; Apress +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * C++ Programming Language; Bjarne Stroustrup; -* Funktionale Programmierung; Peter Pepper; Springer -* Leanring eBPF; Liz Rice; O'Reilly +* The Docker Book; James Turnbull; Kindle +* DNS and BIND; Cricket Liu; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 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 +* Data Science at the Command Line; Jeroen Janssens; O'Reilly ## 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: +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Slow Productivity; Cal Newport; Penguin Random House -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Ultralearning; Anna Laurent; Self-published via Amazon -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Ultralearning; Scott Young; Thorsons -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Eat That Frog; Brian Tracy -* Soft Skills; John Sommez; Manning Publications -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Slow Productivity; Cal Newport; Penguin Random House * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Power of Now; Eckhard Tolle; Yellow Kite +* Solve for Happy; Mo Gawdat +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Atomic Habits; James Clear; Random House Business -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Soft Skills; John Sommez; Manning Publications +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Anna Laurent; Self-published via Amazon * The Off Switch; Mark Cropley; Virgin Books -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Scott Young; Thorsons +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Eat That Frog; Brian Tracy +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Deep Work; Cal Newport; Piatkus -* Solve for Happy; Mo Gawdat -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Good Enough Job; Simone Stolzoff; Ebury Edge * So Good They Can't Ignore You; Cal Newport; Business Plus +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Influence without Authority; A. Cohen, D. Bradford; Wiley [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Apache Tomcat Best Practises; 3-day on-site training -* Functional programming lecture; Remote University of Hagen -* Protocol buffers; O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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) * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* MySQL Deep Dive Workshop; 2-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 +* Protocol buffers; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land * Raku Guide at https://raku.guide -* Advanced Bash-Scripting Guide ## Podcasts @@ -167,44 +167,44 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport * Cup o' Go [Golang] +* Backend Banter +* Maintainable * Hidden Brain -* The Pragmatic Engineer Podcast * Fork Around And Find Out -* Backend Banter -* The Changelog Podcast(s) +* Fallthrough [Golang] * Dev Interrupted -* Maintainable +* Deep Questions with Cal Newport * The ProdCast (Google SRE Podcast) -* Fallthrough [Golang] +* The Pragmatic Engineer Podcast +* The Changelog Podcast(s) ### 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. -* Modern Mentor -* CRE: Chaosradio Express [german] +* Java Pub House * FLOSS weekly +* Modern Mentor * Ship It (predecessor of Fork Around And Find Out) -* Java Pub House +* CRE: Chaosradio Express [german] * 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: -* The Valuable Dev +* Changelog News +* Ruby Weekly * VK Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo * The Prgagmatic Engineer * Monospace Mentor * Applied Go Weekly Newsletter -* Register Spill -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly -* byteSizeGo * The Imperfectionist -* Changelog News +* Register Spill +* The Valuable Dev * Golang Weekly # Formal education -- cgit v1.2.3 From 30838cf4f6eeeec1600cc1b3abec5c50800cc169 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:26:29 +0200 Subject: Update content for md --- about/resources.md | 178 ++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 99dac74f..093b8229 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Effective awk programming; Arnold Robbins; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Java ist auch eine Insel; Christian Ullenboom; * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Recipes; J.J. Merelo; Apress * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Java ist auch eine Insel; Christian Ullenboom; -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Systemprogrammierung in Go; Frank Müller; dpunkt * Raku Fundamentals; Moritz Lenz; Apress -* Modern Perl; Chromatic ; Onyx Neon Press -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Leanring eBPF; Liz Rice; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* 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 * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Ultimate Go Notebook; Bill Kennedy +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* C++ Programming Language; Bjarne Stroustrup; +* Effective awk programming; Arnold Robbins; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Developing Games in Java; David Brackeen and others...; New Riders +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Funktionale Programmierung; Peter Pepper; Springer +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Ultimate Go Notebook; Bill Kennedy * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Modern Perl; Chromatic ; Onyx Neon Press * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* C++ Programming Language; Bjarne Stroustrup; -* The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 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 -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Slow Productivity; Cal Newport; Penguin Random House +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Atomic Habits; James Clear; Random House Business +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Deep Work; Cal Newport; Piatkus +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Eat That Frog; Brian Tracy * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Power of Now; Eckhard Tolle; Yellow Kite * Solve for Happy; Mo Gawdat -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Atomic Habits; James Clear; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Soft Skills; John Sommez; Manning Publications -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Power of Now; Eckhard Tolle; Yellow Kite +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Off Switch; Mark Cropley; Virgin Books +* 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 -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Joy of Missing Out; Christina Crook; New Society Publishers * Ultralearning; Anna Laurent; Self-published via Amazon -* The Off Switch; Mark Cropley; Virgin Books -* Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Eat That Frog; Brian Tracy -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Deep Work; Cal Newport; Piatkus -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Slow Productivity; Cal Newport; Penguin Random House +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Eat That Frog!; Brian Tracy; Hodder Paperbacks * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Soft Skills; John Sommez; Manning Publications +* Ultralearning; Scott Young; Thorsons [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* 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) -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); 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 * AWS Immersion Day; Amazon; 1-day interactive online training -* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Protocol buffers; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* 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) +* Scripting Vim; Damian Conway; 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 * Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land -* Raku Guide at https://raku.guide ## Podcasts @@ -169,43 +169,43 @@ In random order: * Cup o' Go [Golang] * Backend Banter -* Maintainable * Hidden Brain -* Fork Around And Find Out * Fallthrough [Golang] -* Dev Interrupted -* Deep Questions with Cal Newport * The ProdCast (Google SRE Podcast) +* Maintainable * The Pragmatic Engineer Podcast +* Fork Around And Find Out * The Changelog Podcast(s) +* Deep Questions with Cal Newport +* Dev Interrupted ### 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. -* Java Pub House +* CRE: Chaosradio Express [german] * FLOSS weekly * Modern Mentor -* Ship It (predecessor of Fork Around And Find Out) -* CRE: Chaosradio Express [german] +* Java Pub House * Go Time (predecessor of fallthrough) +* Ship It (predecessor of Fork Around And Find Out) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * Changelog News -* Ruby Weekly -* VK Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly * byteSizeGo -* The Prgagmatic Engineer -* Monospace Mentor * Applied Go Weekly Newsletter -* The Imperfectionist +* Ruby Weekly * Register Spill +* Monospace Mentor +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Prgagmatic Engineer +* VK Newsletter * The Valuable Dev -* Golang Weekly +* The Imperfectionist # Formal education -- cgit v1.2.3 From 5144fa271eb010589585e37debb7c2f08d2c72c7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:28:26 +0200 Subject: Update content for md --- about/resources.md | 162 ++++++++++++++++++++++++++--------------------------- 1 file changed, 81 insertions(+), 81 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 093b8229..9a3e3dd5 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Java ist auch eine Insel; Christian Ullenboom; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * The Pragmatic Programmer; David Thomas; Addison-Wesley +* Data Science at the Command Line; Jeroen Janssens; 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 * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Raku Recipes; J.J. Merelo; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Leanring eBPF; Liz Rice; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Ultimate Go Notebook; Bill Kennedy +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Developing Games in Java; David Brackeen and others...; New Riders * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Java ist auch eine Insel; Christian Ullenboom; * Raku Fundamentals; Moritz Lenz; Apress -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* DNS and BIND; Cricket Liu; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * 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 -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * C++ Programming Language; Bjarne Stroustrup; -* Effective awk programming; Arnold Robbins; O'Reilly -* The Docker Book; James Turnbull; Kindle +* Raku Recipes; J.J. Merelo; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DNS and BIND; Cricket Liu; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Developing Games in Java; David Brackeen and others...; New Riders -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Funktionale Programmierung; Peter Pepper; Springer -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Ultimate Go Notebook; Bill Kennedy -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Terraform Cookbook; Mikael Krief; Packt Publishing -* Modern Perl; Chromatic ; Onyx Neon Press -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly ## 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 -* 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 * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Atomic Habits; James Clear; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Scott Young; Thorsons * Deep Work; Cal Newport; Piatkus +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Eat That Frog; Brian Tracy -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Solve for Happy; Mo Gawdat -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* So Good They Can't Ignore You; Cal Newport; Business Plus * The Power of Now; Eckhard Tolle; Yellow Kite -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Off Switch; Mark Cropley; Virgin Books -* 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 -* Ultralearning; Anna Laurent; Self-published via Amazon -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Joy of Missing Out; Christina Crook; New Society Publishers * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Slow Productivity; Cal Newport; Penguin Random House +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House +* Ultralearning; Anna Laurent; Self-published via Amazon +* Soft Skills; John Sommez; Manning Publications +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Atomic Habits; James Clear; Random House Business * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Solve for Happy; Mo Gawdat +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* 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 * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Scott Young; Thorsons +* The Off Switch; Mark Cropley; Virgin Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books [Here are notes of mine for some of the books](../notes/index.md) @@ -136,22 +136,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Apache Tomcat Best Practises; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; 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 * AWS Immersion Day; Amazon; 1-day interactive online training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Protocol buffers; O'Reilly Online -* Functional programming lecture; Remote University of Hagen * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; 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 * MySQL Deep Dive Workshop; 2-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * 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) -* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; ## Technical guides @@ -168,15 +168,15 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Cup o' Go [Golang] +* Deep Questions with Cal Newport * Backend Banter * Hidden Brain * Fallthrough [Golang] * The ProdCast (Google SRE Podcast) -* Maintainable * The Pragmatic Engineer Podcast * Fork Around And Find Out +* Maintainable * The Changelog Podcast(s) -* Deep Questions with Cal Newport * Dev Interrupted ### Podcasts I liked @@ -187,25 +187,25 @@ I liked them but am not listening to them anymore. The podcasts have either "fin * FLOSS weekly * Modern Mentor * Java Pub House -* Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) +* 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: -* Changelog News -* Golang Weekly * byteSizeGo -* Applied Go Weekly Newsletter * Ruby Weekly +* Changelog News +* Golang Weekly * Register Spill -* Monospace Mentor -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Prgagmatic Engineer * VK Newsletter -* The Valuable Dev +* The Prgagmatic Engineer * The Imperfectionist +* Monospace Mentor +* The Valuable Dev +* Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) # Formal education -- cgit v1.2.3 From 1b29a70cef62671faf3960a3cccdc31e0a822fee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:43:13 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9a3e3dd5..bab3216d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,51 +35,51 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Systemprogrammierung in Go; Frank Müller; dpunkt * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Java ist auch eine Insel; Christian Ullenboom; +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* DNS and BIND; Cricket Liu; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * The Docker Book; James Turnbull; Kindle -* Leanring eBPF; Liz Rice; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Funktionale Programmierung; Peter Pepper; Springer +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Ultimate Go Notebook; Bill Kennedy -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Developing Games in Java; David Brackeen and others...; New Riders +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Java ist auch eine Insel; Christian Ullenboom; -* Raku Fundamentals; Moritz Lenz; Apress -* 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 -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Raku Recipes; J.J. Merelo; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* DNS and BIND; Cricket Liu; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 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 +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly ## Technical references @@ -87,48 +87,48 @@ I didn't read them from the beginning to the end, but I am using them to look up * 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 * Algorithms; Robert Sedgewick, Kevin Wayne; 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Scott Young; Thorsons -* Deep Work; Cal Newport; Piatkus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Eat That Frog; Brian Tracy -* The Power of Now; Eckhard Tolle; Yellow Kite -* 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 -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Slow Productivity; Cal Newport; Penguin Random House -* Ultralearning; Anna Laurent; Self-published via Amazon -* Soft Skills; John Sommez; Manning Publications -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Influence without Authority; A. Cohen, D. Bradford; Wiley * Atomic Habits; James Clear; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Solve for Happy; Mo Gawdat -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* 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 -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Solve for Happy; Mo Gawdat +* Ultralearning; Anna Laurent; Self-published via Amazon +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Off Switch; Mark Cropley; Virgin Books +* Deep Work; Cal Newport; Piatkus +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Joy of Missing Out; Christina Crook; New Society Publishers +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Soft Skills; John Sommez; Manning Publications +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Power of Now; Eckhard Tolle; Yellow Kite * Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Ultralearning; Scott Young; Thorsons +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Eat That Frog; Brian Tracy +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Eat That Frog!; Brian Tracy; Hodder Paperbacks [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,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 -* Functional programming lecture; Remote University of Hagen +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* AWS Immersion Day; Amazon; 1-day interactive online training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Protocol buffers; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* 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) * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Developing IaC with Terraform (with Live Lessons); O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* 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 -* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land +* Advanced Bash-Scripting Guide ## Podcasts @@ -167,17 +167,17 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] +* Maintainable +* Fork Around And Find Out +* Dev Interrupted +* Fallthrough [Golang] * Deep Questions with Cal Newport -* Backend Banter +* The Changelog Podcast(s) * Hidden Brain -* Fallthrough [Golang] -* The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] * The Pragmatic Engineer Podcast -* Fork Around And Find Out -* Maintainable -* The Changelog Podcast(s) -* Dev Interrupted +* The ProdCast (Google SRE Podcast) +* Backend Banter ### Podcasts I liked @@ -185,27 +185,27 @@ I liked them but am not listening to them anymore. The podcasts have either "fin * CRE: Chaosradio Express [german] * FLOSS weekly -* Modern Mentor * Java Pub House -* Ship It (predecessor of Fork Around And Find Out) * Go Time (predecessor of fallthrough) +* Modern Mentor +* Ship It (predecessor of Fork Around And Find Out) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo -* Ruby Weekly -* Changelog News -* Golang Weekly -* Register Spill -* VK Newsletter * The Prgagmatic Engineer * The Imperfectionist +* Applied Go Weekly Newsletter * Monospace Mentor * The Valuable Dev -* Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Changelog News +* VK Newsletter +* Ruby Weekly +* Golang Weekly +* Register Spill # Formal education -- cgit v1.2.3 From 5199c955fe9cf39af2f19225cb3747186f9f00a3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:47:43 +0200 Subject: Update content for md --- about/resources.md | 186 ++++++++++++++++++++++++++--------------------------- 1 file changed, 93 insertions(+), 93 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index bab3216d..c442d3c2 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Raku Recipes; J.J. Merelo; Apress -* Leanring eBPF; Liz Rice; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Java ist auch eine Insel; Christian Ullenboom; -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* DNS and BIND; Cricket Liu; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Ultimate Go Notebook; Bill Kennedy * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* The Docker Book; James Turnbull; Kindle +* DNS and BIND; Cricket Liu; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Funktionale Programmierung; Peter Pepper; Springer -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Docker Book; James Turnbull; Kindle +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Ultimate Go Notebook; Bill Kennedy +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 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 Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Effective awk programming; Arnold Robbins; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Leanring eBPF; Liz Rice; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Modern Perl; Chromatic ; Onyx Neon Press +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Developing Games in Java; David Brackeen and others...; New Riders * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 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 -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Raku Fundamentals; Moritz Lenz; Apress +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## 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: -* 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 * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* 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 +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Slow Productivity; Cal Newport; Penguin Random House -* Atomic Habits; James Clear; Random House Business -* 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 -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Solve for Happy; Mo Gawdat +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Ultralearning; Anna Laurent; Self-published via Amazon -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Off Switch; Mark Cropley; Virgin Books -* Deep Work; Cal Newport; Piatkus +* Eat That Frog; Brian Tracy +* Soft Skills; John Sommez; Manning Publications +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Atomic Habits; James Clear; Random House Business +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Slow Productivity; Cal Newport; Penguin Random House +* The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Digital Minimalism; Cal Newport; Portofolio Penguin * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Soft Skills; John Sommez; Manning Publications * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* 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 * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Power of Now; Eckhard Tolle; Yellow Kite -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Ultralearning; Scott Young; Thorsons * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Eat That Frog; Brian Tracy -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Ultralearning; Scott Young; Thorsons [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* 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 * Protocol buffers; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* 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) +* AWS Immersion Day; Amazon; 1-day interactive online training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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) * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Apache Tomcat Best Practises; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* 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 +* How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable -* Fork Around And Find Out +* Deep Questions with Cal Newport * Dev Interrupted +* Fork Around And Find Out +* Maintainable +* The ProdCast (Google SRE Podcast) +* The Pragmatic Engineer Podcast +* Cup o' Go [Golang] +* Hidden Brain * Fallthrough [Golang] -* Deep Questions with Cal Newport * The Changelog Podcast(s) -* Hidden Brain -* Cup o' Go [Golang] -* The Pragmatic Engineer Podcast -* The ProdCast (Google SRE Podcast) * 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. -* CRE: Chaosradio Express [german] +* Ship It (predecessor of Fork Around And Find Out) * FLOSS weekly * Java Pub House +* CRE: Chaosradio Express [german] * Go Time (predecessor of fallthrough) * Modern Mentor -* Ship It (predecessor of Fork Around And Find Out) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Applied Go Weekly Newsletter * byteSizeGo * The Prgagmatic Engineer -* The Imperfectionist -* Applied Go Weekly Newsletter -* Monospace Mentor -* The Valuable Dev -* Changelog News * VK Newsletter +* Changelog News +* Register Spill +* The Valuable Dev * Ruby Weekly +* The Imperfectionist +* Monospace Mentor * Golang Weekly -* Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) # Formal education -- cgit v1.2.3 From 582a47dca61a00a4480b31aea13a841357bf8e10 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:49:19 +0200 Subject: Update content for md --- about/resources.md | 182 ++++++++++++++++++++++++++--------------------------- 1 file changed, 91 insertions(+), 91 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c442d3c2..1e519ca9 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Ultimate Go Notebook; Bill Kennedy -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* DNS and BIND; Cricket Liu; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* C++ Programming Language; Bjarne Stroustrup; +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Leanring eBPF; Liz Rice; O'Reilly * 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 Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Effective awk programming; Arnold Robbins; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Leanring eBPF; Liz Rice; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Systemprogrammierung in Go; Frank Müller; dpunkt * Java ist auch eine Insel; Christian Ullenboom; -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Modern Perl; Chromatic ; Onyx Neon Press -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Modern Perl; Chromatic ; Onyx Neon Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Developing Games in Java; David Brackeen and others...; New Riders -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Funktionale Programmierung; Peter Pepper; Springer -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Docker Book; James Turnbull; Kindle +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Raku Fundamentals; Moritz Lenz; Apress -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * 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 -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: +* Ultralearning; Scott Young; Thorsons +* The Off Switch; Mark Cropley; Virgin Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Ultralearning; Anna Laurent; Self-published via Amazon +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Solve for Happy; Mo Gawdat * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Anna Laurent; Self-published via Amazon +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Eat That Frog; Brian Tracy * Soft Skills; John Sommez; Manning Publications * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Atomic Habits; James Clear; Random House Business -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Slow Productivity; Cal Newport; Penguin Random House -* The Off Switch; Mark Cropley; Virgin Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Slow Productivity; Cal Newport; Penguin Random House +* Atomic Habits; James Clear; Random House Business * Digital Minimalism; Cal Newport; Portofolio Penguin -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * 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 -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* So Good They Can't Ignore You; Cal Newport; Business Plus * The Power of Now; Eckhard Tolle; Yellow Kite -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Ultralearning; Scott Young; Thorsons +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Solve for Happy; Mo Gawdat +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Deep Work; Cal Newport; Piatkus [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* 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 -* Protocol buffers; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* 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) -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* MySQL Deep Dive Workshop; 2-day on-site training * Apache Tomcat Best Practises; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Protocol buffers; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* 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) +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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 +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * Advanced Bash-Scripting Guide -* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport -* Dev Interrupted -* Fork Around And Find Out -* Maintainable -* The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast -* Cup o' Go [Golang] -* Hidden Brain -* Fallthrough [Golang] * The Changelog Podcast(s) +* Fallthrough [Golang] +* Hidden Brain * Backend Banter +* The Pragmatic Engineer Podcast +* Maintainable +* Dev Interrupted +* Cup o' Go [Golang] +* The ProdCast (Google SRE Podcast) +* Fork Around And Find Out +* 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. -* Ship It (predecessor of Fork Around And Find Out) * FLOSS weekly -* Java Pub House * CRE: Chaosradio Express [german] * Go Time (predecessor of fallthrough) +* Ship It (predecessor of Fork Around And Find Out) * Modern Mentor +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo * The Prgagmatic Engineer -* VK Newsletter -* Changelog News -* Register Spill -* The Valuable Dev * Ruby Weekly * The Imperfectionist -* Monospace Mentor +* Changelog News +* The Valuable Dev +* Applied Go Weekly Newsletter +* VK Newsletter +* Register Spill * Golang Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Monospace Mentor # Formal education -- cgit v1.2.3 From 9336352dee368ecbbc45aa990a41ed1ba68e6f71 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 19:00:58 +0200 Subject: Update content for md --- about/resources.md | 178 ++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 1e519ca9..03d98a6d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Ultimate Go Notebook; Bill Kennedy -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* C++ Programming Language; Bjarne Stroustrup; +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Java ist auch eine Insel; Christian Ullenboom; * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Developing Games in Java; David Brackeen and others...; New Riders -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Raku Recipes; J.J. Merelo; Apress -* Leanring eBPF; Liz Rice; O'Reilly -* 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 -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Effective awk programming; Arnold Robbins; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Funktionale Programmierung; Peter Pepper; Springer -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Java ist auch eine Insel; Christian Ullenboom; +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 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 +* C++ Programming Language; Bjarne Stroustrup; * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Modern Perl; Chromatic ; Onyx Neon Press +* Raku Fundamentals; Moritz Lenz; Apress * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing * Polished Ruby Programming; Jeremy Evans; Packt Publishing * The Docker Book; James Turnbull; Kindle -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* 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 +* Effective Java; Joshua Bloch; Addison-Wesley Professional ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Ultralearning; Scott Young; Thorsons -* The Off Switch; Mark Cropley; Virgin Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Ultralearning; Anna Laurent; Self-published via Amazon -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Power of Now; Eckhard Tolle; Yellow Kite +* Digital Minimalism; Cal Newport; Portofolio Penguin * The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Soft Skills; John Sommez; Manning Publications +* Slow Productivity; Cal Newport; Penguin Random House * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Eat That Frog; Brian Tracy -* Soft Skills; John Sommez; Manning Publications -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Solve for Happy; Mo Gawdat +* The Off Switch; Mark Cropley; Virgin Books +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Joy of Missing Out; Christina Crook; New Society Publishers * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Slow Productivity; Cal Newport; Penguin Random House -* Atomic Habits; James Clear; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Solve for Happy; Mo Gawdat -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Ultralearning; Scott Young; Thorsons +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Eat That Frog; Brian Tracy * Deep Work; Cal Newport; Piatkus +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Atomic Habits; James Clear; Random House Business +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* MySQL Deep Dive Workshop; 2-day on-site training -* Apache Tomcat Best Practises; 3-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Protocol buffers; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* 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) -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training * 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 -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) +* Scripting Vim; Damian Conway; O'Reilly Online +* Protocol buffers; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Cup o' Go [Golang] * The Changelog Podcast(s) * Fallthrough [Golang] -* Hidden Brain -* Backend Banter -* The Pragmatic Engineer Podcast +* Fork Around And Find Out +* The ProdCast (Google SRE Podcast) * Maintainable +* The Pragmatic Engineer Podcast * Dev Interrupted -* Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) -* Fork Around And Find Out +* Backend Banter +* Hidden Brain * 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. -* FLOSS weekly +* Modern Mentor * CRE: Chaosradio Express [german] * Go Time (predecessor of fallthrough) +* FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor * Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo +* Monospace Mentor +* VK Newsletter * The Prgagmatic Engineer -* Ruby Weekly -* The Imperfectionist -* Changelog News +* Golang Weekly +* Register Spill * The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Changelog News +* The Imperfectionist * Applied Go Weekly Newsletter -* VK Newsletter -* Register Spill -* Golang Weekly -* Monospace Mentor +* Ruby Weekly # Formal education -- cgit v1.2.3 From 56a66c1d071df2f60fdb0338d601694342b417ef Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 15:51:18 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 03d98a6d..90d86670 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Ultimate Go Notebook; Bill Kennedy -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Java ist auch eine Insel; Christian Ullenboom; +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Modern Perl; Chromatic ; Onyx Neon Press +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Effective awk programming; Arnold Robbins; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Raku Fundamentals; Moritz Lenz; Apress * Raku Recipes; J.J. Merelo; Apress -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Funktionale Programmierung; Peter Pepper; Springer -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* 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 * 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 -* C++ Programming Language; Bjarne Stroustrup; * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Leanring eBPF; Liz Rice; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 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 +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Developing Games in Java; David Brackeen and others...; New Riders +* Modern Perl; Chromatic ; Onyx Neon Press +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * DNS and BIND; Cricket Liu; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Funktionale Programmierung; Peter Pepper; Springer * Terraform Cookbook; Mikael Krief; Packt Publishing -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * The Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* 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 -* Effective Java; Joshua Bloch; Addison-Wesley Professional ## 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: -* 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 -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Ultralearning; Anna Laurent; Self-published via Amazon -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Power of Now; Eckhard Tolle; Yellow Kite -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Soft Skills; John Sommez; Manning Publications -* Slow Productivity; Cal Newport; Penguin Random House -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Solve for Happy; Mo Gawdat * The Off Switch; Mark Cropley; Virgin Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Bullet Journal Method; Ryder Carroll; Fourth Estate * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Ultralearning; Scott Young; Thorsons -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Eat That Frog; Brian Tracy -* Deep Work; Cal Newport; Piatkus * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Slow Productivity; Cal Newport; Penguin Random House +* Ultralearning; Anna Laurent; Self-published via Amazon +* Solve for Happy; Mo Gawdat * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Power of Now; Eckhard Tolle; Yellow Kite +* Eat That Frog; Brian Tracy +* Deep Work; Cal Newport; Piatkus +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Atomic Habits; James Clear; Random House Business +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Digital Minimalism; Cal Newport; Portofolio Penguin * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Soft Skills; John Sommez; Manning Publications +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Ultralearning; Scott Young; Thorsons +* 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) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Functional programming lecture; Remote University of Hagen +* 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) -* Scripting Vim; Damian Conway; O'Reilly Online * Protocol buffers; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] +* Hidden Brain * The Changelog Podcast(s) -* Fallthrough [Golang] +* Dev Interrupted * Fork Around And Find Out -* The ProdCast (Google SRE Podcast) * Maintainable +* Cup o' Go [Golang] * The Pragmatic Engineer Podcast -* Dev Interrupted +* Fallthrough [Golang] * Backend Banter -* Hidden Brain * Deep Questions with Cal Newport +* The ProdCast (Google SRE Podcast) ### 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. -* Modern Mentor +* Java Pub House +* Ship It (predecessor of Fork Around And Find Out) * CRE: Chaosradio Express [german] +* Modern Mentor * Go Time (predecessor of fallthrough) * FLOSS weekly -* Ship It (predecessor of Fork Around And Find Out) -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* byteSizeGo -* Monospace Mentor -* VK Newsletter -* The Prgagmatic Engineer * Golang Weekly -* Register Spill +* The Prgagmatic Engineer * The Valuable Dev -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Changelog News -* The Imperfectionist * Applied Go Weekly Newsletter +* Changelog News * Ruby Weekly +* Monospace Mentor +* VK Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill +* byteSizeGo +* The Imperfectionist # Formal education -- cgit v1.2.3 From 9a4cef1673bd3dd82afd9e7d0c051074ccb9ea7c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 16:00:53 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 90d86670..15228ec2 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* Raku Recipes; J.J. Merelo; Apress +* 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 -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* C++ Programming Language; Bjarne Stroustrup; +* Leanring eBPF; Liz Rice; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Funktionale Programmierung; Peter Pepper; Springer +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Java ist auch eine Insel; Christian Ullenboom; * Effective awk programming; Arnold Robbins; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Raku Fundamentals; Moritz Lenz; Apress -* Raku Recipes; J.J. Merelo; Apress +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* 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 -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Leanring eBPF; Liz Rice; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* The Docker Book; James Turnbull; Kindle * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* DNS and BIND; Cricket Liu; O'Reilly * 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 -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 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 * Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Developing Games in Java; David Brackeen and others...; New Riders -* Modern Perl; Chromatic ; Onyx Neon Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DNS and BIND; Cricket Liu; O'Reilly +* 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 +* Raku Fundamentals; Moritz Lenz; Apress +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Ultimate Go Notebook; Bill Kennedy -* Funktionale Programmierung; Peter Pepper; Springer -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Docker Book; James Turnbull; Kindle -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Data Science at the Command Line; Jeroen Janssens; O'Reilly ## 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 -* Relayd and Httpd Mastery; Michael W Lucas +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Off Switch; Mark Cropley; Virgin Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Slow Productivity; Cal Newport; Penguin Random House +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Power of Now; Eckhard Tolle; Yellow Kite * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Slow Productivity; Cal Newport; Penguin Random House +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Ultralearning; Anna Laurent; Self-published via Amazon +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* So Good They Can't Ignore You; Cal Newport; Business Plus * Solve for Happy; Mo Gawdat -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Power of Now; Eckhard Tolle; Yellow Kite -* Eat That Frog; Brian Tracy +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Deep Work; Cal Newport; Piatkus -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Atomic Habits; James Clear; Random House Business -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Ultralearning; Scott Young; Thorsons * Digital Minimalism; Cal Newport; Portofolio Penguin -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Atomic Habits; James Clear; Random House Business +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Soft Skills; John Sommez; Manning Publications +* Eat That Frog; Brian Tracy +* The Off Switch; Mark Cropley; Virgin Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Influence without Authority; A. Cohen, D. Bradford; Wiley -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Ultralearning; Scott Young; Thorsons -* 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) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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 +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * 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) -* Protocol buffers; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 -* AWS Immersion Day; Amazon; 1-day interactive online training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * 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 * MySQL Deep Dive Workshop; 2-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Protocol buffers; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Functional programming lecture; Remote University of Hagen ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Hidden Brain -* The Changelog Podcast(s) * Dev Interrupted -* Fork Around And Find Out * Maintainable -* Cup o' Go [Golang] -* The Pragmatic Engineer Podcast * Fallthrough [Golang] -* Backend Banter -* Deep Questions with Cal Newport * The ProdCast (Google SRE Podcast) +* Hidden Brain +* Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast +* Cup o' Go [Golang] +* The Changelog Podcast(s) +* Backend Banter +* Fork Around And Find Out ### 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. -* Java Pub House -* Ship It (predecessor of Fork Around And Find Out) * CRE: Chaosradio Express [german] -* Modern Mentor -* Go Time (predecessor of fallthrough) * FLOSS weekly +* Ship It (predecessor of Fork Around And Find Out) +* Go Time (predecessor of fallthrough) +* Modern Mentor +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly +* Register Spill +* Changelog News * The Prgagmatic Engineer +* The Imperfectionist +* Andreas Brandhorst Newsletter (Sci-Fi author) * The Valuable Dev * Applied Go Weekly Newsletter -* Changelog News * Ruby Weekly * Monospace Mentor -* VK Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill +* Golang Weekly * byteSizeGo -* The Imperfectionist +* VK Newsletter # Formal education -- cgit v1.2.3 From e865a7f7ee470b6bb77223b3277b85f1e7044f08 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 16:14:02 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 15228ec2..9c27fa3f 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; * Developing Games in Java; David Brackeen and others...; New Riders -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 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 +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Raku Recipes; J.J. Merelo; Apress -* 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 -* C++ Programming Language; Bjarne Stroustrup; -* Leanring eBPF; Liz Rice; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Funktionale Programmierung; Peter Pepper; Springer -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Java ist auch eine Insel; Christian Ullenboom; -* Effective awk programming; Arnold Robbins; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Raku Fundamentals; Moritz Lenz; Apress +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * The Docker Book; James Turnbull; Kindle -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Funktionale Programmierung; Peter Pepper; Springer +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Effective awk programming; Arnold Robbins; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * DNS and BIND; Cricket Liu; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 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 -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* 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 -* Raku Fundamentals; Moritz Lenz; Apress -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Ultimate Go Notebook; Bill Kennedy +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner ## 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* 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: -* The Joy of Missing Out; Christina Crook; New Society Publishers -* 101 Essays that change the way you think; Brianna Wiest; Audible +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Soft Skills; John Sommez; Manning Publications +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Ultralearning; Scott Young; Thorsons * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Slow Productivity; Cal Newport; Penguin Random House * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Power of Now; Eckhard Tolle; Yellow Kite -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Solve for Happy; Mo Gawdat * Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Deep Work; Cal Newport; Piatkus -* Ultralearning; Scott Young; Thorsons -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Atomic Habits; James Clear; Random House Business -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Off Switch; Mark Cropley; Virgin Books * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Soft Skills; John Sommez; Manning Publications +* Atomic Habits; James Clear; Random House Business +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Ultralearning; Anna Laurent; Self-published via Amazon +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Power of Now; Eckhard Tolle; Yellow Kite +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Eat That Frog; Brian Tracy -* The Off Switch; Mark Cropley; Virgin Books -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Influence without Authority; A. Cohen, D. Bradford; Wiley +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Solve for Happy; Mo Gawdat +* Slow Productivity; Cal Newport; Penguin Random House +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -136,22 +136,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* 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) -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * 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 * MySQL Deep Dive Workshop; 2-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Protocol buffers; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training +* Protocol buffers; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training +* 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) +* Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online ## Technical guides @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Deep Questions with Cal Newport +* The Changelog Podcast(s) * Dev Interrupted -* Maintainable -* Fallthrough [Golang] * The ProdCast (Google SRE Podcast) +* Fallthrough [Golang] +* Maintainable * Hidden Brain -* Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast +* Fork Around And Find Out * Cup o' Go [Golang] -* The Changelog Podcast(s) +* The Pragmatic Engineer Podcast * Backend Banter -* Fork Around And Find Out ### 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. +* Ship It (predecessor of Fork Around And Find Out) +* Java Pub House * CRE: Chaosradio Express [german] +* Modern Mentor * FLOSS weekly -* Ship It (predecessor of Fork Around And Find Out) * Go Time (predecessor of fallthrough) -* Modern Mentor -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* Changelog News -* The Prgagmatic Engineer -* The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly +* VK Newsletter * The Valuable Dev -* Applied Go Weekly Newsletter * Ruby Weekly -* Monospace Mentor -* Golang Weekly * byteSizeGo -* VK Newsletter +* Register Spill +* Applied Go Weekly Newsletter +* The Imperfectionist +* Changelog News +* Monospace Mentor +* The Prgagmatic Engineer # Formal education -- cgit v1.2.3 From 8fdb98a09203dc4de990e2e473299de81c2b1530 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Jan 2025 23:10:34 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9c27fa3f..b90dc575 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; * Developing Games in Java; David Brackeen and others...; New Riders +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Raku Fundamentals; Moritz Lenz; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Funktionale Programmierung; Peter Pepper; Springer +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Modern Perl; Chromatic ; Onyx Neon Press +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Java ist auch eine Insel; Christian Ullenboom; +* Leanring eBPF; Liz Rice; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * 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 +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Raku Recipes; J.J. Merelo; Apress -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Raku Fundamentals; Moritz Lenz; Apress +* Systemprogrammierung in Go; Frank Müller; dpunkt * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Site Reliability Engineering; How Google runs production systems; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The Docker Book; James Turnbull; Kindle -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Funktionale Programmierung; Peter Pepper; Springer +* Ultimate Go Notebook; Bill Kennedy +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Effective awk programming; Arnold Robbins; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Ultimate Go Notebook; Bill Kennedy -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Terraform Cookbook; Mikael Krief; Packt Publishing ## 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 * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; 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: -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Soft Skills; John Sommez; Manning Publications -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Anna Laurent; Self-published via Amazon +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Ultralearning; Scott Young; Thorsons +* Eat That Frog; Brian Tracy +* Digital Minimalism; Cal Newport; Portofolio Penguin * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Slow Productivity; Cal Newport; Penguin Random House +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Deep Work; Cal Newport; Piatkus -* The Off Switch; Mark Cropley; Virgin Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Atomic Habits; James Clear; Random House Business -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Ultralearning; Anna Laurent; Self-published via Amazon -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * The Power of Now; Eckhard Tolle; Yellow Kite -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog; Brian Tracy -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Influence without Authority; A. Cohen, D. Bradford; Wiley * 101 Essays that change the way you think; Brianna Wiest; Audible -* 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 +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Deep Work; Cal Newport; Piatkus +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Solve for Happy; Mo Gawdat -* Slow Productivity; Cal Newport; Penguin Random House +* Atomic Habits; James Clear; Random House Business * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Soft Skills; John Sommez; Manning Publications +* The Off Switch; Mark Cropley; Virgin Books [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* MySQL Deep Dive Workshop; 2-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 -* MySQL Deep Dive Workshop; 2-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training * Protocol buffers; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Apache Tomcat Best Practises; 3-day on-site training * 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) -* Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; 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 +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * How CPUs work at https://cpu.land -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Maintainable * Deep Questions with Cal Newport -* The Changelog Podcast(s) -* Dev Interrupted -* The ProdCast (Google SRE Podcast) * Fallthrough [Golang] -* Maintainable +* The ProdCast (Google SRE Podcast) +* The Pragmatic Engineer Podcast +* Dev Interrupted +* Backend Banter * Hidden Brain * Fork Around And Find Out +* The Changelog Podcast(s) * Cup o' Go [Golang] -* The Pragmatic Engineer Podcast -* 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. -* Ship It (predecessor of Fork Around And Find Out) -* Java Pub House * CRE: Chaosradio Express [german] +* Java Pub House * Modern Mentor -* FLOSS weekly +* Ship It (predecessor of Fork Around And Find Out) * Go Time (predecessor of fallthrough) +* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly -* VK Newsletter * The Valuable Dev -* Ruby Weekly +* The Prgagmatic Engineer +* Monospace Mentor +* Golang Weekly * byteSizeGo -* Register Spill * Applied Go Weekly Newsletter +* VK Newsletter +* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist * Changelog News -* Monospace Mentor -* The Prgagmatic Engineer +* Register Spill # Formal education -- cgit v1.2.3 From d737e824e6b26e761c5bdd2d85e1fedae42784a0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 5 Jan 2025 00:46:48 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index b90dc575..698fe5cb 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Developing Games in Java; David Brackeen and others...; New Riders -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Raku Fundamentals; Moritz Lenz; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Funktionale Programmierung; Peter Pepper; Springer +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 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 * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Modern Perl; Chromatic ; Onyx Neon Press -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Java ist auch eine Insel; Christian Ullenboom; -* Leanring eBPF; Liz Rice; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 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 -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Effective awk programming; Arnold Robbins; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Raku Recipes; J.J. Merelo; Apress +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Systemprogrammierung in Go; Frank Müller; dpunkt -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Terraform Cookbook; Mikael Krief; Packt Publishing * Ultimate Go Notebook; Bill Kennedy -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Leanring eBPF; Liz Rice; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* The Docker Book; James Turnbull; Kindle +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Effective awk programming; Arnold Robbins; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* DNS and BIND; Cricket Liu; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional * C++ Programming Language; Bjarne Stroustrup; -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly ## 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 * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Atomic Habits; James Clear; Random House Business * Ultralearning; Anna Laurent; Self-published via Amazon +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Off Switch; Mark Cropley; Virgin Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Deep Work; Cal Newport; Piatkus * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Ultralearning; Scott Young; Thorsons -* Eat That Frog; Brian Tracy -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Solve for Happy; Mo Gawdat * Slow Productivity; Cal Newport; Penguin Random House -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The Power of Now; Eckhard Tolle; Yellow Kite -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Good Enough Job; Simone Stolzoff; Ebury Edge -* 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 -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Deep Work; Cal Newport; Piatkus -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Eat That Frog; Brian Tracy * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Ultralearning; Scott Young; Thorsons * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Solve for Happy; Mo Gawdat -* Atomic Habits; James Clear; Random House Business * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* 101 Essays that change the way you think; Brianna Wiest; Audible * Soft Skills; John Sommez; Manning Publications -* The Off Switch; Mark Cropley; Virgin Books +* 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 [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* MySQL Deep Dive Workshop; 2-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Functional programming lecture; Remote University of Hagen * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Protocol buffers; O'Reilly Online * 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) +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land -* Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable +* The Changelog Podcast(s) * Deep Questions with Cal Newport -* Fallthrough [Golang] +* Hidden Brain +* Cup o' Go [Golang] +* Backend Banter * The ProdCast (Google SRE Podcast) +* Maintainable +* Fork Around And Find Out * The Pragmatic Engineer Podcast * Dev Interrupted -* Backend Banter -* Hidden Brain -* Fork Around And Find Out -* The Changelog Podcast(s) -* Cup o' Go [Golang] +* Fallthrough [Golang] ### 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] -* Java Pub House -* Modern Mentor * Ship It (predecessor of Fork Around And Find Out) * Go Time (predecessor of fallthrough) +* Java Pub House * FLOSS weekly +* Modern Mentor +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Valuable Dev +* Register Spill * The Prgagmatic Engineer +* Changelog News +* The Imperfectionist +* VK Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Valuable Dev * Monospace Mentor -* Golang Weekly * byteSizeGo -* Applied Go Weekly Newsletter -* VK Newsletter * Ruby Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist -* Changelog News -* Register Spill +* Applied Go Weekly Newsletter +* Golang Weekly # Formal education -- cgit v1.2.3 From d9c6145a78376ea168ed0ed57b09caf1fb2b5b6d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Jan 2025 23:52:01 +0200 Subject: Update content for md --- about/resources.md | 170 ++++++++++++++++++++++++++--------------------------- 1 file changed, 85 insertions(+), 85 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 698fe5cb..a7f67473 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Funktionale Programmierung; Peter Pepper; Springer -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 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 -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Docker Book; James Turnbull; Kindle +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* 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 +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Raku Fundamentals; Moritz Lenz; Apress +* C++ Programming Language; Bjarne Stroustrup; +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Effective awk programming; Arnold Robbins; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Modern Perl; Chromatic ; Onyx Neon Press +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Ultimate Go Notebook; Bill Kennedy * Leanring eBPF; Liz Rice; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* The Docker Book; James Turnbull; Kindle +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Effective Java; Joshua Bloch; Addison-Wesley Professional * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Raku Recipes; J.J. Merelo; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * The Pragmatic Programmer; David Thomas; Addison-Wesley -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Raku Fundamentals; Moritz Lenz; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Funktionale Programmierung; Peter Pepper; Springer +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * DNS and BIND; Cricket Liu; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* C++ Programming Language; Bjarne Stroustrup; -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders ## 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 +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Joy of Missing Out; Christina Crook; New Society Publishers +* 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 * So Good They Can't Ignore You; Cal Newport; Business Plus -* Atomic Habits; James Clear; Random House Business -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Off Switch; Mark Cropley; Virgin Books * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Off Switch; Mark Cropley; Virgin Books * Deep Work; Cal Newport; Piatkus -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Solve for Happy; Mo Gawdat -* Slow Productivity; Cal Newport; Penguin Random House -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Digital Minimalism; Cal Newport; Portofolio Penguin * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Ultralearning; Anna Laurent; Self-published via Amazon +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Solve for Happy; Mo Gawdat * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Soft Skills; John Sommez; Manning Publications +* The Power of Now; Eckhard Tolle; Yellow Kite +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Eat That Frog; Brian Tracy -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Ultralearning; Scott Young; Thorsons -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Soft Skills; John Sommez; Manning Publications -* 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 +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Slow Productivity; Cal Newport; Penguin Random House +* Atomic Habits; James Clear; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -136,22 +136,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Protocol buffers; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* 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) +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training +* AWS Immersion Day; Amazon; 1-day interactive online training * Functional programming lecture; Remote University of Hagen -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * The Ultimate Kubernetes Bootcamp; School of Devops; 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 * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Protocol buffers; O'Reilly Online -* 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) * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon ## Technical guides @@ -167,17 +167,17 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The Changelog Podcast(s) -* Deep Questions with Cal Newport -* Hidden Brain -* Cup o' Go [Golang] -* Backend Banter * The ProdCast (Google SRE Podcast) -* Maintainable +* The Changelog Podcast(s) * Fork Around And Find Out -* The Pragmatic Engineer Podcast * Dev Interrupted * Fallthrough [Golang] +* Backend Banter +* Maintainable +* Cup o' Go [Golang] +* Hidden Brain +* Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast ### Podcasts I liked @@ -185,27 +185,27 @@ I liked them but am not listening to them anymore. The podcasts have either "fin * Ship It (predecessor of Fork Around And Find Out) * Go Time (predecessor of fallthrough) -* Java Pub House -* FLOSS weekly * Modern Mentor * CRE: Chaosradio Express [german] +* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Register Spill -* The Prgagmatic Engineer -* Changelog News -* The Imperfectionist * VK Newsletter +* Golang Weekly * Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill +* The Imperfectionist * The Valuable Dev -* Monospace Mentor +* The Prgagmatic Engineer +* Applied Go Weekly Newsletter * byteSizeGo * Ruby Weekly -* Applied Go Weekly Newsletter -* Golang Weekly +* Monospace Mentor +* Changelog News # Formal education -- cgit v1.2.3 From 5c0cbc2301e3faf793f7d0b989c43f44cc56f182 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Jan 2025 12:23:56 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index a7f67473..9c474380 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The Docker Book; James Turnbull; Kindle +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Modern Perl; Chromatic ; Onyx Neon Press +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* C++ Programming Language; Bjarne Stroustrup; -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Leanring eBPF; Liz Rice; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Effective awk programming; Arnold Robbins; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Java ist auch eine Insel; Christian Ullenboom; +* C++ Programming Language; Bjarne Stroustrup; +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* The Docker Book; James Turnbull; Kindle +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Modern Perl; Chromatic ; Onyx Neon Press -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Leanring eBPF; Liz Rice; O'Reilly +* 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 +* DNS and BIND; Cricket Liu; O'Reilly * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Raku Recipes; J.J. Merelo; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Systemprogrammierung in Go; Frank Müller; dpunkt * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Funktionale Programmierung; Peter Pepper; Springer +* Ultimate Go Notebook; Bill Kennedy +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* DNS and BIND; Cricket Liu; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Java ist auch eine Insel; Christian Ullenboom; * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders ## 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: -* 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 -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Solve for Happy; Mo Gawdat +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Off Switch; Mark Cropley; Virgin Books +* Ultralearning; Anna Laurent; Self-published via Amazon +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Power of Now; Eckhard Tolle; Yellow Kite +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Soft Skills; John Sommez; Manning Publications +* Eat That Frog; Brian Tracy * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Scott Young; Thorsons * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Joy of Missing Out; Christina Crook; New Society Publishers -* 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 +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * So Good They Can't Ignore You; Cal Newport; Business Plus -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Off Switch; Mark Cropley; Virgin Books * Deep Work; Cal Newport; Piatkus -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Solve for Happy; Mo Gawdat +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Atomic Habits; James Clear; Random House Business +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Soft Skills; John Sommez; Manning Publications -* The Power of Now; Eckhard Tolle; Yellow Kite +* Slow Productivity; Cal Newport; Penguin Random House +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Eat That Frog; Brian Tracy -* Ultralearning; Scott Young; Thorsons * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Slow Productivity; Cal Newport; Penguin Random House -* Atomic Habits; James Clear; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -136,29 +136,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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 * Protocol buffers; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* 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) -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training * Functional programming lecture; Remote University of Hagen -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Scripting Vim; Damian Conway; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* AWS Immersion Day; Amazon; 1-day interactive online training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) * Ultimate Go Programming; Bill Kennedy; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Fallthrough [Golang] * The ProdCast (Google SRE Podcast) -* The Changelog Podcast(s) -* Fork Around And Find Out * Dev Interrupted -* Fallthrough [Golang] -* Backend Banter -* Maintainable -* Cup o' Go [Golang] -* Hidden Brain * Deep Questions with Cal Newport +* Maintainable * The Pragmatic Engineer Podcast +* Backend Banter +* The Changelog Podcast(s) +* Hidden Brain +* Cup o' Go [Golang] +* Fork Around And Find Out ### 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. -* Ship It (predecessor of Fork Around And Find Out) -* Go Time (predecessor of fallthrough) * Modern Mentor -* CRE: Chaosradio Express [german] * FLOSS weekly +* Ship It (predecessor of Fork Around And Find Out) +* Go Time (predecessor of fallthrough) * Java Pub House +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* VK Newsletter -* Golang Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Applied Go Weekly Newsletter * Register Spill -* The Imperfectionist -* The Valuable Dev +* Monospace Mentor +* Changelog News +* Golang Weekly * The Prgagmatic Engineer -* Applied Go Weekly Newsletter +* The Imperfectionist +* Andreas Brandhorst Newsletter (Sci-Fi author) * byteSizeGo +* VK Newsletter * Ruby Weekly -* Monospace Mentor -* Changelog News +* The Valuable Dev # Formal education -- cgit v1.2.3 From 26dd99a97c483ffdacba22fcda2faa8a10148c0f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 15 Jan 2025 00:17:16 +0200 Subject: Update content for md --- about/resources.md | 178 ++++++++++++++++++++++++++--------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9c474380..c84c6a76 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Modern Perl; Chromatic ; Onyx Neon Press -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Leanring eBPF; Liz Rice; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Java ist auch eine Insel; Christian Ullenboom; -* C++ Programming Language; Bjarne Stroustrup; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Java ist auch eine Insel; Christian Ullenboom; +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * The Docker Book; James Turnbull; Kindle -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Funktionale Programmierung; Peter Pepper; Springer * 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 -* DNS and BIND; Cricket Liu; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* C++ Programming Language; Bjarne Stroustrup; +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Raku Recipes; J.J. Merelo; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Funktionale Programmierung; Peter Pepper; Springer +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Ultimate Go Notebook; Bill Kennedy * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Modern Perl; Chromatic ; Onyx Neon Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School * 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 +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly ## 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: +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Solve for Happy; Mo Gawdat -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Off Switch; Mark Cropley; Virgin Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Ultralearning; Anna Laurent; Self-published via Amazon -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Joy of Missing Out; Christina Crook; New Society Publishers * The Power of Now; Eckhard Tolle; Yellow Kite -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Soft Skills; John Sommez; Manning Publications +* The Good Enough Job; Simone Stolzoff; Ebury Edge * Eat That Frog; Brian Tracy -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Slow Productivity; Cal Newport; Penguin Random House * So Good They Can't Ignore You; Cal Newport; Business Plus -* Deep Work; Cal Newport; Piatkus +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Solve for Happy; Mo Gawdat * The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Off Switch; Mark Cropley; Virgin Books * Atomic Habits; James Clear; Random House Business +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Deep Work; Cal Newport; Piatkus +* Ultralearning; Scott Young; Thorsons +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Slow Productivity; Cal Newport; Penguin Random House +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 -* Protocol buffers; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Functional programming lecture; Remote University of Hagen -* Scripting Vim; Damian Conway; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Protocol buffers; 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 +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* 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) -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* The Pragmatic Engineer Podcast +* Cup o' Go [Golang] +* Backend Banter +* Deep Questions with Cal Newport +* Dev Interrupted * Fallthrough [Golang] * The ProdCast (Google SRE Podcast) -* Dev Interrupted -* Deep Questions with Cal Newport +* Fork Around And Find Out +* Hidden Brain * Maintainable -* The Pragmatic Engineer Podcast -* Backend Banter * The Changelog Podcast(s) -* Hidden Brain -* Cup o' Go [Golang] -* Fork Around And Find Out ### 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. -* Modern Mentor -* FLOSS weekly -* Ship It (predecessor of Fork Around And Find Out) * Go Time (predecessor of fallthrough) -* Java Pub House * CRE: Chaosradio Express [german] +* Ship It (predecessor of Fork Around And Find Out) +* Modern Mentor +* Java Pub House +* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Golang Weekly * Applied Go Weekly Newsletter -* Register Spill -* Monospace Mentor +* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) * Changelog News -* Golang Weekly -* The Prgagmatic Engineer +* The Pragmatic Engineer +* VK Newsletter * The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill * byteSizeGo -* VK Newsletter -* Ruby Weekly * The Valuable Dev +* Monospace Mentor # Formal education -- cgit v1.2.3 From 9d2fe20897110f973732bacdea4ae26b68543e14 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 15 Jan 2025 00:23:46 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c84c6a76..d5534097 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Terraform Cookbook; Mikael Krief; Packt Publishing -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Modern Perl; Chromatic ; Onyx Neon Press * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Java ist auch eine Insel; Christian Ullenboom; -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Funktionale Programmierung; Peter Pepper; Springer -* 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 -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* C++ Programming Language; Bjarne Stroustrup; -* Systemprogrammierung in Go; Frank Müller; dpunkt -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* DNS and BIND; Cricket Liu; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Developing Games in Java; David Brackeen and others...; New Riders -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* 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 * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Funktionale Programmierung; Peter Pepper; Springer +* The Docker Book; James Turnbull; Kindle +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Ultimate Go Notebook; Bill Kennedy +* Developing Games in Java; David Brackeen and others...; New Riders +* Java ist auch eine Insel; Christian Ullenboom; +* Leanring eBPF; Liz Rice; O'Reilly * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Modern Perl; Chromatic ; Onyx Neon Press -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Raku Recipes; J.J. Merelo; Apress +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Ultimate Go Notebook; Bill Kennedy +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress ## 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: +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* 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 * Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Ultralearning; Anna Laurent; Self-published via Amazon -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The Power of Now; Eckhard Tolle; Yellow Kite -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Soft Skills; John Sommez; Manning Publications +* Ultralearning; Scott Young; Thorsons * The Good Enough Job; Simone Stolzoff; Ebury Edge -* Eat That Frog; Brian Tracy -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Slow Productivity; Cal Newport; Penguin Random House -* So Good They Can't Ignore You; Cal Newport; Business Plus -* 101 Essays that change the way you think; Brianna Wiest; Audible * Solve for Happy; Mo Gawdat -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Power of Now; Eckhard Tolle; Yellow Kite +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Slow Productivity; Cal Newport; Penguin Random House +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Digital Minimalism; Cal Newport; Portofolio Penguin -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Off Switch; Mark Cropley; Virgin Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Atomic Habits; James Clear; Random House Business -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Deep Work; Cal Newport; Piatkus -* Ultralearning; Scott Young; Thorsons +* Ultralearning; Anna Laurent; Self-published via Amazon * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* So Good They Can't Ignore You; Cal Newport; Business Plus * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Eat That Frog; Brian Tracy +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Off Switch; Mark Cropley; Virgin Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Bullet Journal Method; Ryder Carroll; Fourth Estate [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,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 +* Apache Tomcat Best Practises; 3-day on-site training +* 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 +* MySQL Deep Dive Workshop; 2-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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training * Protocol buffers; 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 -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Functional programming lecture; Remote University of Hagen +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * 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 -* MySQL Deep Dive Workshop; 2-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The Pragmatic Engineer Podcast -* Cup o' Go [Golang] -* Backend Banter -* Deep Questions with Cal Newport -* Dev Interrupted * Fallthrough [Golang] * The ProdCast (Google SRE Podcast) * Fork Around And Find Out -* Hidden Brain +* Cup o' Go [Golang] +* Backend Banter * Maintainable +* Deep Questions with Cal Newport +* The Pragmatic Engineer Podcast * The Changelog Podcast(s) +* Hidden Brain +* Dev Interrupted ### 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 * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor +* CRE: Chaosradio Express [german] * Java Pub House -* FLOSS weekly +* Go Time (predecessor of fallthrough) +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* VK Newsletter +* byteSizeGo +* The Imperfectionist +* The Valuable Dev * Golang Weekly -* Applied Go Weekly Newsletter * Ruby Weekly * Andreas Brandhorst Newsletter (Sci-Fi author) -* Changelog News -* The Pragmatic Engineer -* VK Newsletter -* The Imperfectionist * Register Spill -* byteSizeGo -* The Valuable Dev +* The Pragmatic Engineer * Monospace Mentor +* Applied Go Weekly Newsletter +* Changelog News # Formal education -- cgit v1.2.3 From 2c7f1e38a39a19961a484db26a530584f5c91ee9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 15 Jan 2025 00:29:09 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index d5534097..06178fef 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing -* Modern Perl; Chromatic ; Onyx Neon Press -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* DNS and BIND; Cricket Liu; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* 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 +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Leanring eBPF; Liz Rice; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Java ist auch eine Insel; Christian Ullenboom; +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Raku Recipes; J.J. Merelo; Apress * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 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 * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Modern Perl; Chromatic ; Onyx Neon Press * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Funktionale Programmierung; Peter Pepper; Springer -* The Docker Book; James Turnbull; Kindle -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Java ist auch eine Insel; Christian Ullenboom; -* Leanring eBPF; Liz Rice; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Raku Fundamentals; Moritz Lenz; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Raku Recipes; J.J. Merelo; Apress -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Developing Games in Java; David Brackeen and others...; New Riders * Ultimate Go Notebook; Bill Kennedy -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* The Docker Book; James Turnbull; Kindle +* DNS and BIND; Cricket Liu; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Scott Young; Thorsons -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Solve for Happy; Mo Gawdat -* The Power of Now; Eckhard Tolle; Yellow Kite +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Slow Productivity; Cal Newport; Penguin Random House -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Atomic Habits; James Clear; Random House Business -* Deep Work; Cal Newport; Piatkus -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * So Good They Can't Ignore You; Cal Newport; Business Plus -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Eat That Frog; Brian Tracy -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Joy of Missing Out; Christina Crook; New Society Publishers * Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Eat That Frog; Brian Tracy +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * The Off Switch; Mark Cropley; Virgin Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Power of Now; Eckhard Tolle; Yellow Kite +* Slow Productivity; Cal Newport; Penguin Random House * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Scott Young; Thorsons +* Soft Skills; John Sommez; Manning Publications +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Anna Laurent; Self-published via Amazon +* Solve for Happy; Mo Gawdat +* Deep Work; Cal Newport; Piatkus +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Atomic Habits; James Clear; Random House Business +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -136,29 +136,29 @@ 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 -* Apache Tomcat Best Practises; 3-day on-site training -* 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 * MySQL Deep Dive Workshop; 2-day on-site training +* Functional programming lecture; Remote University of Hagen +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* 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 * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) * Protocol buffers; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Scripting Vim; Damian Conway; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* 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) -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training ## 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 * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide * How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Fallthrough [Golang] -* The ProdCast (Google SRE Podcast) -* Fork Around And Find Out * Cup o' Go [Golang] -* Backend Banter +* Hidden Brain +* Fallthrough [Golang] * Maintainable +* Fork Around And Find Out +* Dev Interrupted +* The ProdCast (Google SRE Podcast) * Deep Questions with Cal Newport * The Pragmatic Engineer Podcast * The Changelog Podcast(s) -* Hidden Brain -* Dev Interrupted +* 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) +* Java Pub House * FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) * CRE: Chaosradio Express [german] -* Java Pub House -* Go Time (predecessor of fallthrough) * Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* VK Newsletter +* Monospace Mentor * byteSizeGo -* The Imperfectionist -* The Valuable Dev -* Golang Weekly +* Register Spill * Ruby Weekly +* Changelog News +* The Valuable Dev +* The Imperfectionist * Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill * The Pragmatic Engineer -* Monospace Mentor +* VK Newsletter * Applied Go Weekly Newsletter -* Changelog News +* Golang Weekly # Formal education -- cgit v1.2.3 From da27cb13ff8e7cec31de76122d769207773597a9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 16 Jan 2025 22:58:50 +0200 Subject: Update content for md --- about/resources.md | 190 ++++++++++++++++++++++++++--------------------------- 1 file changed, 95 insertions(+), 95 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 06178fef..04ff7f4e 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Docker Book; James Turnbull; Kindle +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Effective awk programming; Arnold Robbins; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Ultimate Go Notebook; Bill Kennedy * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* 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 -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Leanring eBPF; Liz Rice; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Modern Perl; Chromatic ; Onyx Neon Press * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Java ist auch eine Insel; Christian Ullenboom; -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Terraform Cookbook; Mikael Krief; Packt Publishing * Raku Recipes; J.J. Merelo; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Modern Perl; Chromatic ; Onyx Neon Press -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Developing Games in Java; David Brackeen and others...; New Riders * Raku Fundamentals; Moritz Lenz; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Effective awk programming; Arnold Robbins; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Developing Games in Java; David Brackeen and others...; New Riders -* Ultimate Go Notebook; Bill Kennedy +* DNS and BIND; Cricket Liu; O'Reilly * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Leanring eBPF; Liz Rice; O'Reilly +* 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 +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * C++ Programming Language; Bjarne Stroustrup; -* The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Higher Order Perl; Mark Dominus; Morgan Kaufmann ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Slow Productivity; Cal Newport; Penguin Random House +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * 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 +* The Off Switch; Mark Cropley; Virgin Books +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Deep Work; Cal Newport; Piatkus +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Scott Young; Thorsons * So Good They Can't Ignore You; Cal Newport; Business Plus +* Soft Skills; John Sommez; Manning Publications +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Eat That Frog; Brian Tracy -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Eat That Frog!; Brian Tracy; Hodder Paperbacks * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Off Switch; Mark Cropley; Virgin Books -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Power of Now; Eckhard Tolle; Yellow Kite -* Slow Productivity; Cal Newport; Penguin Random House -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Ultralearning; Scott Young; Thorsons -* Soft Skills; John Sommez; Manning Publications * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Ultralearning; Anna Laurent; Self-published via Amazon +* 101 Essays that change the way you think; Brianna Wiest; Audible * Solve for Happy; Mo Gawdat -* Deep Work; Cal Newport; Piatkus -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Atomic Habits; James Clear; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Digital Minimalism; Cal Newport; Portofolio Penguin * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Atomic Habits; James Clear; Random House Business +* Eat That Frog; Brian Tracy +* The Power of Now; Eckhard Tolle; Yellow Kite +* Ultralearning; Anna Laurent; Self-published via Amazon [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* MySQL Deep Dive Workshop; 2-day on-site training -* Functional programming lecture; Remote University of Hagen -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-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 * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* 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) -* Protocol buffers; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Apache Tomcat Best Practises; 3-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Protocol buffers; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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) * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* Hidden Brain -* Fallthrough [Golang] -* Maintainable -* Fork Around And Find Out -* Dev Interrupted * The ProdCast (Google SRE Podcast) -* Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast +* Fork Around And Find Out * The Changelog Podcast(s) * Backend Banter +* Deep Questions with Cal Newport +* Cup o' Go [Golang] +* The Pragmatic Engineer Podcast +* Dev Interrupted +* Maintainable +* Fallthrough [Golang] +* Hidden Brain ### 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) -* Java Pub House -* FLOSS weekly -* Ship It (predecessor of Fork Around And Find Out) * CRE: Chaosradio Express [german] +* Go Time (predecessor of fallthrough) * Modern Mentor +* Ship It (predecessor of Fork Around And Find Out) +* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Monospace Mentor -* byteSizeGo -* Register Spill -* Ruby Weekly -* Changelog News -* The Valuable Dev * The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Ruby Weekly * The Pragmatic Engineer -* VK Newsletter * Applied Go Weekly Newsletter +* Register Spill +* Monospace Mentor +* byteSizeGo * Golang Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Valuable Dev +* Changelog News +* VK Newsletter # Formal education -- cgit v1.2.3 From a8dc34f1200892637acbfae95372931ad688baf5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 19 Jan 2025 13:22:36 +0200 Subject: Update content for md --- about/resources.md | 168 ++++++++++++++++++++++++++--------------------------- 1 file changed, 84 insertions(+), 84 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 04ff7f4e..d3493e0d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Funktionale Programmierung; Peter Pepper; Springer * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* The Docker Book; James Turnbull; Kindle -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Terraform Cookbook; Mikael Krief; Packt Publishing * Effective awk programming; Arnold Robbins; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Ultimate Go Notebook; Bill Kennedy -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Modern Perl; Chromatic ; Onyx Neon Press -* 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 +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Java ist auch eine Insel; Christian Ullenboom; -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Raku Recipes; J.J. Merelo; Apress -* Concurrency in Go; Katherine Cox-Buday; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 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 +* Java ist auch eine Insel; Christian Ullenboom; +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Developing Games in Java; David Brackeen and others...; New Riders +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* DNS and BIND; Cricket Liu; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Docker Book; James Turnbull; Kindle +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Leanring eBPF; Liz Rice; O'Reilly -* 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 * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* DNS and BIND; Cricket Liu; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Developing Games in Java; David Brackeen and others...; New Riders +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press * C++ Programming Language; Bjarne Stroustrup; -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Leanring eBPF; Liz Rice; O'Reilly ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Slow Productivity; Cal Newport; Penguin Random House -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* 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 -* The Off Switch; Mark Cropley; Virgin Books +* The Good Enough Job; Simone Stolzoff; Ebury Edge * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Deep Work; Cal Newport; Piatkus -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * So Good They Can't Ignore You; Cal Newport; Business Plus -* Soft Skills; John Sommez; Manning Publications -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Ultralearning; Scott Young; Thorsons * Influence without Authority; A. Cohen, D. Bradford; Wiley -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* 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 +* Soft Skills; John Sommez; Manning Publications +* The Power of Now; Eckhard Tolle; Yellow Kite * Solve for Happy; Mo Gawdat -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Anna Laurent; Self-published via Amazon +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Atomic Habits; James Clear; Random House Business +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Slow Productivity; Cal Newport; Penguin Random House +* The Off Switch; Mark Cropley; Virgin Books +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Deep Work; Cal Newport; Piatkus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * Eat That Frog; Brian Tracy -* The Power of Now; Eckhard Tolle; Yellow Kite -* Ultralearning; Anna Laurent; Self-published via Amazon +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Atomic Habits; James Clear; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -136,22 +136,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* AWS Immersion Day; Amazon; 1-day interactive online training +* Protocol buffers; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Functional programming lecture; Remote University of Hagen -* Apache Tomcat Best Practises; 3-day on-site training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Protocol buffers; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Algorithms Video Lectures; Robert Sedgewick; 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 +* MySQL Deep Dive Workshop; 2-day on-site training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * 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) -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Functional programming lecture; Remote University of Hagen +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; ## Technical guides @@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Dev Interrupted * The ProdCast (Google SRE Podcast) -* Fork Around And Find Out * The Changelog Podcast(s) +* Fallthrough [Golang] +* Fork Around And Find Out +* Hidden Brain +* Cup o' Go [Golang] * Backend Banter * Deep Questions with Cal Newport -* Cup o' Go [Golang] * The Pragmatic Engineer Podcast -* Dev Interrupted * Maintainable -* Fallthrough [Golang] -* Hidden Brain ### 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] +* FLOSS weekly * Go Time (predecessor of fallthrough) -* Modern Mentor * Ship It (predecessor of Fork Around And Find Out) -* FLOSS weekly +* CRE: Chaosradio Express [german] * Java Pub House +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Imperfectionist -* Ruby Weekly -* The Pragmatic Engineer * Applied Go Weekly Newsletter -* Register Spill +* Changelog News * Monospace Mentor +* Register Spill * byteSizeGo -* Golang Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) * The Valuable Dev -* Changelog News +* Ruby Weekly +* Golang Weekly +* The Pragmatic Engineer * VK Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Imperfectionist # Formal education -- cgit v1.2.3 From 1798a57ca2e813b5523107576b57ee1d7f00699e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 29 Jan 2025 08:03:14 +0200 Subject: Update content for md --- about/resources.md | 185 +++++++++++++++++++++++++++-------------------------- 1 file changed, 93 insertions(+), 92 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index d3493e0d..688d1355 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Funktionale Programmierung; Peter Pepper; Springer -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Effective awk programming; Arnold Robbins; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Ultimate Go Notebook; Bill Kennedy -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 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 -* Java ist auch eine Insel; Christian Ullenboom; * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress +* C++ Programming Language; Bjarne Stroustrup; * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Raku Recipes; J.J. Merelo; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Docker Book; James Turnbull; Kindle -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Leanring eBPF; Liz Rice; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Java ist auch eine Insel; Christian Ullenboom; * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* 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 +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Funktionale Programmierung; Peter Pepper; Springer +* Modern Perl; Chromatic ; Onyx Neon Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Docker Book; James Turnbull; Kindle * Developing Games in Java; David Brackeen and others...; New Riders -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* C++ Programming Language; Bjarne Stroustrup; -* Leanring eBPF; Liz Rice; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* Implementing Service Level Objectives; Alex Hidalgo; 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 ## Self-development and soft-skills books In random order: -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Ultralearning; Scott Young; Thorsons -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Soft Skills; John Sommez; Manning Publications -* The Power of Now; Eckhard Tolle; Yellow Kite +* Eat That Frog; Brian Tracy +* 101 Essays that change the way you think; Brianna Wiest; Audible * Solve for Happy; Mo Gawdat * The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Anna Laurent; Self-published via Amazon -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Slow Productivity; Cal Newport; Penguin Random House -* The Off Switch; Mark Cropley; Virgin Books +* Soft Skills; John Sommez; Manning Publications +* The Power of Now; Eckhard Tolle; Yellow Kite * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Deep Work; Cal Newport; Piatkus * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* 101 Essays that change the way you think; Brianna Wiest; Audible * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Ultralearning; Anna Laurent; Self-published via Amazon * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Eat That Frog; Brian Tracy +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Deep Work; Cal Newport; Piatkus +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Off Switch; Mark Cropley; Virgin Books * Atomic Habits; James Clear; Random House Business +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Slow Productivity; Cal Newport; Penguin Random House +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Ultralearning; Scott Young; Thorsons +* 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) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* AWS Immersion Day; Amazon; 1-day interactive online training -* Protocol buffers; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* AWS Immersion Day; Amazon; 1-day interactive online training +* Protocol buffers; 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 -* MySQL Deep Dive Workshop; 2-day on-site training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * 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) -* Functional programming lecture; Remote University of Hagen -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Functional programming lecture; Remote University of Hagen ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,45 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Dev Interrupted +* Maintainable * The ProdCast (Google SRE Podcast) -* The Changelog Podcast(s) -* Fallthrough [Golang] +* Cup o' Go [Golang] +* Dev Interrupted * Fork Around And Find Out +* Fallthrough [Golang] +* BSD Now +* The Pragmatic Engineer Podcast * Hidden Brain -* Cup o' Go [Golang] -* Backend Banter * Deep Questions with Cal Newport -* The Pragmatic Engineer Podcast -* Maintainable +* Backend Banter +* The Changelog Podcast(s) ### 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. -* FLOSS weekly * Go Time (predecessor of fallthrough) -* Ship It (predecessor of Fork Around And Find Out) -* CRE: Chaosradio Express [german] * Java Pub House +* CRE: Chaosradio Express [german] +* Ship It (predecessor of Fork Around And Find Out) * Modern Mentor +* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Applied Go Weekly Newsletter -* Changelog News -* Monospace Mentor +* Golang Weekly * Register Spill +* The Imperfectionist +* Ruby Weekly +* Monospace Mentor +* Changelog News +* Applied Go Weekly Newsletter * byteSizeGo * The Valuable Dev -* Ruby Weekly -* Golang Weekly -* The Pragmatic Engineer -* VK Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist +* VK Newsletter +* The Pragmatic Engineer # Formal education -- cgit v1.2.3 From 1966f87b266f093fb5a46a6f09e0b63041dc88a1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 29 Jan 2025 08:05:23 +0200 Subject: Update content for md --- about/resources.md | 166 ++++++++++++++++++++++++++--------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 688d1355..24a44010 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,62 +35,62 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* C++ Programming Language; Bjarne Stroustrup; +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* C++ Programming Language; Bjarne Stroustrup; +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 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 +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Java ist auch eine Insel; Christian Ullenboom; +* The Docker Book; James Turnbull; Kindle +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Raku Recipes; J.J. Merelo; Apress +* Ultimate Go Notebook; Bill Kennedy +* DNS and BIND; Cricket Liu; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Effective awk programming; Arnold Robbins; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Raku Recipes; J.J. Merelo; Apress -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Terraform Cookbook; Mikael Krief; Packt Publishing * Leanring eBPF; Liz Rice; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Modern Perl; Chromatic ; Onyx Neon Press +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Java ist auch eine Insel; Christian Ullenboom; -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* 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 +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Higher Order Perl; Mark Dominus; Morgan Kaufmann * Funktionale Programmierung; Peter Pepper; Springer -* Modern Perl; Chromatic ; Onyx Neon Press -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Data Science at the Command Line; Jeroen Janssens; O'Reilly * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* The Docker Book; James Turnbull; Kindle -* Developing Games in Java; David Brackeen and others...; New Riders -* Ultimate Go Notebook; Bill Kennedy -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* 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 +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing ## 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 * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books @@ -98,37 +98,37 @@ I didn't read them from the beginning to the end, but I am using them to look up In random order: * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Eat That Frog; Brian Tracy * 101 Essays that change the way you think; Brianna Wiest; Audible -* Solve for Happy; Mo Gawdat -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * Soft Skills; John Sommez; Manning Publications +* Atomic Habits; James Clear; Random House Business +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon +* 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 * The Power of Now; Eckhard Tolle; Yellow Kite +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* 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 Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * So Good They Can't Ignore You; Cal Newport; Business Plus -* Ultralearning; Anna Laurent; Self-published via Amazon -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Ultralearning; Scott Young; Thorsons +* Solve for Happy; Mo Gawdat * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Deep Work; Cal Newport; Piatkus -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Off Switch; Mark Cropley; Virgin Books -* Atomic Habits; James Clear; Random House Business -* Influence without Authority; A. Cohen, D. Bradford; Wiley * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Slow Productivity; Cal Newport; Penguin Random House -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Digital Minimalism; Cal Newport; Portofolio Penguin -* Ultralearning; Scott Young; Thorsons -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Slow Productivity; Cal Newport; Penguin Random House +* The Bullet Journal Method; Ryder Carroll; Fourth Estate [Here are notes of mine for some of the books](../notes/index.md) @@ -136,22 +136,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site 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) * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* AWS Immersion Day; Amazon; 1-day interactive online training * Protocol buffers; 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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* 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) * Scripting Vim; Damian Conway; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training +* AWS Immersion Day; Amazon; 1-day interactive online training +* MySQL Deep Dive Workshop; 2-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online ## Technical guides @@ -167,18 +167,18 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Deep Questions with Cal Newport +* Fallthrough [Golang] * Maintainable -* The ProdCast (Google SRE Podcast) -* Cup o' Go [Golang] +* Hidden Brain +* Backend Banter +* The Changelog Podcast(s) * Dev Interrupted * Fork Around And Find Out -* Fallthrough [Golang] * BSD Now +* Cup o' Go [Golang] +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Hidden Brain -* Deep Questions with Cal Newport -* Backend Banter -* The Changelog Podcast(s) ### Podcasts I liked @@ -186,27 +186,27 @@ I liked them but am not listening to them anymore. The podcasts have either "fin * Go Time (predecessor of fallthrough) * Java Pub House +* FLOSS weekly * CRE: Chaosradio Express [german] * Ship It (predecessor of Fork Around And Find Out) * Modern Mentor -* FLOSS weekly ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly -* Register Spill +* The Pragmatic Engineer +* Changelog News +* The Valuable Dev +* VK Newsletter * The Imperfectionist * Ruby Weekly +* byteSizeGo * Monospace Mentor -* Changelog News +* Golang Weekly +* Register Spill * Applied Go Weekly Newsletter -* byteSizeGo -* The Valuable Dev * Andreas Brandhorst Newsletter (Sci-Fi author) -* VK Newsletter -* The Pragmatic Engineer # Formal education -- cgit v1.2.3 From 563b9052e2190df1025197909d6ad630a3d3c356 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 30 Jan 2025 09:33:10 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 24a44010..ad971426 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School * C++ Programming Language; Bjarne Stroustrup; -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 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 +* Raku Recipes; J.J. Merelo; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 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 * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Java ist auch eine Insel; Christian Ullenboom; -* The Docker Book; James Turnbull; Kindle +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Raku Recipes; J.J. Merelo; Apress -* Ultimate Go Notebook; Bill Kennedy +* The Docker Book; James Turnbull; Kindle * DNS and BIND; Cricket Liu; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Developing Games in Java; David Brackeen and others...; New Riders * Leanring eBPF; Liz Rice; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Modern Perl; Chromatic ; Onyx Neon Press -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Effective awk programming; Arnold Robbins; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Systemprogrammierung in Go; Frank Müller; dpunkt +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Funktionale Programmierung; Peter Pepper; Springer -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 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 -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press ## 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: -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly ## Self-development and soft-skills books In random order: -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Soft Skills; John Sommez; Manning Publications +* The Power of Now; Eckhard Tolle; Yellow Kite * Atomic Habits; James Clear; Random House Business +* Deep Work; Cal Newport; Piatkus * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Anna Laurent; Self-published via Amazon -* 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 -* The Power of Now; Eckhard Tolle; Yellow Kite +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Slow Productivity; Cal Newport; Penguin Random House * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Eat That Frog; Brian Tracy +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Good Enough Job; Simone Stolzoff; Ebury Edge * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Ultralearning; Scott Young; Thorsons -* Solve for Happy; Mo Gawdat +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Deep Work; Cal Newport; Piatkus +* Eat That Frog; Brian Tracy * The Off Switch; Mark Cropley; Virgin Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Anna Laurent; Self-published via Amazon * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Slow Productivity; Cal Newport; Penguin Random House -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Solve for Happy; Mo Gawdat +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Soft Skills; John Sommez; Manning Publications +* Ultralearning; Scott Young; Thorsons +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -137,21 +137,21 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Functional programming lecture; Remote University of Hagen +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * 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) * Developing IaC with Terraform (with Live Lessons); O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Protocol buffers; 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 -* Scripting Vim; Damian Conway; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training * MySQL Deep Dive Workshop; 2-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Functional programming lecture; Remote University of Hagen ## Technical guides @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport +* Cup o' Go [Golang] +* The ProdCast (Google SRE Podcast) * Fallthrough [Golang] -* Maintainable -* Hidden Brain -* Backend Banter * The Changelog Podcast(s) -* Dev Interrupted -* Fork Around And Find Out * BSD Now -* Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) +* Hidden Brain +* Maintainable +* Dev Interrupted * The Pragmatic Engineer Podcast +* Fork Around And Find Out +* Deep Questions with Cal Newport +* 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. +* Modern Mentor * Go Time (predecessor of fallthrough) -* Java Pub House -* FLOSS weekly -* CRE: Chaosradio Express [german] * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor +* CRE: Chaosradio Express [german] +* FLOSS weekly +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * The Pragmatic Engineer -* Changelog News -* The Valuable Dev -* VK Newsletter * The Imperfectionist -* Ruby Weekly -* byteSizeGo +* Andreas Brandhorst Newsletter (Sci-Fi author) +* VK Newsletter * Monospace Mentor +* byteSizeGo +* Ruby Weekly +* Changelog News * Golang Weekly -* Register Spill * Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Valuable Dev +* Register Spill # Formal education -- cgit v1.2.3 From 2c9b8ed56e3c314ffc5874649b8285684dc0d8ee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 30 Jan 2025 09:40:57 +0200 Subject: Update content for md --- about/resources.md | 186 ++++++++++++++++++++++++++--------------------------- 1 file changed, 93 insertions(+), 93 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index ad971426..c7917ac0 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* C++ Programming Language; Bjarne Stroustrup; -* 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 -* Raku Recipes; J.J. Merelo; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Docker Book; James Turnbull; Kindle * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Terraform Cookbook; Mikael Krief; Packt Publishing +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Funktionale Programmierung; Peter Pepper; Springer +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Raku Recipes; J.J. Merelo; Apress +* Effective awk programming; Arnold Robbins; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Ultimate Go Notebook; Bill Kennedy * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Java ist auch eine Insel; Christian Ullenboom; -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* The Docker Book; James Turnbull; Kindle -* DNS and BIND; Cricket Liu; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Developing Games in Java; David Brackeen and others...; New Riders +* DNS and BIND; Cricket Liu; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Modern Perl; Chromatic ; Onyx Neon Press * Leanring eBPF; Liz Rice; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Effective awk programming; Arnold Robbins; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* 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 +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Java ist auch eine Insel; Christian Ullenboom; * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Modern Perl; Chromatic ; Onyx Neon Press +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders +* Effective Java; Joshua Bloch; Addison-Wesley Professional ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* The Power of Now; Eckhard Tolle; Yellow Kite -* Atomic Habits; James Clear; Random House Business * Deep Work; Cal Newport; Piatkus * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Slow Productivity; Cal Newport; Penguin Random House -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Eat That Frog; Brian Tracy -* The Off Switch; Mark Cropley; Virgin Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Ultralearning; Anna Laurent; Self-published via Amazon * Influence without Authority; A. Cohen, D. Bradford; Wiley +* Ultralearning; Scott Young; Thorsons * So Good They Can't Ignore You; Cal Newport; Business Plus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Off Switch; Mark Cropley; Virgin Books +* The Power of Now; Eckhard Tolle; Yellow Kite * Solve for Happy; Mo Gawdat -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Soft Skills; John Sommez; Manning Publications -* Ultralearning; Scott Young; Thorsons -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Atomic Habits; James Clear; Random House Business +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Eat That Frog; Brian Tracy * The Joy of Missing Out; Christina Crook; New Society Publishers +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Soft Skills; John Sommez; Manning Publications +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Slow Productivity; Cal Newport; Penguin Random House +* Digital Minimalism; Cal Newport; Portofolio Penguin [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Protocol buffers; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* 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) +* Protocol buffers; 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 * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* 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) +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Functional programming lecture; Remote University of Hagen * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Well-Grounded Rubyist Video Edition; David. A. Black; 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 +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* Functional programming lecture; Remote University of Hagen ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) -* Fallthrough [Golang] -* The Changelog Podcast(s) -* BSD Now +* Fork Around And Find Out * Hidden Brain -* Maintainable -* Dev Interrupted +* Backend Banter * The Pragmatic Engineer Podcast -* Fork Around And Find Out * Deep Questions with Cal Newport -* Backend Banter +* The Changelog Podcast(s) +* BSD Now +* Dev Interrupted +* Fallthrough [Golang] +* The ProdCast (Google SRE Podcast) +* Cup o' Go [Golang] +* Maintainable ### 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. -* Modern Mentor +* CRE: Chaosradio Express [german] * Go Time (predecessor of fallthrough) +* Java Pub House +* Modern Mentor * Ship It (predecessor of Fork Around And Find Out) -* CRE: Chaosradio Express [german] * FLOSS weekly -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Pragmatic Engineer -* The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) -* VK Newsletter +* Changelog News +* Register Spill * Monospace Mentor +* Applied Go Weekly Newsletter +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Pragmatic Engineer * byteSizeGo -* Ruby Weekly -* Changelog News * Golang Weekly -* Applied Go Weekly Newsletter +* The Imperfectionist +* Ruby Weekly * The Valuable Dev -* Register Spill +* VK Newsletter # Formal education -- cgit v1.2.3 From 8f609ccbb2cfce15dd5d51f89f5976d61cb424cb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Feb 2025 10:34:40 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index c7917ac0..51840ef5 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* 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 +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Docker Book; James Turnbull; Kindle -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Terraform Cookbook; Mikael Krief; Packt Publishing -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Funktionale Programmierung; Peter Pepper; Springer +* Leanring eBPF; Liz Rice; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Raku Recipes; J.J. Merelo; Apress * Effective awk programming; Arnold Robbins; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Java ist auch eine Insel; Christian Ullenboom; +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Systemprogrammierung in Go; Frank Müller; dpunkt * Ultimate Go Notebook; Bill Kennedy -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* DNS and BIND; Cricket Liu; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; * Modern Perl; Chromatic ; Onyx Neon Press -* Leanring eBPF; Liz Rice; O'Reilly -* 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 -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Java ist auch eine Insel; Christian Ullenboom; -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Docker Book; James Turnbull; Kindle +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* DNS and BIND; Cricket Liu; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Developing Games in Java; David Brackeen and others...; New Riders * Effective Java; Joshua Bloch; Addison-Wesley Professional +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Deep Work; Cal Newport; Piatkus -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* 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 -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Solve for Happy; Mo Gawdat +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Deep Work; Cal Newport; Piatkus +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Soft Skills; John Sommez; Manning Publications +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Ultralearning; Scott Young; Thorsons -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Off Switch; Mark Cropley; Virgin Books * The Power of Now; Eckhard Tolle; Yellow Kite -* Solve for Happy; Mo Gawdat -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Slow Productivity; Cal Newport; Penguin Random House +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Ultralearning; Anna Laurent; Self-published via Amazon -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Atomic Habits; James Clear; Random House Business -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Eat That Frog; Brian Tracy -* The Joy of Missing Out; Christina Crook; New Society Publishers -* 101 Essays that change the way you think; Brianna Wiest; Audible -* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Off Switch; Mark Cropley; Virgin Books +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Soft Skills; John Sommez; Manning Publications -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Slow Productivity; Cal Newport; Penguin Random House -* Digital Minimalism; Cal Newport; Portofolio Penguin +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Eat That Frog; Brian Tracy +* Ultralearning; Scott Young; Thorsons [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* MySQL Deep Dive Workshop; 2-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Protocol buffers; 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 +* Scripting Vim; Damian Conway; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* 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) -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training * Functional programming lecture; Remote University of Hagen -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* 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) +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * How CPUs work at https://cpu.land -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Fork Around And Find Out -* Hidden Brain -* Backend Banter -* The Pragmatic Engineer Podcast +* Maintainable * Deep Questions with Cal Newport +* Backend Banter * The Changelog Podcast(s) * BSD Now * Dev Interrupted -* Fallthrough [Golang] +* Fork Around And Find Out * The ProdCast (Google SRE Podcast) +* The Pragmatic Engineer Podcast * Cup o' Go [Golang] -* Maintainable +* Hidden Brain +* Fallthrough [Golang] ### 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] -* Go Time (predecessor of fallthrough) -* Java Pub House +* FLOSS weekly * Modern Mentor * Ship It (predecessor of Fork Around And Find Out) -* FLOSS weekly +* Java Pub House +* CRE: Chaosradio Express [german] +* 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: -* Changelog News -* Register Spill -* Monospace Mentor -* Applied Go Weekly Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) +* Register Spill * The Pragmatic Engineer -* byteSizeGo +* Changelog News +* VK Newsletter * Golang Weekly +* The Valuable Dev * The Imperfectionist +* Applied Go Weekly Newsletter * Ruby Weekly -* The Valuable Dev -* VK Newsletter +* byteSizeGo +* Monospace Mentor # Formal education -- cgit v1.2.3 From a71f3d891598e3d83d5d23dde17cc05cc6564d93 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Feb 2025 10:36:31 +0200 Subject: Update content for md --- about/resources.md | 184 ++++++++++++++++++++++++++--------------------------- 1 file changed, 92 insertions(+), 92 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 51840ef5..aa140de4 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * 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 -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Leanring eBPF; Liz Rice; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Java ist auch eine Insel; Christian Ullenboom; -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Ultimate Go Notebook; Bill Kennedy -* Raku Recipes; J.J. Merelo; Apress -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School * Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Modern Perl; Chromatic ; Onyx Neon Press +* Systemprogrammierung in Go; Frank Müller; dpunkt +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Leanring eBPF; Liz Rice; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 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 -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* The Docker Book; James Turnbull; Kindle -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Developing Games in Java; David Brackeen and others...; New Riders +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Docker Book; James Turnbull; Kindle * DNS and BIND; Cricket Liu; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Raku Recipes; J.J. Merelo; Apress +* Ultimate Go Notebook; Bill Kennedy +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* C++ Programming Language; Bjarne Stroustrup; +* 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 +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Funktionale Programmierung; Peter Pepper; Springer -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Developing Games in Java; David Brackeen and others...; New Riders -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Effective awk programming; Arnold Robbins; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Solve for Happy; Mo Gawdat -* The Joy of Missing Out; Christina Crook; New Society Publishers * Deep Work; Cal Newport; Piatkus -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Soft Skills; John Sommez; Manning Publications -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Power of Now; Eckhard Tolle; Yellow Kite -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Slow Productivity; Cal Newport; Penguin Random House -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Anna Laurent; Self-published via Amazon -* Atomic Habits; James Clear; Random House Business -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Off Switch; Mark Cropley; Virgin Books -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * 101 Essays that change the way you think; Brianna Wiest; Audible +* Solve for Happy; Mo Gawdat +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Slow Productivity; Cal Newport; Penguin Random House +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Scott Young; Thorsons +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Off Switch; Mark Cropley; Virgin Books * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * The Good Enough Job; Simone Stolzoff; Ebury Edge -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Eat That Frog; Brian Tracy -* Ultralearning; Scott Young; Thorsons +* Atomic Habits; James Clear; Random House Business +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Ultralearning; Anna Laurent; Self-published via Amazon +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Power of Now; Eckhard Tolle; Yellow Kite +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Soft Skills; John Sommez; Manning Publications +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Scripting Vim; Damian Conway; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Apache Tomcat Best Practises; 3-day on-site training -* Functional programming lecture; Remote University of Hagen -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* MySQL Deep Dive Workshop; 2-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 * Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Functional programming lecture; Remote University of Hagen +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Protocol buffers; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online * 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) +* Ultimate Go Programming; Bill Kennedy; 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 -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land -* Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Hidden Brain +* Fallthrough [Golang] +* Fork Around And Find Out +* Dev Interrupted +* Cup o' Go [Golang] +* The Pragmatic Engineer Podcast +* The Changelog Podcast(s) * Maintainable +* The ProdCast (Google SRE Podcast) +* BSD Now * Deep Questions with Cal Newport * Backend Banter -* The Changelog Podcast(s) -* BSD Now -* Dev Interrupted -* Fork Around And Find Out -* The ProdCast (Google SRE Podcast) -* The Pragmatic Engineer Podcast -* Cup o' Go [Golang] -* Hidden Brain -* Fallthrough [Golang] ### 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. -* FLOSS weekly -* Modern Mentor * Ship It (predecessor of Fork Around And Find Out) +* FLOSS weekly * Java Pub House * CRE: Chaosradio Express [german] +* 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: -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Register Spill -* The Pragmatic Engineer * Changelog News -* VK Newsletter -* Golang Weekly -* The Valuable Dev -* The Imperfectionist * Applied Go Weekly Newsletter -* Ruby Weekly +* The Imperfectionist +* VK Newsletter * byteSizeGo +* Golang Weekly * Monospace Mentor +* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Pragmatic Engineer +* The Valuable Dev +* Register Spill # Formal education -- cgit v1.2.3 From 37097c57e23d79f444123324b54124c1d9710ff2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Feb 2025 10:47:37 +0200 Subject: Update content for md --- about/resources.md | 182 ++++++++++++++++++++++++++--------------------------- 1 file changed, 91 insertions(+), 91 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index aa140de4..82d40bae 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 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 -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Raku Fundamentals; Moritz Lenz; Apress +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* C++ Programming Language; Bjarne Stroustrup; +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Leanring eBPF; Liz Rice; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Leanring eBPF; Liz Rice; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 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 * Developing Games in Java; David Brackeen and others...; New Riders -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Modern Perl; Chromatic ; Onyx Neon Press +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Docker Book; James Turnbull; Kindle * DNS and BIND; Cricket Liu; O'Reilly -* Raku Recipes; J.J. Merelo; Apress * Ultimate Go Notebook; Bill Kennedy -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* C++ Programming Language; Bjarne Stroustrup; -* 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 -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Funktionale Programmierung; Peter Pepper; Springer -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Effective awk programming; Arnold Robbins; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Raku Recipes; J.J. Merelo; Apress +* The Docker Book; James Turnbull; Kindle +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Effective awk programming; Arnold Robbins; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 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 +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 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 ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Deep Work; Cal Newport; Piatkus +* The Power of Now; Eckhard Tolle; Yellow Kite +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Eat That Frog; Brian Tracy +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Influence without Authority; A. Cohen, D. Bradford; Wiley * 101 Essays that change the way you think; Brianna Wiest; Audible -* Solve for Happy; Mo Gawdat -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* 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 +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Soft Skills; John Sommez; Manning Publications +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Slow Productivity; Cal Newport; Penguin Random House +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Off Switch; Mark Cropley; Virgin Books +* Solve for Happy; Mo Gawdat * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Ultralearning; Scott Young; Thorsons +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * So Good They Can't Ignore You; Cal Newport; Business Plus -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Off Switch; Mark Cropley; Virgin 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 -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Eat That Frog; Brian Tracy * Atomic Habits; James Clear; Random House Business -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Power of Now; Eckhard Tolle; Yellow Kite -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Soft Skills; John Sommez; Manning Publications -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Deep Work; Cal Newport; Piatkus +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Ultralearning; Scott Young; Thorsons [Here are notes of mine for some of the books](../notes/index.md) @@ -136,29 +136,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* AWS Immersion Day; Amazon; 1-day interactive online training -* MySQL Deep Dive Workshop; 2-day on-site training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* 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) +* AWS Immersion Day; Amazon; 1-day interactive online training * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Functional programming lecture; Remote University of Hagen -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Protocol buffers; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* 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) * Ultimate Go Programming; Bill Kennedy; 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 +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online +* Protocol buffers; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* Cup o' Go [Golang] +* Dev Interrupted +* Deep Questions with Cal Newport +* Fork Around And Find Out +* Backend Banter * Hidden Brain * Fallthrough [Golang] -* Fork Around And Find Out -* Dev Interrupted -* Cup o' Go [Golang] -* The Pragmatic Engineer Podcast -* The Changelog Podcast(s) * Maintainable * The ProdCast (Google SRE Podcast) * BSD Now -* Deep Questions with Cal Newport -* Backend Banter +* The Pragmatic Engineer Podcast +* The Changelog Podcast(s) ### 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. -* Ship It (predecessor of Fork Around And Find Out) -* FLOSS weekly -* Java Pub House * CRE: Chaosradio Express [german] -* Modern Mentor * Go Time (predecessor of fallthrough) +* Modern Mentor +* Java Pub House +* FLOSS weekly +* Ship It (predecessor of Fork Around And Find Out) ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Changelog News -* Applied Go Weekly Newsletter * The Imperfectionist -* VK Newsletter -* byteSizeGo -* Golang Weekly +* Changelog News +* Andreas Brandhorst Newsletter (Sci-Fi author) * Monospace Mentor +* byteSizeGo +* Register Spill * Ruby Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Pragmatic Engineer * The Valuable Dev -* Register Spill +* VK Newsletter +* Applied Go Weekly Newsletter +* The Pragmatic Engineer +* Golang Weekly # Formal education -- cgit v1.2.3 From f0900c46294c105f093076f210311a851093d943 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Feb 2025 10:54:25 +0200 Subject: Update content for md --- about/resources.md | 188 ++++++++++++++++++++++++++--------------------------- 1 file changed, 94 insertions(+), 94 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 82d40bae..790560b7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Raku Fundamentals; Moritz Lenz; Apress -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* C++ Programming Language; Bjarne Stroustrup; -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The Docker Book; James Turnbull; Kindle +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Leanring eBPF; Liz Rice; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Developing Games in Java; David Brackeen and others...; New Riders -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Leanring eBPF; Liz Rice; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Modern Perl; Chromatic ; Onyx Neon Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Ultimate Go Notebook; Bill Kennedy * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* 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 +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Java ist auch eine Insel; Christian Ullenboom; +* Raku Fundamentals; Moritz Lenz; Apress * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Systemprogrammierung in Go; Frank Müller; dpunkt * Effective Java; Joshua Bloch; Addison-Wesley Professional +* Ultimate Go Notebook; Bill Kennedy +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Raku Recipes; J.J. Merelo; Apress -* The Docker Book; James Turnbull; Kindle -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Effective awk programming; Arnold Robbins; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 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 -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 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 +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Modern Perl; Chromatic ; Onyx Neon Press +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* C++ Programming Language; Bjarne Stroustrup; +* DNS and BIND; Cricket Liu; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer ## 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: -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Slow Productivity; Cal Newport; Penguin Random House * The Power of Now; Eckhard Tolle; Yellow Kite -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Eat That Frog; Brian Tracy +* Ultralearning; Scott Young; Thorsons * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Off Switch; Mark Cropley; Virgin Books +* Ultralearning; Anna Laurent; Self-published via Amazon +* Deep Work; Cal Newport; Piatkus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Eat That Frog; Brian Tracy +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Solve for Happy; Mo Gawdat +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Soft Skills; John Sommez; Manning Publications * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * 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 -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Soft Skills; John Sommez; Manning Publications -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Slow Productivity; Cal Newport; Penguin Random House -* Digital Minimalism; Cal Newport; Portofolio Penguin * The Joy of Missing Out; Christina Crook; New Society Publishers -* The Off Switch; Mark Cropley; Virgin Books -* Solve for Happy; Mo Gawdat -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Atomic Habits; James Clear; Random House Business -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Deep Work; Cal Newport; Piatkus -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Ultralearning; Anna Laurent; Self-published via Amazon -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Ultralearning; Scott Young; Thorsons +* 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 +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* AWS Immersion Day; Amazon; 1-day interactive online training +* 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 +* Scripting Vim; Damian Conway; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* 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) -* AWS Immersion Day; Amazon; 1-day interactive online training * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Functional programming lecture; Remote University of Hagen -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; 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 -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Scripting Vim; Damian Conway; O'Reilly Online * Protocol buffers; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Apache Tomcat Best Practises; 3-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 +* The Ultimate Kubernetes Bootcamp; School of Devops; 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 * Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* Dev Interrupted * Deep Questions with Cal Newport -* Fork Around And Find Out -* Backend Banter -* Hidden Brain -* Fallthrough [Golang] -* Maintainable +* Cup o' Go [Golang] +* The Changelog Podcast(s) * The ProdCast (Google SRE Podcast) +* Maintainable +* Fallthrough [Golang] +* Dev Interrupted * BSD Now +* Hidden Brain * The Pragmatic Engineer Podcast -* The Changelog Podcast(s) +* Backend Banter +* Fork Around And Find Out ### 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] * Go Time (predecessor of fallthrough) -* Modern Mentor * Java Pub House -* FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) +* Modern Mentor +* FLOSS weekly +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * The Imperfectionist -* Changelog News * Andreas Brandhorst Newsletter (Sci-Fi author) -* Monospace Mentor -* byteSizeGo -* Register Spill -* Ruby Weekly +* Golang Weekly * The Valuable Dev -* VK Newsletter -* Applied Go Weekly Newsletter * The Pragmatic Engineer -* Golang Weekly +* Register Spill +* byteSizeGo +* Applied Go Weekly Newsletter +* VK Newsletter +* Changelog News +* Ruby Weekly +* Monospace Mentor # Formal education -- cgit v1.2.3 From 8f20084f8aa24b19d94e1d81b8bc585a86ac568b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Feb 2025 10:59:21 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 790560b7..5d6032d6 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* The Docker Book; James Turnbull; Kindle -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Raku Fundamentals; Moritz Lenz; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Terraform Cookbook; Mikael Krief; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* C++ Programming Language; Bjarne Stroustrup; +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Developing Games in Java; David Brackeen and others...; New Riders +* DNS and BIND; Cricket Liu; O'Reilly +* Raku Recipes; J.J. Merelo; Apress * Leanring eBPF; Liz Rice; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Docker Book; James Turnbull; Kindle +* Ultimate Go Notebook; Bill Kennedy +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Modern Perl; Chromatic ; Onyx Neon Press * 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 -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; -* Raku Fundamentals; Moritz Lenz; Apress +* Effective awk programming; Arnold Robbins; O'Reilly * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Ultimate Go Notebook; Bill Kennedy -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Raku Recipes; J.J. Merelo; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Modern Perl; Chromatic ; Onyx Neon Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* C++ Programming Language; Bjarne Stroustrup; -* DNS and BIND; Cricket Liu; O'Reilly * Funktionale Programmierung; Peter Pepper; Springer +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly ## 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: -* Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Soft Skills; John Sommez; Manning Publications +* Solve for Happy; Mo Gawdat +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Slow Productivity; Cal Newport; Penguin Random House +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * The Power of Now; Eckhard Tolle; Yellow Kite * Ultralearning; Scott Young; Thorsons -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Off Switch; Mark Cropley; Virgin Books -* Ultralearning; Anna Laurent; Self-published via Amazon -* Deep Work; Cal Newport; Piatkus * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Eat That Frog; Brian Tracy +* Deep Work; Cal Newport; Piatkus +* The Off Switch; Mark Cropley; Virgin Books * Digital Minimalism; Cal Newport; Portofolio Penguin -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Solve for Happy; Mo Gawdat -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Soft Skills; John Sommez; Manning Publications -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Ultralearning; Anna Laurent; Self-published via Amazon * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * 101 Essays that change the way you think; Brianna Wiest; Audible -* The Joy of Missing Out; Christina Crook; New Society Publishers -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * Atomic Habits; James Clear; Random House Business -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books * So Good They Can't Ignore You; Cal Newport; Business Plus -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Slow Productivity; Cal Newport; Penguin Random House +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Eat That Frog; Brian Tracy [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Apache Tomcat Best Practises; 3-day on-site training -* 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 * AWS Immersion Day; Amazon; 1-day interactive online training * 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 -* Scripting Vim; Damian Conway; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Protocol buffers; 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 +* Apache Tomcat Best Practises; 3-day on-site training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Functional programming lecture; Remote University of Hagen +* MySQL Deep Dive Workshop; 2-day on-site training +* Scripting Vim; Damian Conway; 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 * Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land -* Raku Guide at https://raku.guide ## Podcasts @@ -168,44 +168,44 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Deep Questions with Cal Newport -* Cup o' Go [Golang] -* The Changelog Podcast(s) -* The ProdCast (Google SRE Podcast) * Maintainable -* Fallthrough [Golang] * Dev Interrupted -* BSD Now +* Backend Banter * Hidden Brain +* The Changelog Podcast(s) * The Pragmatic Engineer Podcast -* Backend Banter +* The ProdCast (Google SRE Podcast) +* Fallthrough [Golang] * Fork Around And Find Out +* BSD Now +* Cup o' Go [Golang] ### 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) -* Java Pub House +* FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) * Modern Mentor -* FLOSS weekly +* Go Time (predecessor of fallthrough) * CRE: Chaosradio Express [german] +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Imperfectionist -* Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo * Golang Weekly -* The Valuable Dev -* The Pragmatic Engineer * Register Spill -* byteSizeGo -* Applied Go Weekly Newsletter * VK Newsletter -* Changelog News +* The Pragmatic Engineer +* Applied Go Weekly Newsletter * Ruby Weekly +* Changelog News +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Valuable Dev +* The Imperfectionist * Monospace Mentor # Formal education -- cgit v1.2.3 From cf9e6e10cf649e0bcbb0661e66e7504dfbccd9c8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 7 Feb 2025 21:24:19 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 5d6032d6..746f7008 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Raku Fundamentals; Moritz Lenz; Apress -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * Systemprogrammierung in Go; Frank Müller; dpunkt -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Terraform Cookbook; Mikael Krief; Packt Publishing -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* DNS and BIND; Cricket Liu; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly * C++ Programming Language; Bjarne Stroustrup; -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Developing Games in Java; David Brackeen and others...; New Riders -* DNS and BIND; Cricket Liu; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* Leanring eBPF; Liz Rice; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Funktionale Programmierung; Peter Pepper; Springer +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Raku Recipes; J.J. Merelo; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* 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 +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Docker Book; James Turnbull; Kindle +* Modern Perl; Chromatic ; Onyx Neon Press * Ultimate Go Notebook; Bill Kennedy -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Modern Perl; Chromatic ; Onyx Neon Press -* 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 -* Effective awk programming; Arnold Robbins; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Java ist auch eine Insel; Christian Ullenboom; -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Raku Fundamentals; Moritz Lenz; Apress +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Docker Book; James Turnbull; Kindle ## 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 -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Good Enough Job; Simone Stolzoff; Ebury Edge * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Soft Skills; John Sommez; Manning Publications -* Solve for Happy; Mo Gawdat -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Influence without Authority; A. Cohen, D. Bradford; Wiley * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Eat That Frog; Brian Tracy +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Power of Now; Eckhard Tolle; Yellow Kite -* Ultralearning; Scott Young; Thorsons +* Atomic Habits; James Clear; Random House Business +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Solve for Happy; Mo Gawdat +* 101 Essays that change the way you think; Brianna Wiest; Audible * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Deep Work; Cal Newport; Piatkus * The Off Switch; Mark Cropley; Virgin Books -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Ultralearning; Anna Laurent; Self-published via Amazon +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Deep Work; Cal Newport; Piatkus +* Slow Productivity; Cal Newport; Penguin Random House +* Ultralearning; Scott Young; Thorsons * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Power of Now; Eckhard Tolle; Yellow Kite +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Soft Skills; John Sommez; Manning Publications * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Atomic Habits; James Clear; Random House Business -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * So Good They Can't Ignore You; Cal Newport; Business Plus -* Slow Productivity; Cal Newport; Penguin Random House -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Eat That Frog; Brian Tracy +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * AWS Immersion Day; Amazon; 1-day interactive online training -* 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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Protocol buffers; 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 +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Functional programming lecture; Remote University of Hagen * MySQL Deep Dive Workshop; 2-day on-site training +* Protocol buffers; O'Reilly Online +* 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) * Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training ## 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 * Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide ## Podcasts @@ -168,44 +168,44 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: * Deep Questions with Cal Newport +* Fallthrough [Golang] * Maintainable -* Dev Interrupted +* Fork Around And Find Out +* The ProdCast (Google SRE Podcast) * Backend Banter -* Hidden Brain * The Changelog Podcast(s) -* The Pragmatic Engineer Podcast -* The ProdCast (Google SRE Podcast) -* Fallthrough [Golang] -* Fork Around And Find Out * BSD Now +* Dev Interrupted * Cup o' Go [Golang] +* Hidden Brain +* The Pragmatic Engineer Podcast ### 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] +* Go Time (predecessor of fallthrough) * FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor -* Go Time (predecessor of fallthrough) -* CRE: Chaosradio Express [german] * Java Pub House +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* byteSizeGo * Golang Weekly +* The Pragmatic Engineer +* The Imperfectionist * Register Spill +* Changelog News +* Ruby Weekly +* The Valuable Dev * VK Newsletter -* The Pragmatic Engineer +* byteSizeGo * Applied Go Weekly Newsletter -* Ruby Weekly -* Changelog News * Andreas Brandhorst Newsletter (Sci-Fi author) -* The Valuable Dev -* The Imperfectionist * Monospace Mentor # Formal education -- cgit v1.2.3 From 30e7bf7e59b13e8348403a4cba3684cdbd1410cc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Feb 2025 11:07:21 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 746f7008..5eec4bb3 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Effective awk programming; Arnold Robbins; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* DNS and BIND; Cricket Liu; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Raku Recipes; J.J. Merelo; Apress * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Developing Games in Java; David Brackeen and others...; New Riders * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Funktionale Programmierung; Peter Pepper; Springer -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Raku Recipes; J.J. Merelo; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Concurrency in Go; Katherine Cox-Buday; O'Reilly * 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 +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Leanring eBPF; Liz Rice; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Effective awk programming; Arnold Robbins; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The Docker Book; James Turnbull; Kindle +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* DNS and BIND; Cricket Liu; O'Reilly * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press -* Ultimate Go Notebook; Bill Kennedy -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Java ist auch eine Insel; Christian Ullenboom; -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Raku Fundamentals; Moritz Lenz; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The Docker Book; James Turnbull; Kindle +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Ultimate Go Notebook; Bill Kennedy +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Modern Perl; Chromatic ; Onyx Neon Press +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly ## 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: -* Relayd and Httpd Mastery; Michael W Lucas * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Relayd and Httpd Mastery; Michael W Lucas +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Ultralearning; Anna Laurent; Self-published via Amazon +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Eat That Frog; Brian Tracy -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Atomic Habits; James Clear; Random House Business -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Solve for Happy; Mo Gawdat * 101 Essays that change the way you think; Brianna Wiest; Audible -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* The Off Switch; Mark Cropley; Virgin Books -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Ultralearning; Anna Laurent; Self-published via Amazon -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Deep Work; Cal Newport; Piatkus -* Slow Productivity; Cal Newport; Penguin Random House * Ultralearning; Scott Young; Thorsons +* 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 +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Atomic Habits; James Clear; Random House Business +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Power of Now; Eckhard Tolle; Yellow Kite +* Solve for Happy; Mo Gawdat +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Influence without Authority; A. Cohen, D. Bradford; Wiley * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Soft Skills; John Sommez; Manning Publications -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Off Switch; Mark Cropley; Virgin Books +* Deep Work; Cal Newport; Piatkus * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Digital Minimalism; Cal Newport; Portofolio Penguin [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* AWS Immersion Day; Amazon; 1-day interactive online training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; 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 +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Protocol buffers; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * MySQL Deep Dive Workshop; 2-day on-site training -* Protocol buffers; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Algorithms Video Lectures; Robert Sedgewick; 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 * 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) -* Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * Advanced Bash-Scripting Guide -* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,16 +167,16 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: +* BSD Now +* Dev Interrupted +* The ProdCast (Google SRE Podcast) +* Fork Around And Find Out * Deep Questions with Cal Newport +* Cup o' Go [Golang] * Fallthrough [Golang] * Maintainable -* Fork Around And Find Out -* The ProdCast (Google SRE Podcast) -* Backend Banter * The Changelog Podcast(s) -* BSD Now -* Dev Interrupted -* Cup o' Go [Golang] +* Backend Banter * Hidden Brain * The Pragmatic Engineer Podcast @@ -184,29 +184,29 @@ In random order: 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] -* Go Time (predecessor of fallthrough) * FLOSS weekly +* Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) * Java Pub House +* 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: +* Applied Go Weekly Newsletter * Golang Weekly -* The Pragmatic Engineer -* The Imperfectionist * Register Spill -* Changelog News -* Ruby Weekly -* The Valuable Dev +* The Imperfectionist * VK Newsletter * byteSizeGo -* Applied Go Weekly Newsletter +* Changelog News +* The Pragmatic Engineer +* The Valuable Dev * Andreas Brandhorst Newsletter (Sci-Fi author) * Monospace Mentor +* Ruby Weekly # Formal education -- cgit v1.2.3 From 6c4b170afe6cee2c9dbd2cc117b597b8fd544590 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Feb 2025 11:12:36 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 5eec4bb3..8086dde0 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Raku Recipes; J.J. Merelo; Apress -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Developing Games in Java; David Brackeen and others...; New Riders -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* The Docker Book; James Turnbull; Kindle +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Java ist auch eine Insel; Christian Ullenboom; +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Raku Recipes; J.J. Merelo; Apress * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Effective awk programming; Arnold Robbins; O'Reilly +* Leanring eBPF; Liz Rice; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Modern Perl; Chromatic ; Onyx Neon Press +* Funktionale Programmierung; Peter Pepper; Springer +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* 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 -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Leanring eBPF; Liz Rice; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Ultimate Go Notebook; Bill Kennedy +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Developing Games in Java; David Brackeen and others...; New Riders * 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 +* Terraform Cookbook; Mikael Krief; Packt Publishing +* DNS and BIND; Cricket Liu; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * Raku Fundamentals; Moritz Lenz; Apress -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Effective awk programming; Arnold Robbins; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* The Docker Book; James Turnbull; Kindle -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* DNS and BIND; Cricket Liu; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Ultimate Go Notebook; Bill Kennedy -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Modern Perl; Chromatic ; Onyx Neon Press -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## 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: +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Ultralearning; Anna Laurent; Self-published via Amazon -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Eat That Frog; Brian Tracy -* 101 Essays that change the way you think; Brianna Wiest; Audible * Ultralearning; Scott Young; Thorsons +* Never Split the Difference; Chris Voss, Tahl Raz; 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 -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Eat That Frog; Brian Tracy +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Anna Laurent; Self-published via Amazon * The Joy of Missing Out; Christina Crook; New Society Publishers -* Atomic Habits; James Clear; Random House Business +* Soft Skills; John Sommez; Manning Publications +* 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 +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* 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 +* The Power of Now; Eckhard Tolle; Yellow Kite * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Deep Work; Cal Newport; Piatkus * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Off Switch; Mark Cropley; Virgin Books +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Solve for Happy; Mo Gawdat -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Soft Skills; John Sommez; Manning Publications -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Off Switch; Mark Cropley; Virgin Books -* Deep Work; Cal Newport; Piatkus * Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Digital Minimalism; Cal Newport; Portofolio Penguin +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Atomic Habits; James Clear; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* 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) * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online * 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...; +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon +* Scripting Vim; Damian Conway; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Protocol buffers; O'Reilly Online * MySQL Deep Dive Workshop; 2-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Algorithms Video Lectures; Robert Sedgewick; 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 * 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 +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* BSD Now -* Dev Interrupted * The ProdCast (Google SRE Podcast) +* Maintainable * Fork Around And Find Out * Deep Questions with Cal Newport -* Cup o' Go [Golang] -* Fallthrough [Golang] -* Maintainable -* The Changelog Podcast(s) -* Backend Banter +* BSD Now * Hidden Brain +* The Changelog Podcast(s) * The Pragmatic Engineer Podcast +* Dev Interrupted +* Backend Banter +* Cup o' Go [Golang] +* Fallthrough [Golang] ### 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. -* FLOSS weekly * Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) +* Modern Mentor +* FLOSS weekly * Java Pub House * 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: +* VK Newsletter +* The Valuable Dev * Applied Go Weekly Newsletter +* byteSizeGo * Golang Weekly +* Ruby Weekly * Register Spill -* The Imperfectionist -* VK Newsletter -* byteSizeGo -* Changelog News -* The Pragmatic Engineer -* The Valuable Dev * Andreas Brandhorst Newsletter (Sci-Fi author) +* The Pragmatic Engineer +* Changelog News * Monospace Mentor -* Ruby Weekly +* The Imperfectionist # Formal education -- cgit v1.2.3 From f109a9aac39965e25ef331799d5c818ce2d4e5ca Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Feb 2025 23:22:57 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 8086dde0..704b3cb7 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Docker Book; James Turnbull; Kindle -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Java ist auch eine Insel; Christian Ullenboom; +* Terraform Cookbook; Mikael Krief; Packt Publishing * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Raku Recipes; J.J. Merelo; Apress -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Perl New Features; Joshua McAdams, brian d foy; Perl School * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Effective awk programming; Arnold Robbins; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * The Pragmatic Programmer; David Thomas; Addison-Wesley -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 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 +* Raku Recipes; J.J. Merelo; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Java ist auch eine Insel; Christian Ullenboom; * Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Raku Fundamentals; Moritz Lenz; Apress +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Modern Perl; Chromatic ; Onyx Neon Press +* C++ Programming Language; Bjarne Stroustrup; +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Ultimate Go Notebook; Bill Kennedy * Funktionale Programmierung; Peter Pepper; Springer -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Effective awk programming; Arnold Robbins; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Leanring eBPF; Liz Rice; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Developing Games in Java; David Brackeen and others...; New Riders * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Ultimate Go Notebook; Bill Kennedy * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* 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 -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly * DNS and BIND; Cricket Liu; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 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: -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Ultralearning; Scott Young; Thorsons -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Slow Productivity; Cal Newport; Penguin Random House -* Eat That Frog; Brian Tracy -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Ultralearning; Anna Laurent; Self-published via Amazon * The Joy of Missing Out; Christina Crook; New Society Publishers * Soft Skills; John Sommez; Manning Publications -* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Power of Now; Eckhard Tolle; Yellow Kite +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Ultralearning; Scott Young; Thorsons * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion * 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 -* The Power of Now; Eckhard Tolle; Yellow Kite -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Deep Work; Cal Newport; Piatkus -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Slow Productivity; Cal Newport; Penguin Random House +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * The Off Switch; Mark Cropley; Virgin Books -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Solve for Happy; Mo Gawdat -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The Bullet Journal Method; Ryder Carroll; Fourth Estate * Influence without Authority; A. Cohen, D. Bradford; Wiley -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Eat That Frog; Brian Tracy +* Solve for Happy; Mo Gawdat +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Ultralearning; Anna Laurent; Self-published via Amazon +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Atomic Habits; James Clear; Random House Business +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +136,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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) -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Functional programming lecture; Remote University of Hagen * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* MySQL Deep Dive Workshop; 2-day on-site training * Apache Tomcat Best Practises; 3-day on-site training -* 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 -* Scripting Vim; Damian Conway; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* 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) +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online * Protocol buffers; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Functional programming lecture; Remote University of Hagen +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide +* How CPUs work at https://cpu.land ## Podcasts @@ -167,46 +167,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The ProdCast (Google SRE Podcast) +* The Changelog Podcast(s) +* Backend Banter * Maintainable -* Fork Around And Find Out -* Deep Questions with Cal Newport -* BSD Now +* Fallthrough [Golang] * Hidden Brain -* The Changelog Podcast(s) +* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Dev Interrupted -* Backend Banter * Cup o' Go [Golang] -* Fallthrough [Golang] +* Fork Around And Find Out +* BSD Now +* Deep Questions with Cal Newport +* Dev Interrupted ### 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] * Ship It (predecessor of Fork Around And Find Out) * Modern Mentor * FLOSS weekly * Java Pub House -* CRE: Chaosradio Express [german] +* 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: -* VK Newsletter -* The Valuable Dev -* Applied Go Weekly Newsletter -* byteSizeGo -* Golang Weekly -* Ruby Weekly +* Changelog News * Register Spill -* Andreas Brandhorst Newsletter (Sci-Fi author) +* Golang Weekly * The Pragmatic Engineer -* Changelog News +* Ruby Weekly * Monospace Mentor +* VK Newsletter +* Applied Go Weekly Newsletter +* The Valuable Dev +* Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist +* byteSizeGo # Formal education -- cgit v1.2.3 From d5c8bc23cec177ab0b29354a11cfea6d7ef9d7fa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Feb 2025 22:32:18 +0200 Subject: Update content for md --- about/resources.md | 185 +++++++++++++++++++++++++++-------------------------- 1 file changed, 93 insertions(+), 92 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 704b3cb7..8158be96 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,100 +35,101 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Effective awk programming; Arnold Robbins; O'Reilly * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 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 +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Raku Recipes; J.J. Merelo; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications * Raku Fundamentals; Moritz Lenz; Apress -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Modern Perl; Chromatic ; Onyx Neon Press -* C++ Programming Language; Bjarne Stroustrup; +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Java ist auch eine Insel; Christian Ullenboom; +* DNS and BIND; Cricket Liu; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Terraform Cookbook; Mikael Krief; Packt Publishing * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* C++ Programming Language; Bjarne Stroustrup; +* 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 KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * Ultimate Go Notebook; Bill Kennedy -* Funktionale Programmierung; Peter Pepper; Springer -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Effective awk programming; Arnold Robbins; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Leanring eBPF; Liz Rice; O'Reilly -* The Docker Book; James Turnbull; Kindle * Developing Games in Java; David Brackeen and others...; New Riders -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt ## 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: +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Soft Skills; John Sommez; Manning Publications -* The Power of Now; Eckhard Tolle; Yellow Kite -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Ultralearning; Scott Young; Thorsons -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Getting Things Done; David Allen * Deep Work; Cal Newport; Piatkus -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Slow Productivity; Cal Newport; Penguin Random House -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Off Switch; Mark Cropley; Virgin Books -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Atomic Habits; James Clear; Random House Business * Eat That Frog; Brian Tracy +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Solve for Happy; Mo Gawdat +* The Power of Now; Eckhard Tolle; Yellow Kite +* Slow Productivity; Cal Newport; Penguin Random House +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Scott Young; Thorsons +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Soft Skills; John Sommez; Manning Publications +* 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 * Digital Minimalism; Cal Newport; Portofolio Penguin +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Off Switch; Mark Cropley; Virgin Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* So Good They Can't Ignore You; Cal Newport; Business Plus * Ultralearning; Anna Laurent; Self-published via Amazon -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Atomic Habits; James Clear; Random House Business -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* 101 Essays that change the way you think; Brianna Wiest; Audible [Here are notes of mine for some of the books](../notes/index.md) @@ -136,30 +137,30 @@ 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...; -* Functional programming lecture; Remote University of Hagen -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* AWS Immersion Day; Amazon; 1-day interactive online training -* MySQL Deep Dive Workshop; 2-day on-site training * Apache Tomcat Best Practises; 3-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 -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Protocol buffers; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * 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) +* Functional programming lecture; Remote University of Hagen +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* MySQL Deep Dive Workshop; 2-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 +* AWS Immersion Day; Amazon; 1-day interactive online training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Scripting Vim; Damian Conway; O'Reilly Online -* Protocol buffers; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: +* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide -* How CPUs work at https://cpu.land ## Podcasts @@ -167,46 +168,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The Changelog Podcast(s) -* Backend Banter -* Maintainable -* Fallthrough [Golang] -* Hidden Brain +* Cup o' Go [Golang] +* BSD Now +* Dev Interrupted * The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Cup o' Go [Golang] +* Backend Banter +* Hidden Brain +* The Changelog Podcast(s) * Fork Around And Find Out -* BSD Now +* Fallthrough [Golang] * Deep Questions with Cal Newport -* Dev Interrupted +* Maintainable ### 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] +* Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor -* FLOSS weekly * Java Pub House -* Go Time (predecessor of fallthrough) +* CRE: Chaosradio Express [german] +* FLOSS weekly +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Changelog News -* Register Spill -* Golang Weekly * The Pragmatic Engineer * Ruby Weekly -* Monospace Mentor -* VK Newsletter -* Applied Go Weekly Newsletter * The Valuable Dev +* Changelog News +* Applied Go Weekly Newsletter * Andreas Brandhorst Newsletter (Sci-Fi author) * The Imperfectionist +* Register Spill +* Monospace Mentor * byteSizeGo +* Golang Weekly +* VK Newsletter # Formal education -- cgit v1.2.3 From 06c0bb8b81d2eb47342069cd479433950e821eaf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 13 Feb 2025 10:14:40 +0200 Subject: Update content for md --- about/resources.md | 176 ++++++++++++++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 88 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 8158be96..9aa616f6 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,50 +35,50 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Perl New Features; Joshua McAdams, brian d foy; Perl School -* Raku Recipes; J.J. Merelo; Apress * Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Developing Games in Java; David Brackeen and others...; New Riders +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Raku Recipes; J.J. Merelo; Apress +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * The Docker Book; James Turnbull; Kindle -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Raku Fundamentals; Moritz Lenz; Apress -* Modern Perl; Chromatic ; Onyx Neon Press -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Java ist auch eine Insel; Christian Ullenboom; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly * Funktionale Programmierung; Peter Pepper; Springer -* Java ist auch eine Insel; Christian Ullenboom; * DNS and BIND; Cricket Liu; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * Systemprogrammierung in Go; Frank Müller; dpunkt -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* C++ Programming Language; Bjarne Stroustrup; +* Raku Fundamentals; Moritz Lenz; Apress +* Leanring eBPF; Liz Rice; O'Reilly +* Ultimate Go Notebook; Bill Kennedy +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * 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 * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Ultimate Go Notebook; Bill Kennedy -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Leanring eBPF; Liz Rice; O'Reilly -* Developing Games in Java; David Brackeen and others...; New Riders -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Modern Perl; Chromatic ; Onyx Neon Press +* C++ Programming Language; Bjarne Stroustrup; * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt ## Technical references @@ -86,50 +86,50 @@ In random order: 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: * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; 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 * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley ## Self-development and soft-skills books In random order: -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Getting Things Done; David Allen -* Deep Work; Cal Newport; Piatkus -* Atomic Habits; James Clear; Random House Business -* Eat That Frog; Brian Tracy -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books * Solve for Happy; Mo Gawdat +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Soft Skills; John Sommez; Manning Publications +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne * The Power of Now; Eckhard Tolle; Yellow Kite -* Slow Productivity; Cal Newport; Penguin Random House -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Ultralearning; Scott Young; Thorsons -* The Joy of Missing Out; Christina Crook; New Society Publishers +* Atomic Habits; James Clear; Random House Business +* Eat That Frog; Brian Tracy +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Soft Skills; John Sommez; Manning Publications -* 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 -* Digital Minimalism; Cal Newport; Portofolio Penguin -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Joy of Missing Out; Christina Crook; New Society Publishers * The Off Switch; Mark Cropley; Virgin Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * So Good They Can't Ignore You; Cal Newport; Business Plus +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Ultralearning; Anna Laurent; Self-published via Amazon -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Ultralearning; Scott Young; Thorsons +* Slow Productivity; Cal Newport; Penguin Random House +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Deep Work; Cal Newport; Piatkus +* Getting Things Done; David Allen +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly [Here are notes of mine for some of the books](../notes/index.md) @@ -137,22 +137,22 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Apache Tomcat Best Practises; 3-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 -* Protocol buffers; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* 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) +* MySQL Deep Dive Workshop; 2-day on-site training * Functional programming lecture; Remote University of Hagen -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* MySQL Deep Dive Workshop; 2-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 -* AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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) +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * Scripting Vim; Damian Conway; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Protocol buffers; 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. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides @@ -168,46 +168,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] -* BSD Now +* Deep Questions with Cal Newport * Dev Interrupted +* Fork Around And Find Out * The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Backend Banter * Hidden Brain -* The Changelog Podcast(s) -* Fork Around And Find Out +* Backend Banter +* BSD Now * Fallthrough [Golang] -* Deep Questions with Cal Newport +* Cup o' Go [Golang] * Maintainable +* The Changelog Podcast(s) ### 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. +* Modern Mentor +* CRE: Chaosradio Express [german] * Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) -* Java Pub House -* CRE: Chaosradio Express [german] * FLOSS weekly -* Modern Mentor +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Pragmatic Engineer -* Ruby Weekly +* Golang Weekly +* VK Newsletter * The Valuable Dev +* The Pragmatic Engineer * Changelog News * Applied Go Weekly Newsletter -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist -* Register Spill * Monospace Mentor +* Ruby Weekly * byteSizeGo -* Golang Weekly -* VK Newsletter +* Register Spill +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Imperfectionist # Formal education -- cgit v1.2.3 From e3971ae885e26a6947ed3b6e3f4c7372a7d4328e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 13 Feb 2025 10:21:52 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 9aa616f6..f46b4d62 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,101 +35,101 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Developing Games in Java; David Brackeen and others...; New Riders -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Raku Recipes; J.J. Merelo; Apress -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Docker Book; James Turnbull; Kindle -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Ultimate Go Notebook; Bill Kennedy * Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Modern Perl; Chromatic ; Onyx Neon Press +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Developing Games in Java; David Brackeen and others...; New Riders * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* DNS and BIND; Cricket Liu; O'Reilly * Effective awk programming; Arnold Robbins; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Raku Fundamentals; Moritz Lenz; Apress -* Leanring eBPF; Liz Rice; O'Reilly -* Ultimate Go Notebook; Bill Kennedy -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Effective Java; Joshua Bloch; Addison-Wesley Professional * 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 -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Raku Fundamentals; Moritz Lenz; Apress +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Modern Perl; Chromatic ; Onyx Neon Press -* C++ Programming Language; Bjarne Stroustrup; +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Docker Book; James Turnbull; Kindle +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Leanring eBPF; Liz Rice; O'Reilly +* Raku Recipes; J.J. Merelo; Apress * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* C++ Programming Language; Bjarne Stroustrup; +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Funktionale Programmierung; Peter Pepper; Springer +* DNS and BIND; Cricket Liu; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Java ist auch eine Insel; Christian Ullenboom; +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press ## Self-development and soft-skills books In random order: -* Solve for Happy; Mo Gawdat -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Ultralearning; Scott Young; Thorsons +* The Power of Now; Eckhard Tolle; Yellow Kite * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Soft Skills; John Sommez; Manning Publications -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Eat That Frog; Brian Tracy +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* So Good They Can't Ignore You; Cal Newport; Business Plus +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The Power of Now; Eckhard Tolle; Yellow Kite * Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Atomic Habits; James Clear; Random House Business -* Eat That Frog; Brian Tracy * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Getting Things Done; David Allen +* Slow Productivity; Cal Newport; Penguin Random House +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Soft Skills; John Sommez; Manning Publications +* Deep Work; Cal Newport; Piatkus +* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Good Enough Job; Simone Stolzoff; Ebury Edge * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Solve for Happy; Mo Gawdat +* Atomic Habits; James Clear; Random House Business * The Joy of Missing Out; Christina Crook; New Society Publishers -* The Off Switch; Mark Cropley; Virgin Books -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Digital Minimalism; Cal Newport; Portofolio Penguin * The Bullet Journal Method; Ryder Carroll; Fourth Estate * Ultralearning; Anna Laurent; Self-published via Amazon -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Ultralearning; Scott Young; Thorsons -* Slow Productivity; Cal Newport; Penguin Random House -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Deep Work; Cal Newport; Piatkus -* Getting Things Done; David Allen +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Off Switch; Mark Cropley; Virgin Books +* Stop starting, start finishing; Arne Roock; Lean-Kanban University [Here are notes of mine for some of the books](../notes/index.md) @@ -137,30 +137,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* MySQL Deep Dive Workshop; 2-day on-site training -* Functional programming lecture; Remote University of Hagen -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * 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) * Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Scripting Vim; Damian Conway; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* Protocol buffers; 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. -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Functional programming lecture; Remote University of Hagen +* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land -* Raku Guide at https://raku.guide * Advanced Bash-Scripting Guide +* Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land ## Podcasts @@ -168,46 +168,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Deep Questions with Cal Newport -* Dev Interrupted +* The Changelog Podcast(s) * Fork Around And Find Out -* The ProdCast (Google SRE Podcast) * The Pragmatic Engineer Podcast -* Hidden Brain * Backend Banter +* Hidden Brain * BSD Now -* Fallthrough [Golang] +* Deep Questions with Cal Newport * Cup o' Go [Golang] +* Fallthrough [Golang] +* The ProdCast (Google SRE Podcast) +* Dev Interrupted * Maintainable -* The Changelog Podcast(s) ### 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. * Modern Mentor -* CRE: Chaosradio Express [german] -* Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) +* Go Time (predecessor of fallthrough) * FLOSS weekly * Java Pub House +* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: +* Ruby Weekly * Golang Weekly -* VK Newsletter -* The Valuable Dev -* The Pragmatic Engineer +* Register Spill * Changelog News -* Applied Go Weekly Newsletter +* The Valuable Dev * Monospace Mentor -* Ruby Weekly -* byteSizeGo -* Register Spill * Andreas Brandhorst Newsletter (Sci-Fi author) +* VK Newsletter * The Imperfectionist +* The Pragmatic Engineer +* Applied Go Weekly Newsletter +* byteSizeGo # Formal education -- cgit v1.2.3 From 03e89a47396fde9abbda4ca4aac8986993e65f40 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 13 Feb 2025 10:23:08 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index f46b4d62..e68247b4 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,101 +35,101 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Ultimate Go Notebook; Bill Kennedy -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Modern Perl; Chromatic ; Onyx Neon Press -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Raku Recipes; J.J. Merelo; Apress * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Developing Games in Java; David Brackeen and others...; New Riders -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Effective awk programming; Arnold Robbins; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Leanring eBPF; Liz Rice; O'Reilly +* Modern Perl; Chromatic ; Onyx Neon Press * Effective Java; Joshua Bloch; Addison-Wesley Professional +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* DNS and BIND; Cricket Liu; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* The Docker Book; James Turnbull; Kindle * 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 -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Raku Fundamentals; Moritz Lenz; Apress -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Funktionale Programmierung; Peter Pepper; Springer +* Java ist auch eine Insel; Christian Ullenboom; +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Developing Games in Java; David Brackeen and others...; New Riders * 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Docker Book; James Turnbull; Kindle +* Site Reliability Engineering; How Google runs production systems; O'Reilly * Terraform Cookbook; Mikael Krief; Packt Publishing -* Leanring eBPF; Liz Rice; O'Reilly -* Raku Recipes; J.J. Merelo; Apress * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* C++ Programming Language; Bjarne Stroustrup; -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Funktionale Programmierung; Peter Pepper; Springer -* DNS and BIND; Cricket Liu; O'Reilly +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Java ist auch eine Insel; Christian Ullenboom; +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Ultimate Go Notebook; Bill Kennedy +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Effective awk programming; Arnold Robbins; O'Reilly +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner ## 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: -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley * Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly ## Self-development and soft-skills books In random order: -* Ultralearning; Scott Young; Thorsons * The Power of Now; Eckhard Tolle; Yellow Kite -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Eat That Frog; Brian Tracy -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* So Good They Can't Ignore You; Cal Newport; Business Plus -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Getting Things Done; David Allen -* Slow Productivity; Cal Newport; Penguin Random House -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Soft Skills; John Sommez; Manning Publications * Deep Work; Cal Newport; Piatkus -* Digital Minimalism; Cal Newport; Portofolio Penguin +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Solve for Happy; Mo Gawdat -* Atomic Habits; James Clear; Random House Business * The Joy of Missing Out; Christina Crook; New Society Publishers +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* Influence without Authority; A. Cohen, D. Bradford; Wiley * The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Ultralearning; Anna Laurent; Self-published via Amazon +* The Off Switch; Mark Cropley; Virgin Books +* Ultralearning; Scott Young; Thorsons +* Eat That Frog; Brian Tracy * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Soft Skills; John Sommez; Manning Publications +* Getting Things Done; David Allen +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Slow Productivity; Cal Newport; Penguin Random House +* So Good They Can't Ignore You; Cal Newport; Business Plus * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Off Switch; Mark Cropley; Virgin Books +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Solve for Happy; Mo Gawdat +* Ultralearning; Anna Laurent; Self-published via Amazon +* Digital Minimalism; Cal Newport; Portofolio Penguin +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Atomic Habits; James Clear; Random House Business [Here are notes of mine for some of the books](../notes/index.md) @@ -137,30 +137,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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) -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Functional programming lecture; Remote University of Hagen +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* MySQL Deep Dive Workshop; 2-day on-site training * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Apache Tomcat Best Practises; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); 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 * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* Functional programming lecture; Remote University of Hagen -* Protocol buffers; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* 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) * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online * The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Protocol buffers; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide -* Raku Guide at https://raku.guide * How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -168,46 +168,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* The Changelog Podcast(s) -* Fork Around And Find Out +* Maintainable * The Pragmatic Engineer Podcast -* Backend Banter -* Hidden Brain * BSD Now +* Hidden Brain * Deep Questions with Cal Newport -* Cup o' Go [Golang] -* Fallthrough [Golang] -* The ProdCast (Google SRE Podcast) * Dev Interrupted -* Maintainable +* The ProdCast (Google SRE Podcast) +* Fork Around And Find Out +* Fallthrough [Golang] +* The Changelog Podcast(s) +* Backend Banter +* Cup o' Go [Golang] ### 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. -* Modern Mentor -* Ship It (predecessor of Fork Around And Find Out) +* CRE: Chaosradio Express [german] * Go Time (predecessor of fallthrough) +* Ship It (predecessor of Fork Around And Find Out) +* Modern Mentor * FLOSS weekly * Java Pub House -* CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Ruby Weekly -* Golang Weekly * Register Spill +* The Imperfectionist * Changelog News -* The Valuable Dev -* Monospace Mentor +* The Pragmatic Engineer * Andreas Brandhorst Newsletter (Sci-Fi author) +* Monospace Mentor * VK Newsletter -* The Imperfectionist -* The Pragmatic Engineer * Applied Go Weekly Newsletter +* Ruby Weekly * byteSizeGo +* Golang Weekly +* The Valuable Dev # Formal education -- cgit v1.2.3 From e4ffe6a7fc83ce139d910dfefdec91d1f1b4ff09 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 13 Feb 2025 21:24:14 +0200 Subject: Update content for md --- about/resources.md | 174 ++++++++++++++++++++++++++--------------------------- 1 file changed, 87 insertions(+), 87 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index e68247b4..7eebdf3e 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,101 +35,101 @@ You won't find any links on this site because, over time, the links will break. In random order: +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* 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 +* Effective awk programming; Arnold Robbins; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Java ist auch eine Insel; Christian Ullenboom; * Raku Recipes; J.J. Merelo; Apress -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Leanring eBPF; Liz Rice; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* DNS and BIND; Cricket Liu; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* The Docker Book; James Turnbull; Kindle -* 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 +* Systemprogrammierung in Go; Frank Müller; dpunkt * The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* Funktionale Programmierung; Peter Pepper; Springer -* Java ist auch eine Insel; Christian Ullenboom; +* The Docker Book; James Turnbull; Kindle +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * The Pragmatic Programmer; David Thomas; Addison-Wesley -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Funktionale Programmierung; Peter Pepper; Springer +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Polished Ruby Programming; Jeremy Evans; Packt Publishing * DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Developing Games in Java; David Brackeen and others...; New Riders -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Data Science at the Command Line; Jeroen Janssens; O'Reilly * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Systemprogrammierung in Go; Frank Müller; dpunkt * Ultimate Go Notebook; Bill Kennedy -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Effective awk programming; Arnold Robbins; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* Raku Fundamentals; Moritz Lenz; Apress +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Leanring eBPF; Liz Rice; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook ## 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: -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley -* Relayd and Httpd Mastery; Michael W Lucas -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly ## Self-development and soft-skills books In random order: +* The Off Switch; Mark Cropley; Virgin Books +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * The Power of Now; Eckhard Tolle; Yellow Kite -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Deep Work; Cal Newport; Piatkus * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select * The Good Enough Job; Simone Stolzoff; Ebury Edge -* The Joy of Missing Out; Christina Crook; New Society Publishers * Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Eat That Frog; Brian Tracy +* Deep Work; Cal Newport; Piatkus * Influence without Authority; A. Cohen, D. Bradford; Wiley -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* The Off Switch; Mark Cropley; Virgin Books +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Ultralearning; Scott Young; Thorsons -* Eat That Frog; Brian Tracy -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Soft Skills; John Sommez; Manning Publications +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Solve for Happy; Mo Gawdat * Getting Things Done; David Allen -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Slow Productivity; Cal Newport; Penguin Random House +* Atomic Habits; James Clear; Random House Business +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Soft Skills; John Sommez; Manning Publications +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * So Good They Can't Ignore You; Cal Newport; Business Plus -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Stop starting, start finishing; Arne Roock; Lean-Kanban University * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Solve for Happy; Mo Gawdat -* Ultralearning; Anna Laurent; Self-published via Amazon +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * Digital Minimalism; Cal Newport; Portofolio Penguin -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Atomic Habits; James Clear; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House +* Ultralearning; Anna Laurent; Self-published via Amazon [Here are notes of mine for some of the books](../notes/index.md) @@ -137,29 +137,29 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Functional programming lecture; Remote University of Hagen -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Apache Tomcat Best Practises; 3-day on-site training -* Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * Developing IaC with Terraform (with Live Lessons); 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 * Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* AWS Immersion Day; Amazon; 1-day interactive online training +* The Well-Grounded Rubyist Video Edition; David. A. Black; 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) +* MySQL Deep Dive Workshop; 2-day on-site training * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Apache Tomcat Best Practises; 3-day on-site training * Protocol buffers; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* AWS Immersion Day; Amazon; 1-day interactive online training +* Functional programming lecture; Remote University of Hagen +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* How CPUs work at https://cpu.land * Advanced Bash-Scripting Guide ## Podcasts @@ -168,45 +168,45 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable -* The Pragmatic Engineer Podcast -* BSD Now -* Hidden Brain -* Deep Questions with Cal Newport * Dev Interrupted -* The ProdCast (Google SRE Podcast) * Fork Around And Find Out -* Fallthrough [Golang] * The Changelog Podcast(s) * Backend Banter * Cup o' Go [Golang] +* The Pragmatic Engineer Podcast +* Fallthrough [Golang] +* The ProdCast (Google SRE Podcast) +* BSD Now +* Deep Questions with Cal Newport +* Hidden Brain +* Maintainable ### 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. +* Java Pub House * CRE: Chaosradio Express [german] -* Go Time (predecessor of fallthrough) -* Ship It (predecessor of Fork Around And Find Out) * Modern Mentor * FLOSS weekly -* Java Pub House +* Ship It (predecessor of Fork Around And Find Out) +* 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: +* VK Newsletter +* Monospace Mentor * Register Spill -* The Imperfectionist -* Changelog News * The Pragmatic Engineer +* Ruby Weekly +* Changelog News * Andreas Brandhorst Newsletter (Sci-Fi author) -* Monospace Mentor -* VK Newsletter +* Golang Weekly * Applied Go Weekly Newsletter -* Ruby Weekly * byteSizeGo -* Golang Weekly +* The Imperfectionist * The Valuable Dev # Formal education -- cgit v1.2.3 From c28c7bcc351150911c49aabc551d2eef328b0b06 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 15 Feb 2025 21:57:18 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 7eebdf3e..799c7a9c 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,101 +35,101 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* 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 +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Raku Recipes; J.J. Merelo; Apress +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Ultimate Go Notebook; Bill Kennedy +* Effective Java; Joshua Bloch; Addison-Wesley Professional * Modern Perl; Chromatic ; Onyx Neon Press -* Effective awk programming; Arnold Robbins; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Funktionale Programmierung; Peter Pepper; Springer +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* C++ Programming Language; Bjarne Stroustrup; +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; -* Raku Recipes; J.J. Merelo; Apress +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Leanring eBPF; Liz Rice; O'Reilly +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* Systemprogrammierung in Go; Frank Müller; dpunkt -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The Docker Book; James Turnbull; Kindle -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* 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 +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* DNS and BIND; Cricket Liu; O'Reilly * The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* The Docker Book; James Turnbull; Kindle +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Developing Games in Java; David Brackeen and others...; New Riders * The Pragmatic Programmer; David Thomas; Addison-Wesley * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Funktionale Programmierung; Peter Pepper; Springer -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Effective awk programming; Arnold Robbins; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Developing Games in Java; David Brackeen and others...; New Riders -* Pro Puppet; James Turnbull, Jeffrey McCune; Apress * 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; +* Raku Fundamentals; Moritz Lenz; Apress +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Ultimate Go Notebook; Bill Kennedy -* Perl New Features; Joshua McAdams, brian d foy; Perl School * Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Raku Fundamentals; Moritz Lenz; Apress -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Leanring eBPF; Liz Rice; O'Reilly -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook ## 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: -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly +* Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas +* 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 ## Self-development and soft-skills books In random order: -* The Off Switch; Mark Cropley; Virgin Books -* 101 Essays that change the way you think; Brianna Wiest; Audible -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* The Power of Now; Eckhard Tolle; Yellow Kite -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* Eat That Frog; Brian Tracy -* Deep Work; Cal Newport; Piatkus -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Ultralearning; Scott Young; Thorsons -* The Joy of Missing Out; Christina Crook; New Society Publishers +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Solve for Happy; Mo Gawdat * Getting Things Done; David Allen +* The Off Switch; Mark Cropley; Virgin Books +* Digital Minimalism; Cal Newport; Portofolio Penguin * Atomic Habits; James Clear; Random House Business -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Soft Skills; John Sommez; Manning Publications -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* 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 +* Eat That Frog; Brian Tracy * The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Power of Now; Eckhard Tolle; Yellow Kite +* The Joy of Missing Out; Christina Crook; New Society Publishers +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Slow Productivity; Cal Newport; Penguin Random House +* Solve for Happy; Mo Gawdat +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* 101 Essays that change the way you think; Brianna Wiest; Audible +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* So Good They Can't Ignore You; Cal Newport; Business Plus +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Deep Work; Cal Newport; Piatkus +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * Ultralearning; Anna Laurent; Self-published via Amazon +* Ultralearning; Scott Young; Thorsons +* The Bullet Journal Method; Ryder Carroll; Fourth Estate [Here are notes of mine for some of the books](../notes/index.md) @@ -137,30 +137,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. * 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) -* MySQL Deep Dive Workshop; 2-day on-site training -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training * Apache Tomcat Best Practises; 3-day on-site training +* Functional programming lecture; Remote University of Hagen * Protocol buffers; O'Reilly Online -* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * AWS Immersion Day; Amazon; 1-day interactive online training -* Functional programming lecture; Remote University of Hagen -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Scripting Vim; Damian Conway; O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* 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) +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* Developing IaC with Terraform (with Live Lessons); 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 +* How CPUs work at https://cpu.land +* Raku Guide at https://raku.guide ## Podcasts @@ -168,46 +168,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Dev Interrupted +* Fallthrough [Golang] +* The Pragmatic Engineer Podcast +* BSD Now * Fork Around And Find Out -* The Changelog Podcast(s) -* Backend Banter +* Dev Interrupted * Cup o' Go [Golang] -* The Pragmatic Engineer Podcast -* Fallthrough [Golang] * The ProdCast (Google SRE Podcast) -* BSD Now -* Deep Questions with Cal Newport * Hidden Brain +* Deep Questions with Cal Newport +* Backend Banter * Maintainable +* The Changelog Podcast(s) ### 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. -* Java Pub House * CRE: Chaosradio Express [german] -* Modern Mentor * FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) +* Modern Mentor * Go Time (predecessor of fallthrough) +* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * VK Newsletter +* Changelog News +* byteSizeGo +* The Valuable Dev +* Golang Weekly +* The Pragmatic Engineer * Monospace Mentor * Register Spill -* The Pragmatic Engineer +* Applied Go Weekly Newsletter * Ruby Weekly -* Changelog News * Andreas Brandhorst Newsletter (Sci-Fi author) -* Golang Weekly -* Applied Go Weekly Newsletter -* byteSizeGo * The Imperfectionist -* The Valuable Dev # Formal education -- cgit v1.2.3 From 25ccc92b78135a5e494b170b65329e2b88b10815 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 16 Feb 2025 11:19:01 +0200 Subject: Update content for md --- about/resources.md | 180 ++++++++++++++++++++++++++--------------------------- 1 file changed, 90 insertions(+), 90 deletions(-) (limited to 'about/resources.md') diff --git a/about/resources.md b/about/resources.md index 799c7a9c..0b77567d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,101 +35,101 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Higher Order Perl; Mark Dominus; Morgan Kaufmann -* Raku Recipes; J.J. Merelo; Apress -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Ultimate Go Notebook; Bill Kennedy -* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Java ist auch eine Insel; Christian Ullenboom; +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Modern Perl; Chromatic ; Onyx Neon Press -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Funktionale Programmierung; Peter Pepper; Springer -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* C++ Programming Language; Bjarne Stroustrup; -* Terraform Cookbook; Mikael Krief; Packt Publishing +* Systemprogrammierung in Go; Frank Müller; dpunkt +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Leanring eBPF; Liz Rice; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* Ultimate Go Notebook; Bill Kennedy +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers * Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Effective awk programming; Arnold Robbins; O'Reilly * 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 -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* DNS and BIND; Cricket Liu; O'Reilly -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * The Docker Book; James Turnbull; Kindle -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Raku Fundamentals; Moritz Lenz; Apress +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Developing Games in Java; David Brackeen and others...; New Riders -* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Terraform Cookbook; Mikael Krief; Packt Publishing +* DNS and BIND; Cricket Liu; O'Reilly * 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Funktionale Programmierung; Peter Pepper; Springer * Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* Raku Fundamentals; Moritz Lenz; Apress -* Systemprogrammierung in Go; Frank Müller; dpunkt -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner * Site Reliability Engineering; How Google runs production systems; O'Reilly -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* Raku Recipes; J.J. Merelo; Apress +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Leanring eBPF; Liz Rice; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook ## 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: +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas * Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley -* 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 * The Linux Programming Interface; Michael Kerrisk; No Starch Press -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Getting Things Done; David Allen -* The Off Switch; Mark Cropley; Virgin Books +* Solve for Happy; Mo Gawdat +* Deep Work; Cal Newport; Piatkus +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* The Bullet Journal Method; Ryder Carroll; Fourth Estate * Digital Minimalism; Cal Newport; Portofolio Penguin +* 101 Essays that change the way you think; Brianna Wiest; Audible +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * Atomic Habits; James Clear; Random House Business -* Soft Skills; John Sommez; Manning Publications +* Staff Engineer: Leadership beyond the management track; Will Larson; Audible * The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* 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 -* Eat That Frog; Brian Tracy -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly * The Power of Now; Eckhard Tolle; Yellow Kite +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* The Off Switch; Mark Cropley; Virgin Books +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Ultralearning; Anna Laurent; Self-published via Amazon +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* So Good They Can't Ignore You; Cal Newport; Business Plus * The Joy of Missing Out; Christina Crook; New Society Publishers -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Solve for Happy; Mo Gawdat -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* 101 Essays that change the way you think; Brianna Wiest; Audible +* Soft Skills; John Sommez; Manning Publications +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* So Good They Can't Ignore You; Cal Newport; Business Plus +* Getting Things Done; David Allen +* Slow Productivity; Cal Newport; Penguin Random House +* Ultralearning; Scott Young; Thorsons * The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* Eat That Frog; Brian Tracy * Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* Deep Work; Cal Newport; Piatkus -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* Staff Engineer: Leadership beyond the management track; Will Larson; Audible -* Ultralearning; Anna Laurent; Self-published via Amazon -* Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate [Here are notes of mine for some of the books](../notes/index.md) @@ -137,30 +137,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* 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 * Functional programming lecture; Remote University of Hagen -* Protocol buffers; O'Reilly Online -* MySQL Deep Dive Workshop; 2-day on-site training -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * AWS Immersion Day; Amazon; 1-day interactive online training -* Scripting Vim; Damian Conway; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training * Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Scripting Vim; Damian Conway; O'Reilly Online +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online * 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) -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Ultimate Go Programming; Bill Kennedy; 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 +* Protocol buffers; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. ## 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 * Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land -* Raku Guide at https://raku.guide ## Podcasts @@ -168,46 +168,46 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Fallthrough [Golang] -* The Pragmatic Engineer Podcast -* BSD Now +* Maintainable * Fork Around And Find Out -* Dev Interrupted -* Cup o' Go [Golang] -* The ProdCast (Google SRE Podcast) -* Hidden Brain * Deep Questions with Cal Newport * Backend Banter -* Maintainable +* Dev Interrupted +* Hidden Brain * The Changelog Podcast(s) +* The Pragmatic Engineer Podcast +* The ProdCast (Google SRE Podcast) +* BSD Now +* Cup o' Go [Golang] +* Fallthrough [Golang] ### 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] +* Java Pub House +* Modern Mentor * FLOSS weekly * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor * Go Time (predecessor of fallthrough) -* Java Pub House ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: * VK Newsletter -* Changelog News +* The Pragmatic Engineer +* Andreas Brandhorst Newsletter (Sci-Fi author) +* The Imperfectionist * byteSizeGo -* The Valuable Dev * Golang Weekly -* The Pragmatic Engineer * Monospace Mentor -* Register Spill +* Changelog News * Applied Go Weekly Newsletter +* Register Spill * Ruby Weekly -* Andreas Brandhorst Newsletter (Sci-Fi author) -* The Imperfectionist +* The Valuable Dev # Formal education -- cgit v1.2.3