* If the app it's a CRM like (with lots of DB entities) I will go with Python Django, MySQL, vue.js
* For Browser apps or desktop apps that has few endpoints I will go with Golang (https://go-app.dev/) for backend and frontend.
* For a mobile app: React, the backend depends on performances, Golang or Python Django.
* IoT app (may need to process sensors data, analyze, and visualize): Golang, ClickHouse, vue.js
If it's a very simple app (e.g. a dashboard) I will be using: https://go-app.dev/ with SQLite.
* If the app it's a CRM like (with lots of DB entities) I will go with Python Django, MySQL, vue.js
* For Browser apps or desktop apps that has few endpoints I will go with Golang (https://go-app.dev/) for backend and frontend.
* For a mobile app: React, the backend depends on performances, Golang or Python Django.
* IoT app (may need to process sensors data, analyze, and visualize): Golang, ClickHouse, vue.js
If it's a very simple app (e.g. a dashboard) I will be using: https://go-app.dev/ with SQLite.