this post was submitted on 18 Sep 2024
93 points (100.0% liked)
chat
8180 readers
131 users here now
Chat is a text only community for casual conversation, please keep shitposting to the absolute minimum. This is intended to be a separate space from c/chapotraphouse or the daily megathread. Chat does this by being a long-form community where topics will remain from day to day unlike the megathread, and it is distinct from c/chapotraphouse in that we ask you to engage in this community in a genuine way. Please keep shitposting, bits, and irony to a minimum.
As with all communities posts need to abide by the code of conduct, additionally moderators will remove any posts or comments deemed to be inappropriate.
Thank you and happy chatting!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Unfortunately I'm not a programmer I do other technology things but really it depends on what kind of work you want to do. What kind of programming do you want to do? Data? Web? Enterprise bullshit? Something else? That's the real starting point of that question
I'm throwing together the occasional script for solidworks and inventor, so I'm learning to hate VBA
Does solidworks have a python scripting api? VBA is a road nobody should go down
Maybe, it's pretty old but also very locked down. I should check, I think I prefer python and lua over vba
Push for anything over vba
Web and desktop app. From my search, Frontend is a mess of frameworks, react is popular but it’s facebook.
Ew yeah frontend is nasty stuff. The more frameworks you know the better but I stay far away from that for a reason
avoid react, please
React’s not going anywhere. May as well learn the basics. Hell, learn the basics of jQuery too. That shit’s everywhere.
Yeah but it should go away
You’re preaching to the choir, comrade. I begged my boss to not introduce React into our jQuery-heavy codebase before we’re done ripping out the jQuery. The interactions we’ve had between old jQuery selectors and React’s virtual dom have not been pretty.
You trying to get a job? If so, frontend is gonna be react or angular (Google) for a lot of entry level jobs. If you can learn just enough of either to bullshit an interview, you can probably get work eventually. It's kind of hard to learn the frameworks without learning some level of basic coding first, but I guess LLMs have probably made this a good bit easier to deal with.