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
Former Google Developer Expert for the Web, 10k+ followers across platforms, talks given across Europe, and years of articles on software engineering.
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.
Ionic 2 stable was announced recently. Therefore, it is a perfect time to write about the differences with Ionic1. Ionic 2 is a complete rewrite of the Ionic 1 project with Angular >= 2.x.
After writing two blog posts about Redux: Introduction to Redux and Angular2 and Introduction to Redux and React-Redux I decided that I was ready to present Redux in AngularToulouse meetup.
Learn about Redux data flow, Immutability and how to integrate them in Angular2.