Blog Entries

18. 12. 2025 Marco Berlanda Development, Front-end, UI, Vue

API Contracts Don’t Protect Vue 3 Frontends… Integration Tests Do

In a previous article, we looked at Vue 3 reactivity and how something elegant and powerful can occasionally work against us. This time, we move slightly higher in the stack and focus on a different illusion, one that is deeply rooted in modern frontend and backend collaboration. The idea that an API contract that passes…

Read More
29. 09. 2025 Oscar Zambotti Front-end, Vue

Summoning Orval: Binding Backend and Frontend by Magic

When building modern web applications, type safety and API consistency are essential. Instead of manually writing API clients and models (and risking drift between backend and frontend), you can automate the process using OpenAPI and Orval. In this post, we’ll focus on how to generate TypeScript functions and interfaces using Orval, starting from an openapi.json…

Read More
24. 06. 2025 Marco Berlanda Development, Front-end, UI, UX, Vue

Reactivity Troubles: When Vue’s Magic Backfires

Let me start by saying: sure React is great, Angular is enterprise-ready, but my love falls on Vue. The reactivity system? Chef’s kiss. Watching values magically update the DOM like it’s reading your mind? Ammmazing. But sometimes, it feels less like magic and more like an unfair duel! You change a value, and five things…

Read More

Archive