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.
44 articles
Now that the dark mode is widely supported by browsers, learn how to enable it on your web pages.
In this post, we are going to learn how to set up Firebase to generate an image via Puppeteer on a daily basis.
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.
Learn how to create a Progressive Web App that works offline and score 100 on lighthouse with StencilJS and Workbox
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.
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.
After 7 years using WordPress for my personal Website I decided to change to Hugo.
This article aims to help you reduce the CSS bundle of your Ionic-Angular Progressive Web App by up to 91%!
This post aim is to provide HackerRank algorithm solutions in JavaScript as there are so many of them available out there. I am not pretending to have the best algorithm possible but at least the following answers passed.