Added category and pages related to software craftsmanship
continuous-integration/drone/push Build is failing Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2020-07-04 18:27:39 +02:00
parent 0a634e2fcf
commit f0997fbe71
3 changed files with 45 additions and 2 deletions

View File

@ -13,8 +13,11 @@ items:
title: G20
- link: /cv/
title: CV
- link: /cs/
title: Computer Science
- link: /software-craftsman/
title: Software craftsman
items:
- link: /software-craftsman/reading-list/
title: Reading list
- link: /blog/
title: Blog
- link: /about/

23
pages/reading-list.html Normal file
View File

@ -0,0 +1,23 @@
---
title: Reading list
parent_link: /software-craftsman/
description: Here you can find my reading list.
---
<p>
On this page, I will maintain a list of my reading; both planned and finished.
</p>
<h2>Outstanding books</h2>
<ol>
<li>"Working Effectively with Legacy Code" by Michael C. Feathers (ISBN: 0-13-117705-2)</li>
</ol>
<h2>Finished books</h2>
<ul>
<li>
"Apprenticeship Patterns" by David H. Hoover and Adewale Oshineye (ISBN: 978-0-596-51838-7); finished at July 4th 2020
</li>
</ul>

View File

@ -0,0 +1,17 @@
---
layout: category
title: Software craftsman
category: software
description: All my activities related to the journey as software craftsman and related blog posts can be found on this page.
---
<h1>Software craftsman</h1>
<p>
What is a software craftsman? A practitioner of the craft of software development. More articulated explanations
are easily found online by searching for software craftsmanship.
On this page you can find all my activities related to the journey as such a software craftsman. The reading list
linked in the header menu will be updated regularly. Below you can find the blog posts related to this topic.
</p>
<h2>Blog posts</h2>