Saturday, November 29, 2014

Friday Training Sessions: Polymer

Here 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.


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...

For more information, you can find my slides here: