February 10th, 2021

17 Min

Laura Barnator has a degree in Computer Science. She joined Unilever as a young professional, and today she is the first female CEO of Unilever Argentina. In this episode, we'll get to know how she developed her professional career while building a team along the way. Hosted by Patricia Pomies, Globant’s Chief Delivery & People Officer. This podcast episode is only available in Spanish

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; } });