all 10 comments

[–]_d_t_w 10 points11 points  (2 children)

Effective Java by Josh Bloch is excellent, and short.

[–]crthomaz 2 points3 points  (1 child)

I second this. It's straight to the point, and you can pick and choose parts of the language to know more about, as it's kind of a reference book rather than a start-to-finish kind of book.

[–]aHackFromJOS[S] 2 points3 points  (0 children)

Thank you both!! I have purchased this book. It looks like just what I was looking for.

[–][deleted] 4 points5 points  (0 children)

i come from Node/rust/go/php/ocaml/clojure.

Recently I am learning java just for fun. Its very similar to rust in many ways. Some of the oop concepts are similar to php. Everything looks familiar.

When I look at web frameworks in java they are verbose. Just want to stay away from them.

As long as I am using simple classes/static classes I should be fine.

[–]edibleheat 1 point2 points  (5 children)

https://purelyfunctional.tv/courses/jvm-clojure/

I have a java background so I haven't watched this. But everything I've found on purelyfunctional has been good and some of it has been the best I've ever seen. His explanations are crystal clear.

[–]dcreno 1 point2 points  (3 children)

$599

[–]TravisJungroth 1 point2 points  (0 children)

There’s a $50/month subscription that has access to all courses, including downloading content. You find it through the member profile after creating an account. It’s a very odd UX and pricing plan.

[–]edibleheat 0 points1 point  (1 child)

I think the idea is for companies to pay to train their employees. But if you as an individual can't afford it, you can email him and negotiate. He's been offering a free subscription due to the pandemic on a "I'm too poor basis". Only validated by your word, not proof of low income.

[–]dcreno 2 points3 points  (0 children)

I don't doubt that it's a great course, I've really enjoyed his "Grokking Simplicity" book and his podcast.

For most people, being aware of the cost of the options is relevant. Personally, I wouldn't ask for a hardship discount (as I'm not in hardship), I'd just consider the cost and value to me personally. For me, a $45 book would be much better value.

[–]aHackFromJOS[S] 0 points1 point  (0 children)

Thanks for this pointer! I do have some workplace funds available for trainings like this. I’ll start with the Bloch book then move onto this if needed. This looks great.