Kakoune: A Better Code Editor Heavily Inspired by Vimtecmint.com1 points·by flavius37·8 ปีที่แล้ว·0 comments
flavius37·4 ปีที่แล้ว·discussDepending on the app type:* 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.jsIf it's a very simple app (e.g. a dashboard) I will be using: https://go-app.dev/ with SQLite.
flavius37·8 ปีที่แล้ว·discussHere is explain a paper that uses AI to gind bugs in games: https://youtu.be/wm8tK91k37U
* 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.