this post was submitted on 29 Jan 2025
34 points (88.6% liked)

Programming

17984 readers
220 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/24857168

I would like to code for a living and to contribute to open source projects and things, but my coding skills are absolute shit after taking online courses and watching video tutorials. How can I learn to code for real?

What I would like to learn is algorithms, web development ("full stack"), how layouts work (both in like kotlin compose and HTML) and how to read other peoples code. Maybe thats more than I can chew, but its probably good for me to try out many things before getting settled on one.

Now I have been coding for a while already (~ 4 years), but I kind of feel like I need more guidance to be able to actually create code that works as intended intentionally, and not through trial and error / stack overflow. As for what level i am at, CS50 is probably my only qualification, I have played around with APIs (I.E. making discord bots), and made some html "apps" (horribly made, but things like the "genius" game and a calculator) and "prototype" react websites (as in, really bare bones, barely working).

I do plan on taking CS or something similar, but i'm not yet in college, and I would like to have a good head start before getting there.

Sorry for my bad English, and any help is appreciated.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 2 days ago* (last edited 2 days ago) (3 children)

actually create code that works as intended intentionally, and not through trial and error / stack overflow.

When do we tell them?

[–] [email protected] 11 points 2 days ago (2 children)

i hate this joke.

yes, trial and error is part of the process, but that does not mean we are bumbling fools that don't know how or why things work. trial and error is part of any complex endeavour or learning new things.

when i started programming i struggled with getting stuff to compile, because i didn't know the language i was using well, i later struggled with getting my code to work on other machines because i didn't understood how to package it.

we absolutely get more competent, but we use complex tools to do complex stuff and we seldom have to produce the exact same thing twice, so of course we often find ourselves in somewhat uncharted territory.

[–] [email protected] 0 points 2 days ago

Chill, hatred is too strong for this. Jokes are rooted in reality but that doesn’t mean that they describe the full reality.

I’ve been programming and tinkering with computing systems for a long time. Every time I start a new project with some new tech, I end up with 1000 tabs open in various mixtures of docs, AI, stackoverflow, reddit; and discord, slack; etc. hunting for answers or resolutions to similar situation to some particular nuanced problem I’m experiencing. It doesn’t mean that I’m an idiot just that I’m trying to do something that I haven’t done before.

It’s taken me many cycles to break myself out of the samsara loops of “I don’t know how to do this so I suck.” Imposter Syndrome is real but eventually we work through it to a healthy perspective of “I don’t know how to do this… yet, but I’m going to have to struggle through it to earn this knowledge.”

[–] [email protected] 5 points 2 days ago

sshhhh let the kid develop a bit of impostor syndrome first

[–] [email protected] 0 points 2 days ago (1 children)

Sounds like you're just still in the same boat as op.

[–] [email protected] 0 points 2 days ago

That’s a rather disrespectful thing to say. But I’ll play and assume you weren’t trying to be a jerk.

Sounds like you're just still in the same boat as op.

I disagree. It’s a natural part of the cycle of learning new things, and when is software development not about learning new things?