From e2ed319fba0e4968706c7887d13c32b3829295a7 Mon Sep 17 00:00:00 2001 From: Ashu Date: Sun, 22 Oct 2023 15:15:14 +0530 Subject: [PATCH 1/8] Update subjects.md --- documentation/subjects.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/documentation/subjects.md b/documentation/subjects.md index 67729d83179..3e6a5ae981c 100644 --- a/documentation/subjects.md +++ b/documentation/subjects.md @@ -3,22 +3,30 @@ Feel free to add suggestions for new Subjects to the list as part of your PR! Be sure to insert them alphabetically. ``` +Artificial Intelligence Bash/Shell Code Foundations +Cloud Computing +Computer Networks Computer Science Cybersecurity Data Science Data Visualization +Database Management Developer Tools +Digital Forensics Discrete Math +Ethical Hacking Game Development Information Technology Interview Prep iOS +IoT Machine Learning Mobile Development Networking +Operating System +Quantum Computing Web Design Web Development -AI ``` From f2a31e0328e42b9dbfeabb9e928cd92e0ced62e6 Mon Sep 17 00:00:00 2001 From: Ashu Date: Sun, 22 Oct 2023 15:24:50 +0530 Subject: [PATCH 2/8] Update cybersecurity.md --- content/cybersecurity/cybersecurity.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/cybersecurity/cybersecurity.md b/content/cybersecurity/cybersecurity.md index 1b34e84ce59..c104c41c44f 100644 --- a/content/cybersecurity/cybersecurity.md +++ b/content/cybersecurity/cybersecurity.md @@ -26,3 +26,4 @@ Cybersecurity work involves the following programming languages: - [C](https://www.codecademy.com/resources/docs/c) and [C++] are low-level and can directly access RAM and system processes. - [SQL](https://www.codecademy.com/resources/docs/sql) and its features in database security. - [PHP](https://www.codecademy.com/resources/docs/php) protects against DDoS (distributed denial of service) attacks. +- [Shell Scripting (Bash, PowerShell)](https://www.codecademy.com/catalog/language/bash) automating tasks, managing configurations, and analyzing system data in their respective operating systems From 2f43929fc3afe2f566a8659aebf1a7deaa368289 Mon Sep 17 00:00:00 2001 From: Ashu Date: Sun, 22 Oct 2023 23:39:09 +0530 Subject: [PATCH 3/8] Delete documentation/subjects.md --- documentation/subjects.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 documentation/subjects.md diff --git a/documentation/subjects.md b/documentation/subjects.md deleted file mode 100644 index 3e6a5ae981c..00000000000 --- a/documentation/subjects.md +++ /dev/null @@ -1,32 +0,0 @@ -# Subjects - -Feel free to add suggestions for new Subjects to the list as part of your PR! Be sure to insert them alphabetically. - -``` -Artificial Intelligence -Bash/Shell -Code Foundations -Cloud Computing -Computer Networks -Computer Science -Cybersecurity -Data Science -Data Visualization -Database Management -Developer Tools -Digital Forensics -Discrete Math -Ethical Hacking -Game Development -Information Technology -Interview Prep -iOS -IoT -Machine Learning -Mobile Development -Networking -Operating System -Quantum Computing -Web Design -Web Development -``` From 81bdebb540ed482df70f3b6b4146632e0e527a40 Mon Sep 17 00:00:00 2001 From: Ashu Date: Sun, 22 Oct 2023 23:44:03 +0530 Subject: [PATCH 4/8] Update cybersecurity.md --- content/cybersecurity/cybersecurity.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/cybersecurity/cybersecurity.md b/content/cybersecurity/cybersecurity.md index c104c41c44f..fc9c2688281 100644 --- a/content/cybersecurity/cybersecurity.md +++ b/content/cybersecurity/cybersecurity.md @@ -26,4 +26,5 @@ Cybersecurity work involves the following programming languages: - [C](https://www.codecademy.com/resources/docs/c) and [C++] are low-level and can directly access RAM and system processes. - [SQL](https://www.codecademy.com/resources/docs/sql) and its features in database security. - [PHP](https://www.codecademy.com/resources/docs/php) protects against DDoS (distributed denial of service) attacks. -- [Shell Scripting (Bash, PowerShell)](https://www.codecademy.com/catalog/language/bash) automating tasks, managing configurations, and analyzing system data in their respective operating systems +- [Bash](https://www.codecademy.com/resources/docs/command-line/bash) automating tasks, managing configurations, and analyzing system data in their respective operating systems +- [PowerShell](https://www.codecademy.com/resources/docs/powershell) automating tasks and analyzing system data From 332a87d3be11f27323d8ebb50369cb32c7a7dbd0 Mon Sep 17 00:00:00 2001 From: Ashu104 Date: Mon, 23 Oct 2023 00:04:44 +0530 Subject: [PATCH 5/8] Revert "Delete documentation/subjects.md" reverting change This reverts commit 2f43929fc3afe2f566a8659aebf1a7deaa368289. --- documentation/subjects.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 documentation/subjects.md diff --git a/documentation/subjects.md b/documentation/subjects.md new file mode 100644 index 00000000000..3e6a5ae981c --- /dev/null +++ b/documentation/subjects.md @@ -0,0 +1,32 @@ +# Subjects + +Feel free to add suggestions for new Subjects to the list as part of your PR! Be sure to insert them alphabetically. + +``` +Artificial Intelligence +Bash/Shell +Code Foundations +Cloud Computing +Computer Networks +Computer Science +Cybersecurity +Data Science +Data Visualization +Database Management +Developer Tools +Digital Forensics +Discrete Math +Ethical Hacking +Game Development +Information Technology +Interview Prep +iOS +IoT +Machine Learning +Mobile Development +Networking +Operating System +Quantum Computing +Web Design +Web Development +``` From f0b7b0d1a0e30d267e30e40d8f8d0549077c0d5a Mon Sep 17 00:00:00 2001 From: Ashu Date: Tue, 24 Oct 2023 00:03:02 +0530 Subject: [PATCH 6/8] Update subjects.md --- documentation/subjects.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/documentation/subjects.md b/documentation/subjects.md index 3e6a5ae981c..67729d83179 100644 --- a/documentation/subjects.md +++ b/documentation/subjects.md @@ -3,30 +3,22 @@ Feel free to add suggestions for new Subjects to the list as part of your PR! Be sure to insert them alphabetically. ``` -Artificial Intelligence Bash/Shell Code Foundations -Cloud Computing -Computer Networks Computer Science Cybersecurity Data Science Data Visualization -Database Management Developer Tools -Digital Forensics Discrete Math -Ethical Hacking Game Development Information Technology Interview Prep iOS -IoT Machine Learning Mobile Development Networking -Operating System -Quantum Computing Web Design Web Development +AI ``` From 57e1ce376f6872c93bc2e74dc6c4c168a32b8406 Mon Sep 17 00:00:00 2001 From: SSwiniarski <86081858+SSwiniarski@users.noreply.github.com> Date: Tue, 24 Oct 2023 07:30:49 -0400 Subject: [PATCH 7/8] Update cybersecurity.md --- content/cybersecurity/cybersecurity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/cybersecurity/cybersecurity.md b/content/cybersecurity/cybersecurity.md index fc9c2688281..dcd54b588be 100644 --- a/content/cybersecurity/cybersecurity.md +++ b/content/cybersecurity/cybersecurity.md @@ -26,5 +26,5 @@ Cybersecurity work involves the following programming languages: - [C](https://www.codecademy.com/resources/docs/c) and [C++] are low-level and can directly access RAM and system processes. - [SQL](https://www.codecademy.com/resources/docs/sql) and its features in database security. - [PHP](https://www.codecademy.com/resources/docs/php) protects against DDoS (distributed denial of service) attacks. -- [Bash](https://www.codecademy.com/resources/docs/command-line/bash) automating tasks, managing configurations, and analyzing system data in their respective operating systems -- [PowerShell](https://www.codecademy.com/resources/docs/powershell) automating tasks and analyzing system data +- [Bash](https://www.codecademy.com/resources/docs/command-line/bash) automating tasks, managing configurations, and analyzing system data in their respective operating systems. +- [PowerShell](https://www.codecademy.com/resources/docs/powershell) automating tasks and analyzing system data. From 9194c0c884d134c2c4f5817083ee9fc14227ef5d Mon Sep 17 00:00:00 2001 From: Caupolican Diaz Date: Mon, 30 Oct 2023 14:17:27 -0700 Subject: [PATCH 8/8] review edits --- content/cybersecurity/cybersecurity.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/cybersecurity/cybersecurity.md b/content/cybersecurity/cybersecurity.md index dcd54b588be..fa4dc6cf24f 100644 --- a/content/cybersecurity/cybersecurity.md +++ b/content/cybersecurity/cybersecurity.md @@ -23,8 +23,8 @@ As a concept, cybersecurity covers everything from network and application secur Cybersecurity work involves the following programming languages: - [Python](https://www.codecademy.com/resources/docs/python) features tools for common tasks such as malware analysis. -- [C](https://www.codecademy.com/resources/docs/c) and [C++] are low-level and can directly access RAM and system processes. -- [SQL](https://www.codecademy.com/resources/docs/sql) and its features in database security. -- [PHP](https://www.codecademy.com/resources/docs/php) protects against DDoS (distributed denial of service) attacks. -- [Bash](https://www.codecademy.com/resources/docs/command-line/bash) automating tasks, managing configurations, and analyzing system data in their respective operating systems. -- [PowerShell](https://www.codecademy.com/resources/docs/powershell) automating tasks and analyzing system data. +- [C](https://www.codecademy.com/resources/docs/c) and [C++](https://www.codecademy.com/resources/docs/cpp) are low-level languages that can directly access RAM and system processes. +- [SQL](https://www.codecademy.com/resources/docs/sql) and its features are used in database security. +- [PHP](https://www.codecademy.com/resources/docs/php) can be used to protect against DDoS (Distributed Denial of Service) attacks. +- [Bash](https://www.codecademy.com/resources/docs/command-line/bash) can automate tasks, manage configurations, and analyze system data. +- [PowerShell](https://www.codecademy.com/resources/docs/powershell) like BASH, is used in automating tasks and analyzing system data.