Skip to content

Commit

Permalink
Merge pull request #7 from valenciarb/evento_diciembre_2024
Browse files Browse the repository at this point in the history
December 11th 2024 meetup announcement
  • Loading branch information
ecomba authored Nov 30, 2024
2 parents e41e8a7 + 97c8737 commit ab01870
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 31 deletions.
12 changes: 1 addition & 11 deletions src/announcements/announcement.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
---
---
# ‼️ Event Postponed ‼️

The Valencia.rb organization has decided to postpone the next Meetup from November 6th.

As a community, our priority is to offer a quality event and a safe space, and today we cannot guarantee that people can attend the event without any kind of risk for both speakers and attendees.

At the same time, we stand in solidarity with the families, friends, and colleagues affected by DANA.

If you can help people affected by DANA, please donate to the [Red Cross](https://cercadeti.cruzroja.es/ayudaafectadosinundacionesdana) or [Caritas](https://www.caritas.es/emergencias/graves-inundaciones/).

_Note: DANA is a Spanish acronym for "Depresión Aislada en Niveles Altos" (Isolated Depression at High Levels), which refers to a severe weather phenomenon that can cause heavy rainfall and flooding._
# ‼️ New date for the re-launch - Wednesday December 11th ‼️
9 changes: 1 addition & 8 deletions src/announcements/anuncio.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
---
---
# ‼️ Posponemos el proximo evento ‼️
Desde la organización de Valencia.rb hemos decidido posponer el proximo Meetup del día 6 de Noviembre.
# ‼️ Nueva fecha para la reinauguración - Miércoles 11 de Diciembre ‼️

Como comunidad nuestra prioridad es ofrecer un evento de calidad y un espacio seguro y a día de hoy no podemos garantizar
que se pueda asistir al evento sin ningún tipo de riesgo tanto como para los ponentes como asistentes.

Al mismo tiempo, nos solidarizamos con las familias, amigos y compañeros afectados por la DANA.

Si puedes ayudar a la gente afectada por DANA dona en [la Cruz Roja](https://cercadeti.cruzroja.es/ayudaafectadosinundacionesdana) o [Caritas](https://www.caritas.es/emergencias/graves-inundaciones/).
7 changes: 2 additions & 5 deletions src/pages/en/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ const latestMeeting = allMeetings.reverse()[0];

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

<h1 class="title" id="next_meeting">Next Meeting Postponed</h1>
<p>When we have more details, we'll post them here!</p>

<hr>

<!--Meeting
<Meeting
date={(latestMeeting as any).frontmatter.date}
title={(latestMeeting as any).frontmatter.title}
location={(latestMeeting as any).frontmatter.location}
Expand All @@ -45,6 +42,6 @@ const latestMeeting = allMeetings.reverse()[0];
}

<Fragment set:html={(latestMeeting as any).compiledContent()}/>
</Meeting-->
</Meeting>
<People/>
</PageLayout>
58 changes: 58 additions & 0 deletions src/pages/en/meetings/2024-12-11-relaunch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
layout: ../../../layouts/MeetingLayout.astro
date: 2024-12-11 18:30
title: "Ruby group re-launch"
location: "<a href='https://new-work.se/en/career/valencia' target='_blank'>New Work</a> Valencia C/ Pintor Sorolla 11, 46002 Valencia"
location_map: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3079.923452783778!2d-0.3755156492814634!3d39.4710579793855!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6049140afd6c35%3A0x3a7f3c26bcb251ef!2sXING%20Networking%20Spain%20SL!5e0!3m2!1sen!2ses!4v1573154452694!5m2!1sen!2ses"
sponsor:
name: New Work
url: https://new-work.se/en/career/valencia
logo: new_work.svg
logo_width: "200px"
extras:
src: "ruby-europe.svg"
alt: "Ruby Europe"
width: "300px"
---

**Valencia.rb** is being re-launched after a nearly 5 years hiatus.

Our re-launch event couldn't be better! The [Ruby Europe](https://rubyeurope.com) initiative has given us the motivation we needed to start talking again about the language we're so passionate about: **Ruby**.

At our next meeting, we are pleased to have [Rosa Gutiérrez](https://rosa.codes), a programmer at [37Signals](https://37signals.com), and [Yauhen Karatkou], Barcelona.rb organizer and Lead Ruby Developer at Tripledot Studios.

We also have the support of [New Work Valencia](https://new-work.se/en/career/valencia) who will let us meet in their offices.

**We'll see you on December 10th**

You can't miss it!

<div class="has-text-centered">
<a href="https://www.meetup.com/vlctechhub/events/304814718/" target="_blank" class="button has-background-red">Register now!</a>
</div>

##### Agenda

**Solid Queue internals, externals and all the things in between**

_"We’ve used Resque and Redis to run background jobs in multiple apps
for many years at 37signals. However, performance, reliability,
and our own apps’ idiosyncrasies led us to use a lot of different gems,
some developed by us, some forked or patched to address our struggles.
After multiple war stories with background jobs, looking at our increasingly
complex setup, we wanted something we could use out-of-the-box without having
to port our collection of hacks to every new app and with fewer moving pieces.
After exploring existing alternatives, we decided to build our own and aim to
make it the default for Rails 8. In this talk, I’ll present Solid Queue,
explain some of the problems we had over the years, how we designed
Solid Queue to address them, and all the Fun™ we had doing that."_

[Rosa Gutiérrez](https://rosa.codes)

<hr>

**Demystifying JIT Compilers with Ruby YJIT**

_"In this topic, we will explore the wonderful world of Just-in-Time compilation, take a look at how Ruby JIT has evolved along with the language itself. And what impact the newest versions of Ruby can have on the performance of real applications._"

[Yauhen Karatkou](https://x.com/ykaratkou?lang=hr)
9 changes: 2 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ const latestMeeting = allMeetings.reverse()[0];

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

<h1 class="title" id="next_meeting">Próxima Reunión Pospuesta</h1>
<p>Cuando tengamos más detalles los publicaremos aquí!</p>

<hr>

<!--Meeting
<Meeting
date={(latestMeeting as any).frontmatter.date}
title={(latestMeeting as any).frontmatter.title}
location={(latestMeeting as any).frontmatter.location}
Expand All @@ -42,6 +37,6 @@ const latestMeeting = allMeetings.reverse()[0];
}

<Fragment set:html={(latestMeeting as any).compiledContent()}/>
</Meeting-->
</Meeting>
<People/>
</PageLayout>
62 changes: 62 additions & 0 deletions src/pages/meetings/2024-12-11-reinauguracion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
layout: ../../layouts/MeetingLayout.astro
date: 2024-12-11 18:30
title: "Reinauguración del grupo de Ruby"
location: "<a href='https://new-work.se/en/career/valencia' target='_blank'>New Work</a> Valencia C/ Pintor Sorolla 11, 46002 Valencia"
location_map: "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3079.923452783778!2d-0.3755156492814634!3d39.4710579793855!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd6049140afd6c35%3A0x3a7f3c26bcb251ef!2sXING%20Networking%20Spain%20SL!5e0!3m2!1sen!2ses!4v1573154452694!5m2!1sen!2ses"
sponsor:
name: New Work
url: https://new-work.se/en/career/valencia
logo: new_work.svg
logo_width: "200px"
extras:
src: "ruby-europe.svg"
alt: "Ruby Europe"
width: "300px"
---

**Valencia.rb** vuelve a re-inagurarse tras casi 5 años de inactividad.

Nuestro evento de re-inaguración no podría estar mejor! La iniciativa
[Ruby Europe](https://rubyeurope.com) nos ha dado la motivación que
necesitabamos para volver a hablar de ese lenguaje que tanto nos apasiona **Ruby**.

En nuestra siguiente reunión tenemos el placer de contar con
[Rosa Gutiérrez](https://rosa.codes), programadora en [37Signals](https://37signals.com) y con [Yauhen Karatkou], organizador de Barcelona.rb y Lead Ruby Developer en Tripledot Studios.

También contamos con el apoyo de [New Work Valencia](https://new-work.se/en/career/valencia) que nos dejarán reunirnos
en sus oficinas.

**Nos vemos el dia 11 de Diciembre**

¡No os lo podeis perder!

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

##### Agenda

**Solid Queue internals, externals and all the things in between**

_"We’ve used Resque and Redis to run background jobs in multiple apps
for many years at 37signals. However, performance, reliability,
and our own apps’ idiosyncrasies led us to use a lot of different gems,
some developed by us, some forked or patched to address our struggles.
After multiple war stories with background jobs, looking at our increasingly
complex setup, we wanted something we could use out-of-the-box without having
to port our collection of hacks to every new app and with fewer moving pieces.
After exploring existing alternatives, we decided to build our own and aim to
make it the default for Rails 8. In this talk, I’ll present Solid Queue,
explain some of the problems we had over the years, how we designed
Solid Queue to address them, and all the Fun™ we had doing that."_

[Rosa Gutiérrez](https://rosa.codes)

<hr>

**Demystifying JIT Compilers with Ruby YJIT**

_"In this topic, we will explore the wonderful world of Just-in-Time compilation, take a look at how Ruby JIT has evolved along with the language itself. And what impact the newest versions of Ruby can have on the performance of real applications._"

[Yauhen Karatkou](https://x.com/ykaratkou?lang=hr)

0 comments on commit ab01870

Please sign in to comment.