Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
aceface3398yDepends on what you wanna learn. I suggest books like 'the pragmatic programmer' for real world advice, hackerrank.com for algorithm practice and opensource contributions to see other coding styles
-
@aceface just read that Andy Hunt the author of PP will be the first featured guest on the new devRant podcast series.
-
I agree pick a project and just roll with the punches, alternatively if you can find a project that has already been done you can offer to fix the bugs. You'll curse a lot, but you'll learn a lot too
-
Check out Laracasts. Some great video tutorials on there. Mainly php but useful programming principles too!
-
hiestaa4018yHave you tried online courses such as coursera? I can't tell for sure as I haven't followed them myself but I think they have some good quality courses there.
-
the best way to learn is by doing. so pick a project and do it. try not to do anything complicated at the start so you don't get discouraged when you are stuck.
-
KrupaH4638y@Jumpshot44 wait hold everything there's a devRant podcast series? Where can I find this magical beast?
-
BartBB6898yA little bit late, but here is my answer:
I choose a language I'm interested in, I look for online tutorials and read a few pages from each, to determine which one hands me the information in a better way.
Once I have a basic understanding of the standard libraries, I choose a project and do it, using whatever libraries I find online.
Practice makes perfect, if you ask me. -
Darkler15878yA project seemed like the best way to go so that's what I ended up doing actually :)
Related Rants
How did you start learning to program? I've been teaching myself where ever I can and changed my major, but I feel like I could be learning more in less time. Any tips?
undefined
starting out
learning
noob