1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-18 23:21:18 +02:00

Remove bonus content

This commit is contained in:
Kamran Ahmed
2022-12-23 18:11:21 +04:00
parent b1da55261b
commit 03ce53bffc
2 changed files with 1 additions and 8 deletions

View File

@@ -144,6 +144,5 @@
"scalability:instrumentation-monitoring-telemetry": "/roadmaps/101-backend/content/123-scalability/101-instrumentation-monitoring-telemetry.md",
"scalability:migration-strategies": "/roadmaps/101-backend/content/123-scalability/102-migration-strategies.md",
"scalability:horizontal-vertical-scaling": "/roadmaps/101-backend/content/123-scalability/103-horizontal-vertical-scaling.md",
"scalability:observability": "/roadmaps/101-backend/content/123-scalability/104-observability.md",
"bonus-content": "/roadmaps/101-backend/content/124-bonus-content.md"
"scalability:observability": "/roadmaps/101-backend/content/123-scalability/104-observability.md"
}

View File

@@ -1,6 +0,0 @@
# Bonus Content
Following expands on the topics covered in the roadmap and has the items which were missed in the roadmap.
* **Regular Expressions**: Regular expressions are a powerful tool for string manipulation. They are used in many programming languages and are a must know for any developer. [RegexOne](https://regexone.com/) is a good place to start learning regular expressions.
* **Basic Frontend Knowledge:** Have a look at the [Frontend Roadmap](https://roadmap.sh/frontend) and get a basic understanding of frontend technologies.