Are you eager to migrate your entire codebase to Vue 3 and composition API? Before starting the long journey away from Vue 2.6 you should consider a few intermediate steps:
- compatibility with your dependencies
- tests
- maintainability
- consider a step-by-step migration passing trough Vue 2.7
- what about the Vite/Vitest ecosystem?
---
vueday 2022 happened in Verona and Online on November 18th.
Info and details of this edition: 2022.vueday.it
Passare da un’architettura monolitica ai microservizi non è semplice. In Jobtech abbiamo comunque iniziato questo percorso e abbiamo lavorato sodo non solo all’architettura di microservizi in Laravel 9 ma anche alla comunicazione tra di loro. Come message broker abbiamo deciso di integrare Apache Kafka e, dopo numerose analisi, abbiamo sviluppato un package che fa da wrapper per comunicare con Kafka. Ma non solo, abbiamo creato anche uno scaffolding base per i vari microservizi, diversi strumenti accessori per facilitare lo sviluppo degli stessi e automatizzato il processo CI / CD per l’infrastruttura di test e produzione su Kubernetes. In questo talk approfondiremo i vari aspetti del processo che ci ha portato a… fare una kafkata!
---
laravelday 2022 si è tenuto a Verona e Online il 17 novembre 2022.
Info e dettagli di questa edizione: 2022.laravelday.it
Writing scalable and easy-to-maintain software is hard. Nuxt architecture follows best practices and provides many utilities to help and protect us from common pitfalls. In this session we will explore how big nuxt codebases differ from smaller ones, discuss unique problems you should expect and how to solve them. This will enable you to improve the architecture of your application and build better and cleaner software that everyone will enjoy working with.
---
vueday 2022 happened in Verona and Online on November 18th.
Info and details of this edition: 2022.vueday.it
All of us, at some point in our career as developers, have had a run-in with image performance. But now we have modern techniques at our disposal that will make us love images again. We'll see how an Image Service CDN and other performance optimization techniques, such as responsive images, sizing attributes, lazy loading, and nice placeholders, will allow us to improve the UX and performance in a very easy way. How? By creating an image gallery made with Nuxt 3 and a headless CMS, allowing us to experience the functionalities of a powerful integrated Image Transformation API and Editor, and creating an image Vue component that can be used in any situation.
---
vueday 2022 happened in Verona and Online on November 18th.
Info and details of this edition: 2022.vueday.it
Let’s be amazed at how easy we can implement some Web 3 functionality with Vue 3. Don’t think Crypto token chilling, NFT’s,… but think of authentication magic. In this show, I will create a dApp in which the user can authenticate to a certain blockchain. Surprisingly, this can be completely anonymous. Some magic props and tools will be used like Vue 3, a Metamask wallet, and more. Since I'm not a real magician, I will explain how these tricks work so you can become a Web 3 magician yourself.
---
vueday 2022 happened in Verona and Online on November 18th.
Info and details of this edition: 2022.vueday.it