Skip to content

Commit fa3ce7b

Browse files
committed
update: talks data with speaker changes Diego Caceres
1 parent 02b2a86 commit fa3ce7b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/data/talks.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -427,20 +427,20 @@ const allTalks = [
427427
id: 24,
428428
city: "valparaiso",
429429
type: "charla",
430-
title: "Robots comandado vía Web usando Raspberry Pi Pico W y 2W",
431-
description: "Diseño de un robot de suelo programado en MicroPython y controlado vía WiFi con Raspberry Pi Pico W. Se mostrará el uso de impresión 3D y tecnologías abiertas, ideal para entusiastas y principiantes.",
430+
title: "Hackeando con estilo: scripts, café y Python",
431+
description: "En esta charla veremos por qué Python es una herramienta clave en ciberseguridad. Desde automatizar análisis hasta crear scripts para pruebas de penetración, hackeamos (éticamente) con estilo, eficiencia… ¡y mucho café! Descubre librerías esenciales, trucos y buenas prácticas para que tu código sea tan seguro como elegante.",
432432
time: "15:00 - 15:30",
433433
room: "Salón A101",
434434
speaker: {
435-
name: "Flavio Espeche",
436-
image: "/images/speakers/Flavio_Fabian_Espeche_Nieva.webp",
435+
name: "Diego Caceres Solis",
436+
image: "/images/speakers/Diego_Caceres.webp",
437437
socials: {
438-
linkedin: "https://www.linkedin.com/in/flavioespechenieva/"
438+
linkedin: "https://www.linkedin.com/in/dcaceresso/"
439439
}
440440
},
441441
category: "tecnica",
442-
level: "intermedio",
443-
tags: ["Python", "MicroPython", "Robótica", "IoT", "Raspberry Pi", "Impresión 3D"]
442+
level: "avanzado",
443+
tags: ["Python", "Ciberseguridad", "HackingÉtico","Pentesting", "Automatización"]
444444
},
445445
{
446446
id: 25,

0 commit comments

Comments
 (0)