What should I learn first? A Client-side language or server-side language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What should I learn first? A Client-side language or server-side language?

client side or server side

14th Jul 2017, 10:37 AM
Paolo LoL
Paolo LoL - avatar
3 Answers
+ 3
As you have mentioned language, I think you need to learn languages for both sides. Because both sides are equally important. I might also add that you may need to learn sql if you're into database connected web programming. For client-side use JavaScript, this will add interactivity and asynchronous data operations to your web. If you want, or need, you can advance to learn JavaScript framework. There are several languages you can use on the server-side processing, php and ASP.Net (using c#) are amongst the top widely used language for server-side programming. There are other server-side languages probably, that I don't know about. P.S. Today's trend is the use of frameworks both sides, as they support you to "code less and do more". Hence increase productivity. Ooops sorry, I hit "post" button prematurely (edited)
14th Jul 2017, 1:23 PM
Ipang
+ 1
If you know HTML, CSS go for JS.
14th Jul 2017, 10:47 AM
Boris Batinkov
Boris Batinkov - avatar
+ 1
I'd learn client-side first, and then immediately learn server-side afterward. They go hand-in-hand, so both are necessary for most modern sites.
14th Jul 2017, 1:07 PM
AgentSmith