I want to learn Rust. There are so many resources available and I am unsure which one to go for, and if there are any tips on getting started?
I am a software developer by trade
Edit: Thanks for all the great replies!

Interesting read to get some perspective on this.
I thought it was disappointing and unnecessary for Andy to say anything at all about this, and especially in support of any of the actions of the Trump admin, but I have personally decided to let it slide. That article is one of the reasons. But I still don’t think it is ideal.

Is that an omission by choice or just something they haven’t added yet?
Is it like a whitelist or a blacklist scenario?

Hmm…
So your argument is that we potentially lose valuable insight?
I agree in principle, but it is hard to balance.
Because without a certain amount of civility we potentially lose the voice of minorities and oppressed groups of people.
In a free democratic country you of course should be legally allowed to be abrasive and say mean hurtful things.
How would you balance/solve this dilemma on a social network? The same way as the law?
I am a bit torn here

To be fair, that’s kinda deserved. You could experience the same here.
There are plenty of other reasons to hate on Reddit, but acting in a fairly civil manner should be expected.
Glad to have you here though! 😊

I am out of the loop. What does this mean?
Can they remove a bad review without text?
I know we should not objectify people, and I rarely do.
That said… As a heterosexual man I got to say that this is one of the first times I have truly seen how handsome Elvis was. God damn.
I don’t have in-depth knowledge of the differences and how big that is. So take the following with a grain of salt.
My main point is that using containerization is a huge security improvement. Podman seems to be even more secure. Calling Docker massively insecure makes it seem like something we should avoid, which takes focus away from the enormous security benefit containerization gives. I believe Docker is fine, but I do use Podman myself, but that is only because Podman desktop is free, and Docker files seem to run fine with Podman.
Edit: After reading a bit I am more convinced that the Podman way of handling it is superior, and that the improvement is big enough to recommend it over Docker in most cases.
There are another important reason than most of the issues pointer out here that docker solves.
Security.
By using containerization Docker effectively creates another important barrier which is incredibly hard to escape, which is the OS (container)
If one server is running multiple Docker containers, a vulnerability in one system does not expose the others. This is a huge security improvement. Now the attacker needs to breach both the application and then break out of a container in order to directly access other parts of the host.
Also if the Docker images are big then the dev needs to select another image. You can easily have around 100MB containers now. With the “distroless” containers it is maybe down to like 30 MB if I recall correctly. Far from 1GB.
Reproducability is also huge efficiency booster. “Here run these this command and it will work perfecty on your machine” And it actually does.
It also reliably allows the opportunity to have self-healing servers, which means businesses can actually not have people available 24/7.
The use of containerization is maybe one of the greatest marvels in software dev in recent (10+) years.
And it can be sorted alphabetically in all software. That’s a pretty big advantage when handling files on a computer
I want to learn Rust. There are so many resources available and I am unsure which one to go for, and if there are any tips on getting started?
I am a software developer by trade
Edit: Thanks for all the great replies!
Honestly the thing I kinda care more about would be a fully developed sandboxed permission controlled system like Android, just with the storage permissions like GrapheneOS. I know there are some support for this, flatpak & flatseal etc. but it is not prominent enough. I want it to cover everything, like android.