How to use AI to migrate a legacy AngularJS app to VueJS without writing (a lot of) code

The JavaScript ecosystem has the particularity of being very versatile. Every year, we see new frameworks and new tools replacing those already in place. If, like me, you have JavaScript in production, you have probably experienced application rewrites for this reason. ...

October 14, 2023 · 10 min · Matthieu Drouian

Hexagonal architecture as a solution to the obsolescence of UI frameworks

Reposted from Sebastian and I’s blog The Kitchen Blog. Since the arrival of frontend frameworks and the advent of SPA (Single Page Application) type applications, the volatility of the frontend ecosystem and the adherence to frameworks make it difficult to produce robust and durable applications today. The objective of this article is to show how the application of hexagonal architecture on the frontend can address this issue. ...

October 8, 2022 · 23 min · Matthieu Drouian and Sebastian Plaza