this post was submitted on 18 Sep 2024
92 points (100.0% liked)

chat

8137 readers
327 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
 

On the flip side I appreciate all the free expensive alcohol I get.

you are viewing a single comment's thread
view the rest of the comments
[–] Hexcat@hexbear.net 12 points 1 day ago (2 children)

What programming language should a comrade new to the field focus on? Rust?

[–] comrade_pibb@hexbear.net 17 points 1 day ago (2 children)

Depends on what you want to do, which isn't super helpful

If you're doing web stuff, JavaScript will always be in demand

If you wanna do games, C# is probably ok for like unity and godot. c/C++ if you wanna get more technical

Kotlin and Swift are the current things for mobile client development, both are pretty good languages to learn

If you wanna do science, then Python is the way to start there, BUT python is also a great place to get into programming as a novice

[–] frauddogg@lemmygrad.ml 11 points 1 day ago

Python is such a clean language; I love it to death and every time I have to go back to C++ I weep a little bit knowing how much cleaner and self-documenting my code could be

[–] kjaeselrek@lemmy.ml 12 points 1 day ago (1 children)

Second this.

Rust is awesome and I love writing and maintaining it, but also it seems like every rust job on the boards is crypto bullshit. I got lucky and was able to learn rust on the (non-crypto, lol) job, which is otherwise mostly python and TS.

[–] comrade_pibb@hexbear.net 11 points 1 day ago (1 children)

all comrades should learn rust to fix lemmy bugs lmao

[–] kjaeselrek@lemmy.ml 2 points 23 hours ago* (last edited 23 hours ago)

Also because it’s awesome! But probably not one to learn for the sake of getting jobs lol. Hopefully that changes.

[–] Infamousblt@hexbear.net 11 points 1 day ago (2 children)

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

[–] keepcarrot@hexbear.net 9 points 1 day ago (1 children)

I'm throwing together the occasional script for solidworks and inventor, so I'm learning to hate VBA

[–] comrade_pibb@hexbear.net 9 points 1 day ago (1 children)

Does solidworks have a python scripting api? VBA is a road nobody should go down

[–] keepcarrot@hexbear.net 6 points 1 day ago (1 children)

Maybe, it's pretty old but also very locked down. I should check, I think I prefer python and lua over vba

[–] comrade_pibb@hexbear.net 6 points 1 day ago

Push for anything over vba

[–] Hexcat@hexbear.net 8 points 1 day ago (3 children)

Web and desktop app. From my search, Frontend is a mess of frameworks, react is popular but it’s facebook.

[–] comrade_pibb@hexbear.net 8 points 1 day ago (1 children)
[–] TheDoctor@hexbear.net 8 points 1 day ago (1 children)

React’s not going anywhere. May as well learn the basics. Hell, learn the basics of jQuery too. That shit’s everywhere.

[–] comrade_pibb@hexbear.net 6 points 1 day ago (1 children)
[–] TheDoctor@hexbear.net 6 points 1 day ago

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.

[–] Infamousblt@hexbear.net 8 points 1 day ago

Ew yeah frontend is nasty stuff. The more frameworks you know the better but I stay far away from that for a reason

[–] jaywalker@hexbear.net 5 points 1 day ago

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.