1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Add cyber-security roadmap

This commit is contained in:
Kamran Ahmed 2023-03-04 15:07:36 +00:00
parent 48c04055d5
commit 238245431b
115 changed files with 12377 additions and 6 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -97,7 +97,7 @@ export class Renderer {
switchRoadmap(newJsonUrl) {
const newJsonFileSlug = newJsonUrl.split('/').pop().replace('.json', '');
// Only update the URL
// Update the URL and attach the new roadmap type
if (window?.history?.pushState) {
const url = new URL(window.location);
const type = this.resourceType[0]; // r for roadmap, b for best-practices

View File

@ -0,0 +1 @@
# Computer hardware components

View File

@ -0,0 +1 @@
# Os independent troubleshooting

View File

@ -0,0 +1 @@
# Basics of computer networking

View File

@ -0,0 +1 @@
# Basic it skills

View File

@ -0,0 +1 @@
# Operating systems

View File

@ -0,0 +1 @@
# Ssl and tls basics

View File

@ -0,0 +1 @@
# Basics of nas and san

View File

@ -0,0 +1 @@
# Basics of subnetting

View File

@ -0,0 +1 @@
# Networking knowledge

Some files were not shown because too many files have changed in this diff Show More