diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-11 11:55:20 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-11 11:55:20 +0300 |
| commit | 751bbae2a83ab505519cc043c86d0e2b9aacbcf7 (patch) | |
| tree | d79123298921fb0bc4ebbf4a9ba93b772114ecea /about | |
| parent | 12b1e6776b64d893b41e07ccd8fbd7dc4a76b080 (diff) | |
Update content for gemtext
Diffstat (limited to 'about')
| -rw-r--r-- | about/resources.gmi | 164 |
1 files changed, 82 insertions, 82 deletions
diff --git a/about/resources.gmi b/about/resources.gmi index f1c7b5ce..e0ca1acb 100644 --- a/about/resources.gmi +++ b/about/resources.gmi @@ -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 => ../notes/index.gmi Here are notes of mine for some of the books @@ -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 |
