Event BG
Techies por Argentina

Ulises Enrico será entrevistado por nuestro Host Juan Delfino, juntos compartirán insights de desarrollo de carrera, anécdotas y experiencias en tecnología ¡Síguenos en Twitch!

Online
Thu, May 16, 2024
5:00 PM - 6:00 PM
Online
Thu, May 16, 2024
5:00 PM - 6:00 PM
function getGAClientID() { let match = document.cookie.match(/_ga=([^;]*)/); return match ? match[1].split('.').slice(-2).join('.') : null; } document.addEventListener("DOMContentLoaded", function() { let clientID = getGAClientID(); if (clientID) { document.getElementById('client_id').value = clientID; } });