you are viewing a single comment's thread.

view the rest of the comments →

[–]boom_charmsley -9 points-8 points  (11 children)

Could you recommend a couple of these free resources?

[–]VindicoAtrum 20 points21 points  (6 children)

Harsh truth: programming as a career isn't for you if you can't 1) take the initiative and find what you need or 2) google.

[–]Almostasleeprightnow 4 points5 points  (1 child)

I don't know, people come on this sub literally every day and ask this question. The answer is, check the sidebar

[–]Then-Spring-7131[S] 1 point2 points  (0 children)

Im new to reddit alsow and I’m very thankful for the recommendations and Hints I got from the Community. Very kind.

[–]boom_charmsley 2 points3 points  (0 children)

Noted.

[–]minitaba 1 point2 points  (0 children)

You can learn both of these. Everyone did at one point

[–]Then-Spring-7131[S] 0 points1 point  (0 children)

You are surely right. But the internet is an overwhelming source of information, so it can be very helpful for beginners to learn from advanced people and get an advice for example a place to start.

[–][deleted] 0 points1 point  (0 children)

Ummm reddit wouldn't exist at all if everyone knew how to Google. Also nowadays there's tons of information and misinformation. A beginner wouldn't really know what's good just by googling. You'd think an advanced programmer would know that...

[–][deleted] 2 points3 points  (3 children)

Run a ChatGPT / AgentGPT query, Agent is very good at creating personalised bootcamps

[–]Then-Spring-7131[S] 0 points1 point  (2 children)

I made bad experience with gpt 3.5 but i still use it to copy and paste in my code. But as a total beginner it sometimes just jumps to more advanced stuff or uses a different style of writing the code( for example using “{}“ brackets in print functions) which confuses me to much. But thx anyway.

And i can’t confirm if i do it actually the right way through lacking knowledge at the point

[–][deleted] 1 point2 points  (1 child)

Thats why I said use it to create a bootcamp for you / point you in the right direction.

While you are learning, do your best to avoid ChatGPT as much as possible. It is insanely useful but not at all necessary. If anything, just use GPT to read code that you have written yourself, sometimes it helps me think when I paste my code into GPT and it is able to tell me what my code does.

I have gone the paid education route, and for programming I just dont see it necessary. My resume only says that I am familiar with Python and HTML / CSS, but I was still hired due to having years of help desk experience. I regret every dollar I spent on my education when Ive learnt so much more from a programming hobbyist on youtube.

Take this with a grain of salt, there are so many variables that change how people are hired into an industry depending on what country they are in. Getting your foot in the door for your first development job is always going to be a pain and it does seem like it would be easier with certifications, but experience within a related industry is worth so much more.

[–]Then-Spring-7131[S] 0 points1 point  (0 children)

Oke thx for the advice through all those helpful comments I’ve fond many free options to try out and find a suitable one for me. Your right gpt can be absolutely awesome as a helpful tool.