Skip to content

Commit

Permalink
Removed past talks from upcoming list
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezg committed Nov 8, 2024
1 parent 72d3cee commit ff1fa8f
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,38 +44,14 @@
excerpt: "**Tu grupo de desarrolladores y entusiastas de Java y la JVM**"

comming-up-row-one:
- header: "Building Full-Stack Web Apps with only Java"
date: 2024-11-06
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/304247196"
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: "Despliegue seguro y escalable de aplicaciones web con Vaadin Flow, Docker y Traefik"
date: 2024-11-06
excerpt: "Despliega aplicaciones web desarrolladas con Vaadin Flow de manera segura y escalable utilizando las tecnologías Docker y Traefik. Combina estas herramientas para simplifica el proceso de despliegue, garantiza la seguridad y asegura la disponibilidad en entornos de alta demanda."
btn-url: "https://www.meetup.com/madridjug/events/304247196"
btn-class: "info"
btn-label: "Registro"
blank: true
image-url: "assets/images/20241106-2-VaadinIberianJUGTour.png"
alt-text: "Cartel anunciando el evento"
image-width: "500px"
image-right: false
- header: "Testcontainers made easy"
date: 2024-11-12
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"
btn-url: "https://www.meetup.com/madridjug/events/304247874/"
btn-class: "info"
btn-label: "Registro"
blank: true
image-url: "assets/images/20241112-MicronautTestContainers.png"
alt-text: "Cartel anunciando el evento"
Expand All @@ -94,8 +70,8 @@
image-right: false

last-session:
title: "Stack Allocation y Otros Monstruos"
youtube-id: 3YKxFOVmv9U
title: "Construye y Despliega full stack web apps en Java con Vaadin (Vaadin Iberian JUG Tour)"
youtube-id: W0OAihKrMIU
---

<section class="site-section alternative-color first-section" id="about-us">
Expand Down

0 comments on commit ff1fa8f

Please sign in to comment.