this post was submitted on 11 Jan 2024
16 points (94.4% liked)

Programming

16996 readers
153 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
16
Suggestions on bootcamps? (sh.itjust.works)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

I've been playing around with Arduino and esp for ~10yrs, just googling, copying around code snippets, and reading compiler fail logs.

I'm fed up with my lack of ability to understand larger projects and more in depth programming (pointers, objects, etc)

I'm mostly focused on embedded software (iot, iiot, etc.) So probably looking at staying with C,C++ or rust?

I'm fine with investing some $$, but don't particularly feel I want to spend more that $1k at the moment to fix my ignorance.

What bootcamps would you suggest?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 8 months ago

CS50 covers pointers, objects, classes etc and will give you a solid foundation. Fully recommend though, fair warning, it's challenging. Tideman nearly crushed my soul.