script> if ('serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/service-worker.js') .then(registration => { console.log('Service Worker registrado com sucesso:', registration); }) .catch(error => { console.log('Falha ao registrar Service Worker:', error); }); }); }

Link & Learn webinar: Realising the Potential of EdTech Innovations – Trinity College Dublin

We support organisations on their EdTech innovation journey, integrating design thinking methodologies alongside technical development and prototyping …

Powered by WPeMatico