Progressive and Subcompact Books: Technical notes
Progressive and Subcompact Books: Technical notes # This is meant as living document. Feedback is appreciated and will be incorporated when appropriate. The idea is to use this and its sister...
Progressive and Subcompact Books: Technical notes # This is meant as living document. Feedback is appreciated and will be incorporated when appropriate. The idea is to use this and its sister...
This is meant as living document. Feedback is appreciated and will be incorporated when appropriate. The idea is to use this and its sister technical document as the basis for a proof of concept...
I’ve been reading the different positions in the debate started when the International Digital Publishing Forum and the W3C started talking about merging. I’ve also purposefully stayed quiet as I...
Thanks to Ada Rose Edwards for pointing me to rollup.js and providing examples of how to configure it. I’ve always struggled to understand the differences between modules and classes and I’m still...
project-list # The project-list element is the meat of the application and uses some interesting techniques I've learned from working on creating Polymer elements. This is an example of the JSON model...
project-menu # project-menu is a presentational element that only contains icons, links and linkable icon elements. It’s a good example of how we can compose custom elements with regular HTML...
One of the first applications I created with Polymer 0.5 was a project viewer that would list all project ideas I was working on. It had 2 versions with different backends: a JSON file and a Firebase...
I haven’t been this excited about Javascript in a long time. Javascript is becoming fun again with better aync support in Promises and async/await code, better modularity and reusability with classes...
Maximiliano Firtman wrote Service Workers replacing AppCache: a sledgehammer to crack a nut where he makes a case for Service Workers not being ready to replace AppCache, regardless of how broken it...
General Resources and Concepts Is ServiceWorker Ready Service Workers Sepcification at W3C Instant Loading Web Apps with An Application Shell Architecture Examples and tutorials Jake...