+ 6
I wanna ask this, after learning the basics of a particular programming language, what's next? How can one improve and advance ?
What's next?
10 Respostas
+ 3
Start a small project: a timer app, or itinerary or whatever small problem you can solve with software in your own life. Create an app to solve said problem.
Probably you'll hit a lot of walls and gaps in your knowledge, but that's the point. Go online and try to figure out the solution based on articles and videos. In my experience this is the best way to learn, it's fun and effective.
If you know the basics of a systems programming language like java, kotlin c++ or c# then I'd go and learn how to persist data locally into a database and probably also would learn some concurrent programming. If you know javascript only then i don't know, I'm not a fan of that language. In that case I'd go and learn a solid statically typed language because js literally encourages the worst coding practices which will be a pain to unlearn later.
+ 12
If you want to go depth about a programming languages I recommend you to buy a programming book đ
+ 8
EyÔñgkĂȘt PĂ«rñùl read books for very advanced stuff or download PDF from internet
+ 6
Deon Atricks in addition to what Daniel said, when it comes to programming (as with anything else), practice makes perfect.
When learning from a book, it's best to attempt the exercises that come with it.
+ 4
Write your own code and learn advanced concepts online and offline.
+ 3
for real improve, you need to think about some simple functions or mathematic formulas and try to do them by a code
+ 1
Thanks Guys
0
Yes thats a very good one whats next đđ
0
Ok thanks đđ i will