-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlearn.json
24 lines (24 loc) · 1.34 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"title": {
"us": "Example Traffic Simulation on Wordpress using Apache Benchmark",
"es": "Ejemplo de simulación de trafico en WordPress usando Apache Benchmark"
},
"slug": "traffic-simulation-on-wordpress",
"description": {
"us": "Learn how to generate artificial traffic on the WordPress site and implement monitoring tools to detect surges in requests and evaluate server performance.",
"es": "Aprende como generar tráfico artificial en el sitio Wordpress e implementa herramientas de monitoreo para detectar las oleadas de peticiones y evaluar el desempeño del servidor."
},
"preview": "https://github.com/breatheco-de/traffic-simulation-on-wordpress/blob/main/assets/preview-traffic.png?raw=true",
"repository": "https://github.com/breatheco-de/traffic-simulation-on-wordpress",
"duration": 2,
"difficulty": "intermediate",
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"technologies": ["network", "wordpress", "cybersecurity","ciberseguridad", "redes"],
"delivery": {
"instructions": {
"us": "Create a text document with the answers to the questions in the instructions",
"es": "Adjunta un documento con las respuestas a las preguntas"
},
"formats": ["application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,text/plain"]
}
}