Powering Your API Development with Mockaroo: Effortlessly Generate and Expose Mock DataCreating a meaningful UI prototype is challenging without real API requests, which can help to identify issues application flow, performance, and design, enhancing both user experience and quality. Mockaroo lets you create advanced mock APIs and comp...May 16, 2024·5 min read
Use Ionic with Vite, Vue 3, WindiCSS, and unpluginsUse Ionic with Vite, Vue 3, WindiCSS, and unplugin Introduction Ionic is a powerful tool that can help you create cross-platform mobile applications using your favorite javascript front-end framework. In my case, I am not very familiar with mobile de...Dec 11, 2022·5 min read
How to set up communication between Vue.js components?Vue.js is a JavaScript framework allowing developers to create complex and dynamic web applications by assembling custom-made components in a virtual Document Object Model. But how can these components communicate and share data with each other? Dire...May 17, 2022·6 min read