It is available now in the AppStore the app SWList for iPhone and iPad. SWList puts the EiBi list at your disposal by helping you find and identify radio stations in the shortwave domain. The EiBi list is available thanks
Large Scale Apps with Vue3 and Typescript
Vue.js is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications created by Evan You. Vue is largy inspired by Angular but it’s much simpler than AngularJS, both in terms of API and design. Here
SwiftUI and ContactPicker
SwiftUI is in an introduction phase and and sometime it is difficult to implement in a 100% SwiftUI app some basic functionality like to choice a contact from our contact list. SwiftUI has solutions for placing UIKit views and view
Vue topic : emit data in Vue
Sunil Sandhu in this article explains how to emit events from child components in Vue and it is really worth to read.