+ 8
How can I become a better programmer?
11 Answers
+ 14
Practice is the key. Try making something with whatever you have learnt and raise the difficulty bar slowly. Good Luck! 😉
+ 13
More practice?
https://www.sololearn.com/Discuss/437973/?ref=app
+ 6
Practice Practice Practice ....!!!☺☺☺
+ 5
Here is a very rich video, detailed (step by step) guidelines for starting online Career ( learning Web Development [Front End,Back End & Full Stack ] and other Programs):
https://youtu.be/Zftx68K-1D4
⏩⏩A very good reference:
https://www.sololearn.com/Discuss/284542/?ref=app
⏬⏬By August Mein:⏬⏬
1. Choosing your first Language
You can choose any language.
if you can't decided here the guide :
HTML is used to make web structure.
CSS is used to give style or animate web
JAVASCRIPT is used to make dynamic web (you can even make game)
PHP is server side scripting language
SQL is database manajemen in server side
C++ is multiplatform OOP based programming language (you can make many app including Games)
C# is more spesific (windows os) than C++
Java is used to build app that can run on any devices (including Android).
JAVA is not JAVASCRIPT
Python is multiplatform OOP based programming languages with easy syntax (compared to other OOP Language)
kivy ( a Python Program for anroid )is used for making android apps.
Swift is for building apple / IOS app .
https://www.sololearn.com/discuss/1033194/?ref=app
+ 4
Practice and challenge yourself, don’t just do normal programming. Try more challenging tasks and try using other learning sites .
+ 2
hy.can you explain my question
+ 2
very large practice they you get better pragrammer
+ 1
Here you can see some of the best tips to become good programmer:-
1) Coding, coding, and coding :
It is very tough and the main thing of programming. With the help of coding, you can get to know the errors and handle it well and focus on improving them. It is not possible to just focus on designing as coding is very much important to produce output. Just don’t quit after solving the problem because they keep coming again and again.
Read More : Best Tips For Safe java Programming
2) Go through the books :
As said coding is quite difficult and both good code and the bad code has a major difference but how are you aware of it? It is not possible to understand the difference until you have come across a good code and understand why a code is particularly good. Here is where books come into the picture.
3) Explore Open Source :
With respect to Google, Apache and other projects just participate in the open source code to develop your skills in programming and become a very good programmer. All you need to do is register on their mail list. Rest will be sorted out because you will dwell in the discussion between good programmers and therefore you will be able to understand problem and approach to develop the skills in you.
4) Work more on Algorithms, data structure, and design related problems :
This is very much important to become a very good programmer. You can find lots of programmers are expert in algorithms, data structures, and basics. For any program the key basis is a data structure, learning more about them helps in problem-solving.
To read more just visit:- http://crbtech.in/Java-Training/10-tips-become-better-programmer/
0
practice more and view some youtube videos on how to become a good programmer.