# Written by Claudio on Wednesday 18 November 2015 18:16, read 7410 times.

I came across the need to iterate over the nodes returned by document.querySelectorAll() yesterday, in order to manipulate each of the nodes without mediation from any framework e.g. jQuery. The return value of document.querySelectorAll() is a non-live NodeList.… Read more

Tagged with: JavaScript, Dom

# Written by Claudio on Saturday 17 October 2015 22:13, read 7758 times.

When I joined the IBM Connections project, it took me little to realize that few or none of our end users were seeing our product as we developed it, i.e. with the default styles and UX. Connections is IBM’s flagship enterprise social collaboration… Read more

Tagged with: Tech, JavaScript, Development, UX, CSS

# Written by Claudio on Wednesday 7 October 2015 20:43, read 2905 times.

I came across NodeSchool and its workshopper format for self-paced learning quite early, I reckon it was around October 2013 at LXJS in Lisbon, Portugal. It comes from the brilliant minds of Rod Vagg, Dominic Tarr, Max Ogden, and James… Read more

Tagged with: Tech, NPM, NodeJS, JavaScript, NodeSchool