DEV Community

Discussion on: Which technologies would you choose for your next web project?

Collapse
 
anesu profile image
Anesu Kafesu

Front-end - Svelte or SvelteKit if I need backend APIs and SSR
Database - Depending with the data I need and how it is to be stored I'll choose between LowDB or similar, SQLite, MongoDB, Firebase Cloud Store
CSS - I usually just write it plain
Then TypeScript sounds good as well.

Collapse
 
anesu profile image
Anesu Kafesu

I have just discovered Sails.js and it's my new backend favourite.