What will be the learning process to be a good Programmer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 16

What will be the learning process to be a good Programmer?

To become a Web-Developer or to become a web based Programmer what is the best learning process, which program should learn first,is it better to learn 1 program at a time or more,...to become a good Programmer is it necessary to learn most of the programs.

27th Jan 2018, 12:04 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
2 Answers
+ 12
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) Python3 and Django for building strong and very rich website ( flask is used for small website,but Django for everything) kivy ( a Python Framework for anroid )is used for making android apps. https://kivy.org/#home Kotlin is Google's new Program for android. Google's new android version is built on Kotlin.Kotlin is dynamic and co opt with latest technological development (such as Augmented Reality, Artificial Intelligence, Facial Recognition etc) It's coding process is also simple and as like Python. Swift is for building apple / IOS app . To improve coding skills 2nd link is helpful: https://www.sololearn.com/Discuss/437973/?ref=app
27th Jan 2018, 12:29 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 7
A good programmer not only requires good coding skills but also requires ability to analyze the scenario at a modular level. A good programmer requires 1) Continuous learning: New technologies emerge in day to day life. The current technology might be outdated in a few years from now. So, following the latest technologies and learning the essential is crucial. 2) Command on at least one programming language: Learn at least one modern and efficient programming language completely from scratch. Do as much coding as possible. 3) Join Online coding contests: Compete with the other techies by participating in online coding contest. This improves the command over the programming skills. 4) Learn from others: If given a chance, go through the code developed by other techies. Understand the logic. 5) Debugging Skills: Besides coding, debugging skills are necessary to become a good programmer. Debugging skills help in finding the bugs/mistakes done during development phase. (Its like finding the leakage with minimum effort in a well built house) If you want to see tips to become good & master in programming then see this==>> http://crbtech.in/Java-Training/10-tips-become-better-programmer/
1st Feb 2018, 9:03 AM
pranit patil
pranit patil - avatar