Skip to content

Commit

Permalink
Updated latest session
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezg committed Nov 13, 2024
1 parent 2cb76b2 commit 9f5e84f
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions _pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,6 @@
excerpt: "**Tu grupo de desarrolladores y entusiastas de Java y la JVM**"

comming-up-row-one:
- 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/304247874/"
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
- header: "De Java a Clojure sin morir en el intento"
date: 2024-12-11
excerpt: "Clojure es un excelente lenguaje de programación, pero intimida a muchos desarrolladores por su aparente extrañeza y complejidad. Cuando esto está muy lejos de la realidad.<br/>
Expand All @@ -72,8 +59,8 @@
image-right: false

last-session:
title: "Construye y Despliega full stack web apps en Java con Vaadin (Vaadin Iberian JUG Tour)"
youtube-id: W0OAihKrMIU
title: "Testcontainers made easy"
youtube-id: hMbJBW3lWJc
---

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

0 comments on commit 9f5e84f

Please sign in to comment.