const date = new Date(1686423600) const now = new Date(); jQuery(function($){ if (date < now) { document.getElementById("example-widget-trigger").disabled = true; document.getElementById("example-widget-trigger").innerHTML = "Event has ended"; $(".show_agenda").show(); } else { $(".show_agenda").hide(); $(".agenda").show(); } $(".show_agenda_link").click(function(){ $(".agenda").slideToggle(); $(".show_agenda_link").toggle(); return false; }); $(".toggle_map").click(function(){ $(".mapswrapper").slideToggle(); $(".toggle_map").toggle(); return false; }); }); var exampleCallback = function() { console.log('Order complete!'); }; window.EBWidgets.createWidget({ // Required widgetType: 'checkout', eventId: '637344343087', iframeContainerId: 'eventbrite-widget-container-637344343087', modal: true, modalTriggerElementId: 'example-widget-trigger', // Optional iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided onOrderComplete: exampleCallback, // Method called when an order has successfully completed onTicketQuantityChange: exampleCallback });
A Recap of Percona University Peru: A Day of Open Source & Database Innovation in Lima!
What a day! On June 10th, 2023, we brought Percona University to Lima for an amazing gathering of Peru's growing tech community. We hosted database experts, developers, and open source enthusiasts for a day dedicated to connection, learning, and celebrating the power of open source. The energy was fantastic, filled with inspiring talks and great conversations.
For everyone who attended, ¡muchas gracias for making it a memorable event! For those who couldn't make it, here’s a look at what you missed.
Agenda
09:00 - 09:35
Cloud of Serfdom vs Cloud of Freedom: why open source will win in Cloud age
Peter Zaitsev (Founder, Percona)
12:35 - 13:15
Herramientas útiles del Percona Toolkit para DBAs (in Spanish)
Michael Villegas (MySQL DBA, Percona)
11:35 - 12:15
Advanced MySQL optimization and troubleshooting using PMM (Spanish subtitles)
Peter Zaitsev (Founder, Percona)
10:45 - 11:25
Introducción a los Operadores de Kubernetes for Beginners (In Spanish)
Edith Puclla (Technology Evangelist, Percona)