diff options
Diffstat (limited to 'public/posts/coders-at-work/index.html')
| -rw-r--r-- | public/posts/coders-at-work/index.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/public/posts/coders-at-work/index.html b/public/posts/coders-at-work/index.html new file mode 100644 index 0000000..d6a1a99 --- /dev/null +++ b/public/posts/coders-at-work/index.html @@ -0,0 +1,86 @@ +<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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 – 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> + |
