Fabrizio DuroniSwift Package Manager: bundling resources with a Swift PackageRecently I upgraded my ID3TagEditor swift package to the latest Swift tools version (5.3). During the upgraded I discovered that now you…Oct 18, 2020Oct 18, 2020
Fabrizio DuroniCreate a service worker with Workbox, Webpack and TypeScriptRecently I migrated my website to Webpack and TypeScript. I decided also to give a try to Workbox, a set of Google libraries to improve…Aug 6, 2020Aug 6, 2020
Fabrizio DuroniUse UIKit components in SwiftUI: UIViewControllerRepresentable and UIViewRepresentableDo you know that it is possible to use UKit components in SwiftUI? Let’s see how you can use UIViewRepresentable and…Jul 1, 2020Jul 1, 2020
Fabrizio DuroniAdd dark mode support on your website with SASS and prefers-color-scheme media queryDark mode support has been around for quite some time. Let’s see how you can create a light theme and a dark theme for your website that…May 19, 2020May 19, 2020
Fabrizio DuroniHow to: create your SUPER simple dependency injector container in SwiftThere are a lot of dependency injection framework in the open source swift world with really cool features like object graph, persistence…Apr 18, 2020Apr 18, 2020
Fabrizio DuroniCreate a custom TabBar in SwiftUISwiftUI has been introduced by Apple during the last WWDC. I started to use it for a personal project to understand its potential. Let’s…Mar 5, 2020Mar 5, 2020
Fabrizio DuroniHow to: enable Hermes JavaScript engine in your React Native appReact native 0.60.4 has a new cool feature for Android: a new JavaScript engine called Hermes. Let’s see how you can turn it on in your…Jan 17, 2020Jan 17, 2020
Fabrizio DuroniImplement offline tracking with Google Analytics in your Progressive Web AppPWA offer great native alike offline capabilities. But what about tracking? In this tutorial I will show you how simple it is to implement…Dec 14, 20191Dec 14, 20191
Fabrizio DuroniImplement a pull to refresh component for you web applicationImplementing a pull to refresh component in vanilla js for your progressive web app (PWA) it’s really easy using cutting edge web…Nov 15, 2019Nov 15, 2019
Fabrizio DuroniWeb to native code communication on Android using JavaScript InterfacesJavascript Interface can be helpful when you need to call native code from a webview on Android.Sep 5, 2019Sep 5, 2019