d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Advice?
Add Reply New Topic New Poll
Member
Posts: 13,047
Joined: Apr 8 2010
Gold: 100.09
Jun 1 2023 06:06am
I've started coding several times, and I do mean several.

I tried JS, Java, and Python.

Python is my most recent endeavor and Al Sweigarts book "automate the boring stuff with Python" was really great.

I guess I'm just looking for encouragement? I really would love to get JS down well enough to become a junior dev somewhere. Maybe you guys have some favorite resources you can share?
Trade Moderator
Posts: 26,726
Joined: Dec 20 2005
Gold: 82,500.00
Trader: Trusted
Jun 1 2023 09:15am
do some projects to get yourself going.
think about an idea or google and make it happen imo is the best practice.
Member
Posts: 34,230
Joined: May 12 2006
Gold: 0.00
Jun 1 2023 10:29am
Check out ChatGPT 3.5 or GPT 4.0 from OpenAI. You can use it to answer all of your questions in any programming language and even have it generate lesson plans or give you tasks to complete for things you need more practice with.
Member
Posts: 13,047
Joined: Apr 8 2010
Gold: 100.09
Jun 1 2023 10:54am
Thanks guys
Member
Posts: 3,197
Joined: May 4 2013
Gold: 1,457.00
Jun 1 2023 12:40pm
Check out youtube channel Fireship
Member
Posts: 1,705
Joined: Mar 14 2005
Gold: 15,052.74
Jun 21 2023 10:15am
I'm not a webDev, but from what I hear freecodecamp is really good. Multiple people on twitter have said it's the main reason they got into a position doing web development: https://www.freecodecamp.org/learn

If you are interested in learning more about the fundamentals of programming, I would suggest the Learn to Code series from UBC. Other than the capstone project and the the certificates that go along with the courses, everything is free through eDX.: https://www.edx.org/micromasters/ubcx-software-development

If you want to go even further and get the full Computer Science experience, there are many different curriculums put together online. All with a lot of good free options: https://github.com/mvillaloboz/open-source-cs-degree

There is also a site/platform called Excercism. You can solve programming problems in over 60 languages and then actually have people look at your code and give you feedback: https://exercism.org/tracks

This post was edited by Xx_hell on Jun 21 2023 10:15am
Member
Posts: 13,047
Joined: Apr 8 2010
Gold: 100.09
Jun 21 2023 10:16am
Quote (Xx_hell @ 21 Jun 2023 12:15)
I'm not a webDev, but from what I hear freecodecamp is really good. Multiple people on twitter have said it's the main reason they got into a position doing web development: https://www.freecodecamp.org/learn

If you are interested in learning more about the fundamentals of programming, I would suggest the Learn to Code series from UBC. Other than the capstone project and the the certificates that go along with the courses, everything is free through eDX.: https://www.edx.org/micromasters/ubcx-software-development

If you want to go even further and get the full Computer Science experience, there are many different curriculums put together online. All with a lot of good free options: https://github.com/mvillaloboz/open-source-cs-degree

There is also a site/platform called Excercism. You can solve programming languages in over 60 languages and then actually have people look at your code and give you feedback: https://exercism.org/tracks


this is packed with valuable info. thanks man!
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll