My question is what technique shoule I know if I wanna build
My question is what technique shoule I know if I wanna build a wesite that allows people to upload their videos ? I already know HTML and CSS, but that only can make a static website, I wanna build a more interative website for which people can do their payment on it, will it be hard to learn?
Solution
As you said the HTML and CSS are used to build static websites. For a dynamic websites like in which the user needs to interact with the website, then you need to build web applications, which will helps you to build interactive dynamic websites.
Now-a-days the top leading web application development programming languages used are :
- Java (J2EE)
- PHP
- JavaScript
- NodeJS
- Python
- Ruby
The choice of language to use depends on type of application you need to build. As mentioned, your main objective is to create an interactive website in which user should be able to upload their videos, in this case, you can go for light weight application languages like NodeJS or Python, which doesn\'t require much complexities unlike others for configuration.
If you are familiar with any one of programming language then you can easily pick any of these programming languages as only the logic matters not the language.
