summaryrefslogtreecommitdiff
path: root/content/html/resources.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/html/resources.html')
-rw-r--r--content/html/resources.html97
1 files changed, 97 insertions, 0 deletions
diff --git a/content/html/resources.html b/content/html/resources.html
new file mode 100644
index 00000000..6485da10
--- /dev/null
+++ b/content/html/resources.html
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>buetow.org</title>
+<meta charset='utf-8'>
+<style>
+body { background-color: #282c34; color: #dfdfdf; margin: auto; max-width: 900px; }
+img { display: block; max-width: 70%;}
+pre { color: #ecbe7b; }
+blockquote { color: #ecbe7b; }
+a { color: #c678dd; text-decoration: none; }
+a.textlink:before { content: " > "; }
+a:hover { color: #51afef; text-decoration: underline; }
+h1 { color: #ff6c6b; }
+h2, h3, h4, h5, h6 { color: #51afef; }
+li { color: #98be65; }
+</style>
+</head>
+<body>
+<pre>Last updated 2021-04-29</pre>
+<a href="./">Go back to the main site</a><br />
+<h1>Resources</h1>
+<p>This is a list of resources I found useful. I am not an expert in all (but some) of these topics but all the resources listed here made an impact on me. I've read some of the books quite a long time ago, so there might be newer editions out there already and I might need to refresh some of the knowledge.</p>
+<p>The list may not be exhaustive but I will be adding more in the future. I strongly believe that educating yourself further is one of the most important things you should do in order to advance. The lists are in random order and reshuffled every time (via *sort -R*) when updates are made.</p>
+<p>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...</p>
+<h2>Technical books</h2>
+<ul>
+<li>Advanced Bash-Scripting Guide; Not a book by per-se but could be</li>
+<li>Java ist auch eine Insel; Christian Ullenboom; </li>
+<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
+<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li>
+<li>The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional</li>
+<li>C++ Programming Language; Bjarne Stroustrup; (I've to admit that was a long time ago I've read this book)</li>
+<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li>
+<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
+<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
+<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
+<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li>
+<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
+<li>DNS and BIND; Cricket Liu; O'Reilly</li>
+<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li>
+<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; MIT Press</li>
+<li>The Docker Book; James Turnbull; Kindle</li>
+<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li>
+</ul>
+<h2>Technical bibles</h2>
+<p>I didn't read them from the beginning to the end, but I am using them to look up things.</p>
+<ul>
+<li>Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly</li>
+<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li>
+</ul>
+<h2>Self-development and soft-skills books</h2>
+<ul>
+<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li>
+<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li>
+<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li>
+<li>The Complete Software Developer's Career Guide; John Sonmez; Audible</li>
+<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li>
+<li>The Off Switch; Mark Cropley; Virgin Books</li>
+<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li>
+<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University</li>
+<li>Deep Work; Cal Newport; Piatkus</li>
+<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li>
+<li>Atomic Habits; James Clear; Random House Business</li>
+<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li>
+<li>The Power of Now; Eckhard Tolle; Yellow Kite</li>
+<li>Ultralearning; Scott Young; Thorsons</li>
+<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li>
+</ul>
+<h2>Technical video lectures and courses</h2>
+<p>Some of these were in-person with exams, others were online learning lectures only.</p>
+<ul>
+<li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li>
+<li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li>
+<li>Scripting Vim; Damian Conway; O'Reilly Online</li>
+<li>F5 Loadbalancers Training; 2 day on-site training; F5, Inc. </li>
+<li>Functional programming lecture; Remote University of Hagen</li>
+<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li>
+<li>Red Hat Certified System Administrator; Course + certification (Although I had the option I decided not to take the next course as it is more effective to self learn what I need)</li>
+<li>Apache Tomcat Best Practises; 3 day on-site training</li>
+<li>MySQL Deep Dive Workshop; 2 day on-site training</li>
+</ul>
+<h2>Fiction and more books</h2>
+<p>Many fiction and non-fiction books I read are not listed here. This site mostly includes resources which made an impact on me regarding the work I do only and not on my personal life. Do you recommend a good Science Fiction Novel? E-Mail me; I can also provide my own recommendations! :-)</p>
+<h2>Formal education</h2>
+<p>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 certain 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.</p>
+<p>However, I still believe a degree in Computer Science helps to achieve a good understanding of all the theory involved which you would have never learned about otherwise. Isn't it cool to understand how compiler work under the hood (automata theory) even if in your current position you are not required to hack the compiler? You could apply the same theory for other things also. This was just *one* example.</p>
+<ul>
+<li>German School Majors (Abitur), focus areas: German and Mathematics</li>
+<li>Practical working semester; I spent half a year as a C/C++ programmer abroad in Sofia, Bulgaria</li>
+<li>Diplom-Inform. (FH); Aachen University of Applied Sciences</li>
+<li>Diploma Thesis: Design and implementation of a Distributed Systems Simulator implemented in Java</li>
+</ul>
+<p>I was one of the last students to whom was 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 literally translated "Diploma in Informatics from a University of Applied Sciences (FH: Fachhochschule)". Going after the international student credit score it is settled between a Bachelor of Computer Science and a Master of Computer Science degree. </p>
+<p>Colleges and Universities are very expensive in many countries. Come to Germany, the first college degree is for free (if you finish within a certain deadline!)</p>
+</body>
+</html>