Migrer Django vers Rust : les données, l'architecture et les agents 2/2

Cet article est le second d’une série de deux billets sur la migration de Front Desk vers Rust. Le premier expliquait Migrer un codebase Django de 7 ans vers Rust. Dans le billet précédent, j’ai raconté ce que Django m’avait apporté, ce qui a fini par coincer, et pourquoi j’ai choisi de réécrire plutôt que de refactorer Front Desk. ...

juillet 17, 2026 · 13 min · Gaëtan Grond

Why I Chose HTMX Over React and VueJS - A 6 Month Review

HTMX took the developer community by surprise, and rightfully so. It offered an alternative to using JavaScript and bloated SPAs for web apps for those did not want to dive into the complexity of frontend frameworks and JavaScript. Four years ago, when I first started building my Saas startup with Django, the recommendation was to build an API with DRF or FastAPI and use a frontend framework such as React or Vue.js. I tried them both, and while I really liked the latter, the disadvantages became more apparent as the project grew. ...

juillet 29, 2024 · 7 min · Gaëtan Grond