this post was submitted on 26 Oct 2023
80 points (90.8% liked)
Programming
17308 readers
203 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Beyond any of the basics (logic, loops, data types, functions, classes etc), my biggest tip is to come up with a project, and figure out how you want to do it.
Like, you could make a "local weather display".
This could be purely JavaScript, CSS and HTML, and it runs on a raspberry pi.
Or you could go down an embedded route, use an Arduino, program in c/c++ (even python, node, or rust).
Or perhaps you want to make a game, and use c#.
Or some mobile apps, using swift for iOS... Or kotlin for android. Or a language that can compile for both.
Maybe you just want to automate some things on Linux, and some bash scripts are just the ticket.
I would suggest learning the basics of programming using JavaScript/node, python or c#.
Then figure out a project, and make it happen.