Skip to content

Commit

Permalink
Merge pull request #3 from MadridJUG/update_20241025
Browse files Browse the repository at this point in the history
Added new upcoming sessions
  • Loading branch information
dgomezg authored Oct 25, 2024
2 parents bc2a134 + b6d6650 commit dc73834
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

comming-up-row-one:
- header: "Stack Allocation y Otros Monstruos"
date: 9 de Octubre de 2024
date: 30 de Octubre de 2024
excerpt: "Casi todas las JVM actuales tienen alguna forma de stack allocation, particularmente una variante llamada scalar replacement.<br/>
Esta optimización se suele presentar como una forma de mejorar el rendimiento de nuestro programa, sobre todo al reducir la cantidad de basura generada. Pero aprovechada adecuadamente sirve para mucho más: para construir programas mejores sin afectar (casi) al rendimiento.<br/>
Tras una explicación de los fundamentos del stack allocation, pasaremos a ver algunos ejemplos reales. Y eso nos llevará a hablar de otras optimizaciones, de cómo se conjugan, de dónde están sus límites y de algún truco para saltar parte de esos límites."
Expand All @@ -53,6 +53,33 @@
alt-text: "Cartel anunciando el evento"
image-width: "500px"
image-right: true
- header: "Building Full-Stack Web Apps with only Java"
date: 6 de Noviembre de 2024
excerpt: "Tired of juggling multiple languages for full-stack development? Imagine building a web application from start to finish using just Java.<br/>
Join us for a live coding session where we'll showcase the power of Spring Boot and Vaadin Flow. We'll demonstrate how to create a complete web application, including persistence, external services, and a visually appealing UI, all using Java.<br/>
Don't miss this opportunity to streamline your development process and explore the versatility of Java in full-stack development."
#btn-url: "https://www.meetup.com/madridjug/events/304107149/"
#btn-class: "info"
#btn-label: "Registro"
blank: true
image-url: "assets/images/20241106-VaadinIberianJUGTour.png"
alt-text: "Cartel anunciando el evento"
image-width: "500px"
image-right: false
- header: "Testcontainers made easy"
date: 12 de Noviembre de 2024
excerpt: "Testcontainers is an open-source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container. Integrated with test frameworks such as JUnit and Spock, it simplifies using the same system in production and during tests, so it's no longer needed to use something like H2 for tests.<br/>
Micronaut takes Testcontainers further, eliminating the need of actually using the Testcontainers API. It will provision the test resource automatically for both development mode and testing.<br/>
In this session, Micronaut committer Álvaro Sánchez-Mariscal will first explain what Testcontainers is and how it works without any framework ceremony. He will then demonstrate with examples how Micronaut Test Resources leverages Testcontainers, and how this integration dramatically improves the developer experience."
#btn-url: "https://www.meetup.com/madridjug/events/304107149/"
#btn-class: "info"
#btn-label: "Registro"
blank: true
image-url: "assets/images/20241112-MicronautTestContainers.png"
alt-text: "Cartel anunciando el evento"
image-width: "500px"
image-right: true

last-session:
title: "Profundizando en el uso de Parquet en Java con Carpet"
youtube-id: 6nf6_tEP0Ng
Expand Down

0 comments on commit dc73834

Please sign in to comment.