Skip to content

Commit

Permalink
Merge pull request #8 from valenciarb/evento_20250205-Fido-openssl-ruby
Browse files Browse the repository at this point in the history
Event Fido OpenSSL and Ruby - Ignacio Huerta
  • Loading branch information
llyorshch authored Jan 24, 2025
2 parents ab01870 + 38349ee commit 4413588
Show file tree
Hide file tree
Showing 12 changed files with 577 additions and 707 deletions.
1,195 changes: 498 additions & 697 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions public/css/valenciarb.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ a {
color: black;
}
}
.section {
padding-top: 5px;
padding-bottom: 5px;
}

.meeting {
color: black;
Expand Down
3 changes: 0 additions & 3 deletions src/announcements/announcement.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
---
---
# ‼️ New date for the re-launch - Wednesday December 11th ‼️
4 changes: 0 additions & 4 deletions src/announcements/anuncio.md
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
---
---
# ‼️ Nueva fecha para la reinauguración - Miércoles 11 de Diciembre ‼️

2 changes: 1 addition & 1 deletion src/components/Meeting.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const time = new Date(date).toTimeString().slice(0, 5);
<div class="columns">
<div class="column">
{ title &&
<h1 class="title is-size-4 has-text-weight-bold">
<h1 class="title is-size-4 has-text-weight-bold pb-2">
<Fragment set:html={title}/>
</h1>
}
Expand Down
Binary file added src/images/fido-openssl-ruby_small.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/logos/flywire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/images/logos/flywire.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/en/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const latestMeeting = allMeetings.reverse()[0];
title="Welcome to the Valencia.rb user group"
>

<Announcement slot="announcement" announcement={announcement}/>
<!-- <Announcement slot="announcement" announcement={announcement}/> -->

<hr>

Expand Down
25 changes: 25 additions & 0 deletions src/pages/en/meetings/2025-02-05-fido-openssl-ruby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: ../../../layouts/MeetingLayout.astro
date: 2025-02-05 18:30
title: "Fido, Ruby, and OpenSSL – When Payments Randomly Fail"
location: "<a href='https://www.flywire.com/' target='_blank'>Flywire</a> Valencia C/ Grabador Esteve 14 (bajo), 46004 Valencia"
location_map: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2947.5978561179118!2d-0.3702984243492851!3d39.470707112674035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6048b0d84869f5%3A0x83d3ec01c276eea8!2sFlywire!5e1!3m2!1sen!2ses!4v1737658178597!5m2!1sen!2ses"
sponsor:
name: Flywire
url: https://www.flywire.com
logo: flywire.png
logo_width: "200px"
---

![Debugging in-car payments](../../../images/fido-openssl-ruby_small.jpg)

[Ignacio Huerta](https://www.meetup.com/members/200397592/group/7807852/) will explain how a bug report became an unfathomable mystery. In this talk, we will live a debugging adventure with FIDO, Ruby and OpenSSL. Ignacio will share with everyone stories about encryption peculiarities, lessons learned “the hard way” and key insights about the use of Ruby applied to manage “in-car” payments for a major automotive company.


On this occasion we have the support of [Flywire Valencia](https://www.flywire.com) that kindly lends us the space to meet and have a good time in community.

**See you on Wednesday, February 5th!**

<div class="has-text-centered">
<a href="https://www.meetup.com/vlctechhub/events/305775996/" target="_blank" class="button has-background-red">Register now!</a>
</div>
4 changes: 3 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const latestMeeting = allMeetings.reverse()[0];
title="Bienvenidos al grupo de Valencia.rb"
>

<Announcement slot="announcement" announcement={announcement}/>
<!-- <Announcement slot="announcement" announcement={announcement}/> -->

<hr>

<Meeting
date={(latestMeeting as any).frontmatter.date}
Expand Down
24 changes: 24 additions & 0 deletions src/pages/meetings/2025-02-05-fido-openssl-ruby.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: ../../layouts/MeetingLayout.astro
date: 2025-02-05 18:30
title: "Fido, Ruby, and OpenSSL – When Payments Randomly Fail"
location: "<a href='https://www.flywire.com/' target='_blank'>Flywire</a> Valencia C/ Grabador Esteve 14 (bajo), 46004 Valencia"
location_map: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2947.5978561179118!2d-0.3702984243492851!3d39.470707112674035!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6048b0d84869f5%3A0x83d3ec01c276eea8!2sFlywire!5e1!3m2!1sen!2ses!4v1737658178597!5m2!1sen!2ses"
sponsor:
name: Flywire
url: https://www.flywire.com
logo: flywire.png
logo_width: "200px"
---
![Debugging in-car payments](../../images/fido-openssl-ruby_small.jpg)

[Ignacio Huerta](https://www.meetup.com/members/200397592/group/7807852/) nos explicará como un informe de error se convirtió en un misterio insondable. En esta charla, viviremos una aventura de depuración con FIDO, Ruby y OpenSSL. Ignacio compartirá con todos historias sobre peculiaridades del cifrado, lecciones aprendidas "the hard way" y conocimientos clave sobre el uso de Ruby aplicados a gestionar pagos "in-car" para una importante empresa automovilística.

En esta ocasión contamos con el apoyo de [Flywire Valencia](https://www.flywire.com) que amablemente nos cede el espacio para reunirnos y pasar un buen rato en comunidad.

**¡Nos vemos el miércoles 5 de febrero!**

<div class="has-text-centered">
<a href="https://www.meetup.com/vlctechhub/events/305775996/" target="_blank" class="button has-background-red">¡Registrate ahora!</a>
</div>

0 comments on commit 4413588

Please sign in to comment.