-
Case study: isitblackfridayyet.app: #4 Enabling Dark mode
Now that the dark mode is widely supported by browsers, learn how to enable it on your web pages.
2 min read - Jan 9, 2020 -
Case study: isitblackfridayyet.app: #2 Deploying StencilJS apps with Github actions and Firebase hosting.
Now that we have a production ready Progressive Web App, let's learn how to build it on Github Actions and deploy it via Firebase CLI.
4 min read - Nov 25, 2019 -
Case study: isitblackfridayyet.app: #1 Creating a Progressive Web App with StencilJS and Workbox
Learn how to create a Progressive Web App that works offline and score 100 on lighthouse with StencilJS and Workbox
6 min read - Nov 25, 2019 -
Case study: isitblackfridayyet.app
Learn how you can, in a couple of hours create a product from A to Z using amazing technologies such as StencilJS, Workbox, Puppeteer, Github Actions and Firebase.
2 min read - Nov 25, 2019 -
Lit Element rendering strategies explained
Rendering performance is not easy to achieve if you do not understand the concepts behind it (event loop, device refresh rate, microtasks etc.). In that post we will review those concepts and see how you can leverage them to achieve 60fps rate with Lit-element.
5 min read - Apr 1, 2019