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

Programming

17978 readers
426 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
[–] eager_eagle 12 points 1 day ago (1 children)

you're not yet in college and have been coding for 4 years?

You already have a head start. Most of my Comp Eng classmates hadn't written a hello world when they started. Go through your CS, get one or more internships, and you'll have some perspective.

[–] over_clox 3 points 1 day ago* (last edited 1 day ago) (1 children)

Why does everyone seem to thump on 'Hello World' as their first program?

My first program was BEEP

At least I learned that the computer could follow commands.

[–] eager_eagle 3 points 1 day ago (1 children)

as in printing \a in c? It was one of my first ones too.

[–] over_clox 3 points 1 day ago (1 children)

I was 15 years old. QBasic + BEEP was amazing to me at the time.

That's when I learned words could tell a computer what to do.

[–] [email protected] 3 points 1 day ago (1 children)

That was my first too! Followed by

BEEP BEEP BEEP

[–] over_clox 3 points 1 day ago
DO
    BEEP
LOOP UNTIL BEEP = BOOP