Games and Visualisations with advanced JS [google internship and job option] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Games and Visualisations with advanced JS [google internship and job option]

I wanna learn Advanced JS and create apps and games with high user experience. How do I go about it? Also, I wanna get a job at Google or at least paid internship. What should be my qualifications?

30th Apr 2018, 8:43 AM
Siddharth
Siddharth - avatar
3 Answers
+ 2
To run any website or web application you need to have a web server and application with database. You can now use JS to write this code. This code is referred to Server side, and traditionally would have been written in a language like PHP or Python. Nodejs is the environment that this application JS runs in. It comes with many Modules to support things like Web services , connection s to databases and e commerce capabilities. Google IO is Google's Annual Developers conference and will be streamed on YouTube
5th May 2018, 5:58 AM
Mike Choy
Mike Choy - avatar
+ 2
What is nodeJS and server side js? Also what's google io? Thanx!
5th May 2018, 2:57 AM
Siddharth
Siddharth - avatar
+ 1
Hi Siddharth if you want to master JS you really need to get familiar with ES6, Functional programming, and Server side JS with node.js. You will learn advanced concepts like Modules, Async, package management and Progressive Web Apps. Google IO is next week, so watch out for new things from the Polymer team, who should be releasing Polymer 3.0 and lots of new things related to the web.
4th May 2018, 10:14 PM
Mike Choy
Mike Choy - avatar