DEV Community

Day
Day

Posted on

just recommend

I want to build a workflow(website)
would you recommend Library/ Framework / Database
1 fast loading
2 UI/UX isn't bad
3 security must be good

Top comments (6)

Collapse
 
curiousdev profile image
CuriousDev

Do you want to work with Frameworks, like something which provides a lot to you so you do not need to understand every detail or do you want to practice general stuff, on which Frameworks are built on, like programming with JavaScript and HTML? I would recommend the latter, if that did not happen yet a lot.
Start with JS and HTML. Maybe add some CSS, if you like to design it properly. Then you can think about Server technology, e.g. using Node for the same language or .NET with C#. Frameworks are optional, like Vue or React for your JS/Client. If you set up a Server which needs to handle data sets, you can think about any SQL database or a different approach, like MongoDB. SQL should be a better choice to start with. But if you are still a beginner, do not try to do everything at once, single steps are better.

Collapse
 
nday profile image
Day

thank

Collapse
 
hey-amit profile image
Amit Kumar

Plain HTML.
It's Fast, Secure, and UI/UX is on you.

Collapse
 
curiousdev profile image
CuriousDev

You would recommend to only use HTML? What about JavaScript or anything else needed for an application?

Collapse
 
nday profile image
Day

thank

Collapse
 
edward_naidoo profile image
Edward Naidoo

I think using Django would be good for the security part. React has a lower learning curve to Angular, but that's still on the table as it's very organized by default.