From bc612a7f3b45e41f5da93a1bbd76d6b93ddc389a Mon Sep 17 00:00:00 2001 From: Stephanie Nnona Date: Thu, 20 Nov 2025 20:42:14 +0000 Subject: [PATCH 1/3] Create README2.md creating a new readme to share my experience so far --- README2.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README2.md diff --git a/README2.md b/README2.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/README2.md @@ -0,0 +1 @@ + From da647ba1d6a45f5c91e8c77318180d79287e0bfd Mon Sep 17 00:00:00 2001 From: Stephanie Nnona Date: Thu, 20 Nov 2025 21:03:04 +0000 Subject: [PATCH 2/3] Add introductory section to README2.md Added initial content about the CBF Data Analytics journey, including learnings and areas for improvement. Still a bit more to add. --- README2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README2.md b/README2.md index 8b13789..9cc2510 100644 --- a/README2.md +++ b/README2.md @@ -1 +1,11 @@ +# My CBF Data Analytics Journey +The journey so far has been an interesting and educative one and I am gratefult to be part of this bootcamp. Below, I'll highlight my learnings and areas for improvements thus far. +## Learnings +### Week 1 +- Setup: To set us up for success in the program, we began by installing the required systems on our computers. I already had SQL, Git and VS Code installed on my system, but I ran into an issue when it came to updating my python version. This was when I first heard of Powershell (apparently, it was already installed on my system but I didn't know of it :sweat_smile:). With Powershell and an extra help from our trainer 😉, we were able to sort this in no time. +### Week 2 + +## Areas for improvement +- Mastering the basic commands for the cmd line and for git. +- Personal reflection to understand areas of strengths and weaknesses. From ce6398e7cecafb65e3ddbc95fbdff138b64d2260 Mon Sep 17 00:00:00 2001 From: Stephanie Nnona Date: Thu, 20 Nov 2025 21:10:35 +0000 Subject: [PATCH 3/3] Refactor README2.md for better readability Revised the structure and formatting of the README2.md file to enhance clarity and organization. --- README2.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README2.md b/README2.md index 9cc2510..7e9ce1e 100644 --- a/README2.md +++ b/README2.md @@ -1,10 +1,13 @@ # My CBF Data Analytics Journey The journey so far has been an interesting and educative one and I am gratefult to be part of this bootcamp. Below, I'll highlight my learnings and areas for improvements thus far. ## Learnings -### Week 1 -- Setup: To set us up for success in the program, we began by installing the required systems on our computers. I already had SQL, Git and VS Code installed on my system, but I ran into an issue when it came to updating my python version. This was when I first heard of Powershell (apparently, it was already installed on my system but I didn't know of it :sweat_smile:). With Powershell and an extra help from our trainer 😉, we were able to sort this in no time. +### Week 1: Setup +To set us up for success in the program, we began by installing the required systems on our computers. I already had SQL, Git and VS Code installed on my system, but I ran into an issue when it came to updating my python version. This was when I first heard of Powershell (apparently, it was already installed on my system but I didn't know of it :sweat_smile:). With Powershell and an extra help from our trainer 😉, we were able to sort this in no time. ### Week 2 +In this week, I was introduced to cybersecurity basics and the command line. +- Cybersecurity: The importance of being cyber aware was emphasized, with myself and my team mates diving deeper into cybersecurity concepts and real world examples of the consequences of a cyber attack. +- Command line: It was interesting to see how else a system can be navigated using command prompts in the terminal....more to come ## Areas for improvement - Mastering the basic commands for the cmd line and for git.