diff --git a/_data/header-menu.yml b/_data/header-menu.yml index ab57a41..224d0be 100644 --- a/_data/header-menu.yml +++ b/_data/header-menu.yml @@ -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/ diff --git a/pages/reading-list.html b/pages/reading-list.html new file mode 100644 index 0000000..c50ff56 --- /dev/null +++ b/pages/reading-list.html @@ -0,0 +1,23 @@ +--- +title: Reading list +parent_link: /software-craftsman/ +description: Here you can find my reading list. +--- + +

+ On this page, I will maintain a list of my reading; both planned and finished. +

+ +

Outstanding books

+ +
    +
  1. "Working Effectively with Legacy Code" by Michael C. Feathers (ISBN: 0-13-117705-2)
  2. +
+ +

Finished books

+ + \ No newline at end of file diff --git a/software-craftsman/index.html b/software-craftsman/index.html new file mode 100644 index 0000000..176e89e --- /dev/null +++ b/software-craftsman/index.html @@ -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. +--- + +

Software craftsman

+ +

+ 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. +

+ +

Blog posts

\ No newline at end of file