+ 2
What to learn; and in what order.
Hello coding world! I'm new to the app (and coding altogether), so I have NO idea where to begin. Could someone please help?
2 Respuestas
+ 7
I'm also new but apparently HTML is the way to start, it all depends what do you want to do, though
+ 2
For Web development take these courses: HTML then CSS then JavaScript. That will give you a great start for front end development. Next if you want to dive into backend for Linux servers take the PHP and for Windows learn ASP.net and maybe C#.
For database programing take the SQL course.
For desktop programs learn C++, C# and/or Python.
For Apple iOS learn Swift and maybe Objective C. For Android learn Java. (Note Java can be used for a lot more than just Android from backend Web development to to microwave ovens)
For gaming C++ (very useful with Unreal engine) and C# (Unity).