What can i Learn/know right now, that would be useful and essential in making me a better programmer for the rest of my life? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

What can i Learn/know right now, that would be useful and essential in making me a better programmer for the rest of my life?

18th Oct 2017, 12:47 PM
Okoye Kenneth Collins
Okoye Kenneth Collins - avatar
4 Answers
+ 5
I believe the ability motivate yourself, is important. Also you need to be able to teach yourself.
18th Oct 2017, 12:51 PM
Manual
Manual - avatar
+ 5
I think, if you are a web-dev, and you already learned all lessons, to see the works of everybody, see everythings next to you (irl) and that will give you inspiration :) the inspiration up my experience all the time, bcs I try to do some things I didn't know how to do
18th Oct 2017, 1:23 PM
NoxFly
NoxFly - avatar
+ 1
If you are an beginner in programming language but u feel it's useless to study the same old C language because even a 7th grade student knows it well.but u have just heard it !! so here is the trick for you. first lets split the different kinds of programming languages one can find apart from regularCandC++ let's now consider an application (watsapp) or any web application like Google. these all come under different sections like web application, mobile application,cloud applications and so on.forget about that as of now. application you consider will generally have three major things one can be identify. -> front end -> middleware -> back end FRONT END is nothing but the User interface (UI) were the design are made for the application using certain languages like =>HTML5,CSS,Javascript,Jquery,bootstrap. BACK END is the one that stores the data, which we enter in the application. consider,a website that asks for a login password and username and If it is correct u are logged in. how it is doing that ? it is because the username and password you registered while entering the website as a new user was stored in there database and hence you were able to login after the registration. this can be done from some languages like =>Sql, MySql, PLSql, oracle11g, MS Access. The MIDDLE WEAR is nothing that connects both the front end and back end together to make a process happen and Make it complete.( I'm not discussing much about this, cuz may lead ti confusion).some common languages are =>Java , C#, C++, Ruby,Python,Perl. So while learning about programming techniques. start from a simple front end , middleware , back end programming kinds and learn your favourite. I started with front end - HTML5,CSS middleware - C# back end - SQL If you don't understand about the above content. Then follow the old methodology like starting with : C ,C++ ,C# or JAVA,HTML, CSS, SQL #happiee learning 😉 All the best ! 👍 programming is all about the LOVE towards it.😇
24th Oct 2017, 8:47 AM
Irine
+ 1
Learn Computer Basics and algorithm
24th Oct 2017, 8:59 AM
sadeq rezaei
sadeq rezaei - avatar