Estas preguntas resumen el valor del taller desde la mirada del tallerista: qué se buscó provocar, qué aprendieron los alumnos y por qué CI/CD importa cuando el software deja de ser una práctica aislada y se convierte en trabajo de equipo.
These questions summarize the value of the workshop from the facilitator's perspective: what it aimed to spark, what students learned, and why CI/CD matters when software stops being an isolated exercise and becomes teamwork.
Pregunta 01
Question 01
¿Qué idea querías que los alumnos se llevaran desde el primer día?
What idea did you want students to take from day one?
Que una aplicación no termina cuando corre en la computadora del desarrollador. El verdadero reto aparece cuando el proyecto debe funcionar para todos, recibir cambios de varias personas y publicarse con confianza.
That an application is not finished when it runs on the developer's computer. The real challenge begins when the project must work for everyone, receive changes from several people, and be published with confidence.
Pregunta 02
Question 02
¿Qué hizo que el taller fuera especialmente práctico?
What made the workshop especially practical?
Los alumnos construyeron una aplicación NodeJS, escribieron pruebas con Jest y conectaron el repositorio a GitHub Actions para validar cambios automáticamente antes de llevarlos al servidor.
Students built a NodeJS application, wrote tests with Jest, and connected the repository to GitHub Actions to validate changes automatically before sending them to the server.
Pregunta 03
Question 03
¿Cómo se conectó el trabajo individual con el colaborativo?
How did individual work connect with collaborative work?
Primero cada estudiante entendió el flujo base de la aplicación. Después, el proyecto colaborativo permitió ver conflictos, revisiones, automatizaciones y responsabilidades compartidas dentro de un repositorio vivo.
First, each student understood the application's base flow. Then the collaborative project exposed conflicts, reviews, automations, and shared responsibilities inside a living repository.
Pregunta 04
Question 04
¿Qué automatizaciones ayudaron a reforzar la mentalidad DevOps?
Which automations reinforced the DevOps mindset?
Se validó la existencia de archivos críticos, se ejecutaron pruebas automáticas, se desplegó continuamente a un VPS y se notificó a colaboradores mediante comentarios cuando sus cambios eran publicados.
Critical files were validated, automated tests were executed, continuous deployment to a VPS was performed, and collaborators were notified through comments when their changes were published.
Pregunta 05
Question 05
¿Cuál fue el aprendizaje más importante para una audiencia de 4to a 9no semestre?
What was the most important lesson for students from 4th to 9th semester?
Comprender que DevOps no es solo una herramienta, sino una forma de cuidar el ciclo completo del software: desde el commit hasta la disponibilidad de la aplicación para los usuarios.
Understanding that DevOps is not just a tool, but a way to care for the full software cycle: from the commit to the application's availability for users.
Pregunta 06
Question 06
¿Por qué este taller puede influir en su ruta profesional?
Why can this workshop influence their professional path?
Porque les dio una primera experiencia concreta con prácticas que se usan en equipos reales. Para quien tenga curiosidad por infraestructura, automatización y calidad, puede ser el punto de partida hacia DevOps.
Because it gave them a concrete first experience with practices used by real teams. For anyone curious about infrastructure, automation, and quality, it can be a starting point toward DevOps.