summaryrefslogtreecommitdiff
path: root/public/posts/coders-at-work/index.html
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-01-28 14:30:13 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-01-28 14:30:13 +0100
commite99bd99eeedbf38390e0d4d014c35b04a280767b (patch)
tree1c5c045f553205bb70fb50db865b3c34c61f8768 /public/posts/coders-at-work/index.html
parentb56e4a6a679a3151b02749edc0028ce909037cdc (diff)
feat: added new read books
Diffstat (limited to 'public/posts/coders-at-work/index.html')
-rw-r--r--public/posts/coders-at-work/index.html86
1 files changed, 0 insertions, 86 deletions
diff --git a/public/posts/coders-at-work/index.html b/public/posts/coders-at-work/index.html
deleted file mode 100644
index d6a1a99..0000000
--- a/public/posts/coders-at-work/index.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
- <link rel="stylesheet" href="/css/style.css" />
- <link rel="stylesheet" href="/css/fonts.css" />
- <script async type="text/javascript" src="js/code.js"> </script>
-</head>
-
-<div class="container">
- <ul id="bar">
-
- <li>
- <a href="/">go back</a>
- </li>
- <li>|</li>
-
- <li>
- <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a>
- </li>
- <li>|</li>
- <li>
- <a href="https://git.denounce.ai/">git.denounce.ai</a>
- </li>
- <li>|</li>
- <li>
- <a href="https://ohmyghost.nl">ohmyghost.nl</a>
- </li>
- <li>|</li>
- <li>
- <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
- </li>
- <li>|</li>
- <li>
- <a href="/books">book blog</a>
- </li>
-</ul>
-
-
-</div>
-</div>
-<div class="container">
- <h2>Coders at Work</h2>
- <p><em>Coders at Work</em> by Peter Seibel is a great book which I recommend everyone read.
-It relates the experience and learning journey of some of the best programmers of all time, and gives precious insights into their work &ndash; what drove them to become great, what they think is important when programming, and what are their visions for the future.
-These 3 subjects together with answers corroborated from all interviewees form guidelines on how one can become a great programmer themself.<br>
-Here is what I think about each chapter and person.</p>
-<ol>
-<li><em>Jamie Zawinski</em></li>
-</ol>
-<p>Jamie Zawinski currently owns a nightclub in San Francisco, the <a href="https://www.dnalounge.com/">DNA Lounge</a> (imagine how cool this is) and he does not do much programming nowadays as he used to.
-Nevertheless, he began work on Netscape which later evolved into Mozilla Firefox.
-Jamie is a person that has a very outspoken political views and opinions about certain things, which you can read about on his great blog <a href="https://jwz.org/">www.jwz.org</a>.
-I both agree with him on many current worldwide issues and admire him for his past contributions.</p>
-<ol start="2">
-<li>
-<p><em>Brad Fitzpatrick</em></p>
-</li>
-<li>
-<p><em>Douglas Crockford</em></p>
-</li>
-<li>
-<p><em>Brendan Eich</em></p>
-</li>
-<li>
-<p><em>Joshua Bloch</em></p>
-</li>
-<li>
-<p><em>Joe Armstrong</em></p>
-</li>
-</ol>
-
-</div>
-<footer style="vertical-align: bottom;">
- <div style="display: block; margin-left:auto; margin-right:auto;">
- <center>
-
- © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved.
-
- </center>
- </div>
-</footer>
-</body>
-</html>
-