0
web development and for app development
How many programming language needed for web development and for app development
2 Respuestas
+ 1
Hey Momodu Abdulmalik. Welcome to Q&A discussion forum of Sololearn. This is a very common question by he way. We try to avoid repetition on questions in our forum better you can use the search bar in our Q&A section to find this kinda queries and seems like the tag already you use here.
You can visit these threads to know more details about your query. Thanks and have a safe journey with Sololearn.
https://www.sololearn.com/Discuss/1858670/?ref=app
https://www.sololearn.com/Discuss/1385756/?ref=app
https://www.sololearn.com/Discuss/617443/?ref=app
https://www.sololearn.com/Discuss/688949/?ref=app
https://www.sololearn.com/Discuss/236235/?ref=app
https://www.sololearn.com/Discuss/2513142/?ref=app
https://www.sololearn.com/Discuss/823823/?ref=app
https://www.sololearn.com/Discuss/311541/?ref=app
https://www.sololearn.com/Discuss/1372676/?ref=app
https://www.sololearn.com/Discuss/1245466/?ref=app
0
Frontend web 3 - HTML, CSS, JS; really JS is a language and HTML/CSS are more akin to a technology, as they are not Turing complete.
Backend web at least 2 - one for server + another for database.
Native app programming at least one, and another for database if needed, and complex app or games may include a scripting language like Lua.
Modern web apps are capable of most of what native apps can do and JS is relatively simple, but it's also slow compared to many other languages, and makes some things more difficult like parallelization.
It'd be best to look into different app programming options along with web and web app programming, compare and contrast based on what you want to do.