+ 5
How can I improve my programming skills?
I am practicing javascript for almost a year but it seems that I know only theory part and lack in the practical side of the same. Please tell that how can I use theoretic knowledge practically and make interactive websites. ..
5 Respuestas
+ 8
Start from building simple web applications with HTML/CSS/Javascript such as to do list, conversion or calculation tools.
Once your have familiar with all the basic web building skills, you can start to build Ajax api, form posting to server to form most complete dynamic website with server. Learn some Javascript frameworks such as ReactJS.
For advanced level, try to learn how to build Node server and MongoDB, Rest api...
These maybe overwhelming. Try to do in slow with a lot of patience, don't giveup and do it consistently. Don't expect to get to know everything in 2 months time. Give yourself 2 years time or more to master all these skills.
+ 3
by practicing the real code daily. Don't try to rush but understand the concepts and you'll get there.
Best way is to first understand
1.html
2.css
3.js
+ 3
In your case @Radhika. If you wish to practically apply the concepts. The OpenSource Community to contribute is the best platform.
In the beginning you may find creating the complete back and front end of a website a tragic task. therefore it is better to start with contributing to other developers website or any other JavaScript project on Github.
On the way to contribute to different projects you will learn how to practically apply your theoratic knowledge. Feel free to ask questions.
+ 1
I feel that when I learn Java & Javascript the best way to apply it is to try a sample code. (E.g. If they teach you how to set Array elements and such; try to understand and copy the code the way they teach you and use trial and error with the error methods)
- 2
hlo sis u have to use try and error method to improve u r coding.