Creating an app | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Creating an app

Hello world, I learned js, html and css. I want to create an app that will have a database to upload to a server that I'll buy. Should I learn other languages like node, php or ajax or some API like Angular(I already know the jQuery library)?

1st Oct 2018, 8:03 PM
Antonio
Antonio - avatar
2 Respostas
0
Before you really begin to dive into making an app, you should really get close with php, of course languages like ajax/node is extremely helpful. php,MySQL, and jQuery are probably the best languages to dive into if your interested in learning about the server side languages. Now before you begin to think about creating a working app you should work deeply with JavaScript. This website may introduce you to the basic fundamental knowledge of these languages but in real terms you learn by testing and failing many times. I've always been a C++ and C# type of person but for what I do know from my CIS122 class which is web development, php should be your first language to master if your interested in the server side of web development.
1st Oct 2018, 8:59 PM
Joe Cline
Joe Cline - avatar
0
I'd actually advise against learning PHP. There are still jobs on the market, but you'd be competing with people who've been using it for decades. Try learning a newer technology like NodeJS and the jobs will come to you.
1st Oct 2018, 10:37 PM
Division by Zero