From b66a23862d427f36639642ee1bda93ba8c0b0b24 Mon Sep 17 00:00:00 2001 From: Piercel <98626003+Piercel2022@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:22:43 +0100 Subject: [PATCH 1/3] Added new book entry and marked Git Apprentice's Book as complete --- books/book_ideas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/books/book_ideas.md b/books/book_ideas.md index 1a92ca4e..48012be7 100644 --- a/books/book_ideas.md +++ b/books/book_ideas.md @@ -7,4 +7,5 @@ - [ ] CVS by tutorials - [ ] Fortran for fun and profit - [x] RxSwift by tutorials -- [ ] Mastering git +- [x ] Mastering git +- [ ] Care and feeding of developers From 422c900b931300c2871c86104c45cd0be5effd4b Mon Sep 17 00:00:00 2001 From: Piercel <98626003+Piercel2022@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:41:41 +0100 Subject: [PATCH 2/3] Adding empty tutorials directory --- tutorials/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tutorials/.keep diff --git a/tutorials/.keep b/tutorials/.keep new file mode 100644 index 00000000..e69de29b From 092413a7e3f0a16995d999418fcbe3bf41450aa2 Mon Sep 17 00:00:00 2001 From: Piercel <98626003+Piercel2022@users.noreply.github.com> Date: Mon, 7 Mar 2022 00:49:04 +0100 Subject: [PATCH 3/3] Mastering all the technologies of web development --- tutorials/tutorial_ideas.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tutorials/tutorial_ideas.md diff --git a/tutorials/tutorial_ideas.md b/tutorials/tutorial_ideas.md new file mode 100644 index 00000000..ace72f06 --- /dev/null +++ b/tutorials/tutorial_ideas.md @@ -0,0 +1,5 @@ +# Tutorial Ideas +[ ] Mastering PalmOS +[ ] Mastering HTML +[ ] Mastering CSS +[ ] Mastering JavaScript