fabri de magia

a grimoire on software development & design

Friday Training Sessions: Polymer

At Ingenuity, we usually conduct training sessions to learn things that we can use in developing awesome applications. Last week, I talked about the Polymer project.

Basically, Polymer lets you implement Google’s Material Design on your web apps. It is a library that uses Web Components for building elements and applications.

What is Web Components, you ask? It makes use of the Shadow DOM to bundle together markup, styles, and logic to custom elements.

The DOM that hides in the shadow…