If you want to divide application into client services or you already have separate applications which are meant to be displayed together on one page, one of the simplest solutions is to use iframes. However, it is worth considering how to provide an easy-to-use communication layer between frontends.
When I share a post on social media platforms (e.g. Twitter) it's good to have some kind of image that catches attention. It's not always easy to find the right picture for a technical posts. What if you could automatically generate one based on keywords?
In early 2022, during the largest VueJS conference held in Amsterdam, I opened the second day of the conference with a talk about the emotions experienced by Vue enthusiasts at that time.
If you are stuck with Vue 2 for some reasons, Vue 2.7 is a great opportunity to try out Composition API. Moreover if you are using class-style components you may be trying to figure out the way how to incrementally migrate your codebase to Composition API. I share my idea here.
Recently, I had the opportunity to assist in the production of the Monterail's State of Vue report. I also had a great pleasure to speak at VueJS Amsterdam and share some technical findings from our report.
Sometimes it's a good idea to review your old repositories. You can have a lot of fun but also recall some interesting solutions. Recently I compiled an old C project from school to WebAssembly. I gave it a second life with Vue 3.