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
For further actions, you may consider blocking this person and/or reporting abuse
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
For further actions, you may consider blocking this person and/or reporting abuse
Anthony Max -
ASVIN -
Nick -
Megan Lee -
Top comments (6)
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.
thank
Plain HTML.
It's Fast, Secure, and UI/UX is on you.
You would recommend to only use HTML? What about JavaScript or anything else needed for an application?
thank
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.