<body onLoad="window.defaultStatus='Welcome!. You are in my weblog.';return true"><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/9550158?origin\x3dhttps://www.txemaromero.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Monday, August 10, 2020

My experience with JavaScript language

"In the past, I implemented JavaScript code for the following project:

Master Thesis in Blockchain Technologies: Wireless service accounting based on Ethereum state channels.

I shall list all the courses of JavaScript in which I have taken part.

Course on React from scratch. KeepCoding. E-learning. 22-25 August 2020. References: Víctor Ramírez and Daniel García.

Course on JavaScript from scratch. KeepCoding. E-learning. 13-16 August 2020. Reference: Sergio Fernández."