From 97c873706ec4ad9f06a50b4db1d308fbdae04275 Mon Sep 17 00:00:00 2001 From: Ignacio Huerta Date: Thu, 28 Nov 2024 19:14:39 +0100 Subject: [PATCH] December 11th 2024 meetup announcement --- src/announcements/announcement.md | 12 +--- src/announcements/anuncio.md | 9 +-- src/pages/en/index.astro | 7 +-- src/pages/en/meetings/2024-12-11-relaunch.md | 58 +++++++++++++++++ src/pages/index.astro | 9 +-- .../meetings/2024-12-11-reinauguracion.md | 62 +++++++++++++++++++ 6 files changed, 126 insertions(+), 31 deletions(-) create mode 100644 src/pages/en/meetings/2024-12-11-relaunch.md create mode 100644 src/pages/meetings/2024-12-11-reinauguracion.md diff --git a/src/announcements/announcement.md b/src/announcements/announcement.md index 76083d9..eaf6f55 100644 --- a/src/announcements/announcement.md +++ b/src/announcements/announcement.md @@ -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 ‼️ \ No newline at end of file diff --git a/src/announcements/anuncio.md b/src/announcements/anuncio.md index 80121fa..962e664 100644 --- a/src/announcements/anuncio.md +++ b/src/announcements/anuncio.md @@ -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/). diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro index 2a8cb2a..e29d374 100644 --- a/src/pages/en/index.astro +++ b/src/pages/en/index.astro @@ -18,12 +18,9 @@ const latestMeeting = allMeetings.reverse()[0]; -

Next Meeting Postponed

-

When we have more details, we'll post them here!

-
- + diff --git a/src/pages/en/meetings/2024-12-11-relaunch.md b/src/pages/en/meetings/2024-12-11-relaunch.md new file mode 100644 index 0000000..2ca7037 --- /dev/null +++ b/src/pages/en/meetings/2024-12-11-relaunch.md @@ -0,0 +1,58 @@ +--- +layout: ../../../layouts/MeetingLayout.astro +date: 2024-12-11 18:30 +title: "Ruby group re-launch" +location: "New Work 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! + + + +##### 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) + +
+ +**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) diff --git a/src/pages/index.astro b/src/pages/index.astro index b92e9ea..b814ee5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -17,12 +17,7 @@ const latestMeeting = allMeetings.reverse()[0]; -

Próxima Reunión Pospuesta

-

Cuando tengamos más detalles los publicaremos aquí!

- -
- - + diff --git a/src/pages/meetings/2024-12-11-reinauguracion.md b/src/pages/meetings/2024-12-11-reinauguracion.md new file mode 100644 index 0000000..6f68fd8 --- /dev/null +++ b/src/pages/meetings/2024-12-11-reinauguracion.md @@ -0,0 +1,62 @@ +--- +layout: ../../layouts/MeetingLayout.astro +date: 2024-12-11 18:30 +title: "Reinauguración del grupo de Ruby" +location: "New Work 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! + + + +##### 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) + +
+ +**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)