Skip to content

Commit

Permalink
Update big day program
Browse files Browse the repository at this point in the history
  • Loading branch information
franiglesias committed Sep 7, 2024
1 parent 7fdc1ed commit 0821909
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 12 deletions.
2 changes: 2 additions & 0 deletions data/talks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import mercedesRodriguez from './talks/mercedes-rodriguez';
import jankoMiguel from './talks/janko-miguel';
import nadiaSantalla from './talks/nadia-santalla';
import santiHerrero from './talks/santi-herrero';
import krisztinaHirth from "./talks/krisztina-hirth";

export default {
'julia-duran': juliaDuran,
Expand All @@ -30,4 +31,5 @@ export default {
'berny-cantos': bernyCantos,
'annegret-junker': annegretJunker,
'dorra-bartaguiz': dorraBartaguiz,
'krisztina-hirth': krisztinaHirth,
}
16 changes: 16 additions & 0 deletions data/talks/krisztina-hirth.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export default {
title: '🇬🇧 Shifting from Projects to Feedback-Based Product Development 🇬🇧',
speaker:
{
image: 'krisztina-hirth.jpeg',
name: 'Krisztina Hirth',
link: ''
}
,
description: [
'As software continues to dominate the business landscape, there is a growing need for better digital products built with a feedback-based approach. While many organizations think they are agile, interviewing customers and preparing design mockups for weeks, followed by a backlog for the next six months, is still waterfall development. Most people involved in product development are unaware of how having a project or a product mindset influences the digital solution. They usually blame the developers when the software becomes slow, hard to maintain and error-prone, and the developers blame product managers and designers for continuously "changing the requirements".',
'This talk will show that it does not need to be like this. Product development is a very creative industry with significant challenges and great rewards. Instead of seeing only problems, stress and frustration, you will hear how, even in software companies working as contractors, it is possible to enjoy the work by focusing on the really important things. We have everything we need to create better products but we need to refocus on the original goal: enabling the users to solve their job. 
During the talk, we will learn how can we use known methods, techniques and practices for adopting a feedback-based approach. We will delve into how to decide what to build next and how much of it, define milestones, and determine when they are reached, to name a few examples. You will leave the session better equipped to build digital products that are more responsive to customer needs, reduce the risk of failure, promote innovation and offer fulfilment to those building them.'
],
schedule: 'Sábado 13:20-14:00',
twitter: ''
}
2 changes: 1 addition & 1 deletion data/talks/maria-calzada.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export default {
description: [
'Te contaré todo lo que desconocía antes de unirme al equipo de pagos. Es todo un reto y sabrás por qué, te adelanto una de ellas: no se puede hacer integración continua. De verdad, no es una excusa, hacerlo tiene implicaciones legales. A pesar de ello, puede que salgas con ganas de cambiar de equipo :P'
],
schedule: 'Sábado 10:00-10:30',
schedule: 'Sábado 10:00-10:40',
twitter: ''
}
4 changes: 2 additions & 2 deletions data/workshops/irene-piccoli.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
title: 'TBC',
title: 'Introducción a mutation testing',
speaker: [
{
image: 'irene-piccoli.jpg',
Expand All @@ -8,7 +8,7 @@ export default {
}
],
description: [
'',
'En este taller se mostrará que es y como funciona el mutation testing. Se analizarán los resultados en un código legacy y debatiremos cuales son las mejores soluciones.',
],
schedule: 'Viernes 09:00-11:00',
track: 'Crafters Backend',
Expand Down
21 changes: 12 additions & 9 deletions pages/program/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<!----->
<tr class="program-day__table-slot program-day__table-slot--1h program-day__table-slot--event">
<td class="program-day__table-time">
09:40<br>10:00
9:40<br>10:00
</td>
<td class="program-day__table-title">
Opening
Expand All @@ -317,7 +317,7 @@
<!----->
<tr class="program-day__table-slot program-day__table-slot--10m program-day__table-slot--event">
<td class="program-day__table-time">
10:00<br>10:30
10:00<br>10:40
</td>
<td class="program-day__table-title">
<nuxt-link to="/talk/maria-calzada">
Expand Down Expand Up @@ -364,7 +364,10 @@
13:20<br>14:00
</td>
<td class="program-day__table-title">
TBC
<nuxt-link to="/talk/krisztina-hirth">
{{ talks['krisztina-hirth'].speaker.name }}
<strong>{{ talks['krisztina-hirth'].title }}</strong>
</nuxt-link>
</td>
</tr>
<!----->
Expand All @@ -382,9 +385,9 @@
16:00<br>16:40
</td>
<td class="program-day__table-title">
<nuxt-link to="/talk/concha-asensio">
{{ talks['dorra-bartaguiz'].speaker.name }}
<strong>{{ talks['dorra-bartaguiz'].title }}</strong>
<nuxt-link to="/talk/annegret-junker">
{{ talks['annegret-junker'].speaker.name }}
<strong>{{ talks['annegret-junker'].title }}</strong>
</nuxt-link>
</td>
</tr>
Expand All @@ -394,9 +397,9 @@
16:50<br>17:30
</td>
<td class="program-day__table-title">
<nuxt-link to="/talk/annegret-junker">
{{ talks['annegret-junker'].speaker.name }}
<strong>{{ talks['annegret-junker'].title }}</strong>
<nuxt-link to="/talk/dorra-bartaguiz">
{{ talks['dorra-bartaguiz'].speaker.name }}
<strong>{{ talks['dorra-bartaguiz'].title }}</strong>
</nuxt-link>
</td>
</tr>
Expand Down
Binary file added public/i/speakers/krisztina-hirth.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0821909

Please sign in to comment.