+ 3

I still don't know how it works.

I am able to build an angular app but the things I dont know is the queries, I know the basics of sql ang javascript but what else should I learn? or where can I find best references?

4th Oct 2017, 3:33 AM
Rodel Oquila
Rodel Oquila - avatar
4 Answers
4th Oct 2017, 4:44 AM
Mason Neville
Mason Neville - avatar
+ 1
MySQL
4th Oct 2017, 4:04 AM
Glenda Emanuella Sutanto
Glenda Emanuella Sutanto - avatar
+ 1
Try to learn Javascript Es5/Es6 and master it and also learn typescript after you will find out your answer.
4th Oct 2017, 4:58 AM
Siddhesh Pednekar
Siddhesh Pednekar - avatar
+ 1
In web development there are two important things you need to know: client side and server side. Now there is no real direct connection between these two. It aint like importing a server side function and use it in client side that is not how it works and the only way to communicate between these two is through a browser (client) request via form ACTION or AJAX call then accepting response from server. You have to understand how these web standard works then it'll be easy as eating cake.
5th Oct 2017, 1:30 PM
Roel Delos Reyes
Roel Delos Reyes - avatar