1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 20:49:49 +02:00

fix: remove language specifier from url backend-project-ideas.md (#6869)

This commit is contained in:
Ayoub Eddaoudi
2024-08-29 09:45:01 +01:00
committed by GitHub
parent 3f1b1c78a1
commit 21d3728d01

View File

@@ -385,7 +385,7 @@ As a recommendation for technology implementing this project, [Socket.io](http:/
![Content Delivery Network (CDN) Simulator](https://assets.roadmap.sh/guest/cdn-simulator-lv7kl.png)
For this particular backend project, were not going to focus on coding, but rather on backend tools and their configuration. A [CDN](https://aws.amazon.com/es/what-is/cdn/) (or Content Delivery Network) is a platform that allows you to serve static content (like text files, images, audio, etc) safely and reliably.
For this particular backend project, were not going to focus on coding, but rather on backend tools and their configuration. A [CDN](https://aws.amazon.com/what-is/cdn/) (or Content Delivery Network) is a platform that allows you to serve static content (like text files, images, audio, etc) safely and reliably.
Instead of having all files inside the same server, the content is replicated and distributed across a network of servers that can provide you with the files at any given point in time.