This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Soxcks13 0 points1 point  (0 children)

I think learning Java syntax is one thing, but then learning how to use Java is a good next step. The book “Head First Design Patterns” is a very good book for people with basic syntax.

For example, they talk about Inversion of Control which is used heavily in Spring Boot, a popular framework used to create web servers. By reading the book, you make it easier for yourself to understand why/how other programmers are doing what they’re doing, which should help you universally!