* Posts by the_north

3 publicly visible posts • joined 21 Jan 2019

Q. What's today's top language? A. Python... no, wait, Java... no, C

the_north

After initial excitement and motivation, you gradually hit a brick wall (figuratively speaking) from time to time, which can be quite demotivating.

Once I started Multithreading, several times I caught myself thinking "Why am I doing this?!" But you get through it, gradually grinding it out.

I personally think motivation is not really the key for any beginner. You need discipline, more than anything, and as you get used to gradually getting through the hard topics, you gain more experience and when it finally clicks you feel on top of the world...and recharge your motivation in the process.

I strongly believe it is also very important to have the right tools and information.

So, let's took about the books.

My First one (not surprising) was "Head First Java".

This book is for fans of the informal presentation of material. When you read this book you get the impression that you are not learning, but just talking with friends.

The next one was "Java. Beginners guide" by H. Schildt.

This is the best book for newbies. I could not read Head Fist for a long time; This is not my book, I have reached half and realized that I can no longer.

In this book, everything is structured, all "on the shelves". The author managed to write a book "not dry" and "without water". This is the best book for newbies!

Legendary "Thinking in Java". B. Eckel.

I recommend this book after reading Head First or after reading Schildt’s book.

If you are starting to learn Java, but you have experience in other programming languages, such as C ++, then you can safely take up this book.

This is a book that can be read in a couple of nights and you will know the Java-core at a good level.

I also have a personal shortlist of online resources, which I hope helps beginners:

CodeGym.cc

+ : free, good design, a lot of practical tasks, game-like course geared for complete beginners, quick switch between light and dark themes.

- : Java only website.

Edabit.com

+ : free, interesting concept with a lot of “challenges” of various complexity, can add your own theory resources to each challenge.

- : not for beginners, no theory apart from links from users to outside sources.

Mooc.fi

+ : free, includes exercises/tasks, examples of code included in the theory, more advanced topics also included.

- : reads a bit like a very long manual with no ‘back to top button’, too much white on the page so hard on the eyes after a while, not much theory.

SoloLearn.com

+ : free, good design, step-by-step process, and test questions.

- : very little theory, no proper tasks to cement the knowledge.

Good like, guys! I hope it will be helpful.

the_north

Re: Java still the best and will be the best!

These are actual offers. I think it makes no sense to argue about the superiority of Java over the iOS platform.

You did not think that the complexity of the implementation of Java requires more skills than iOS? You did not think that Java covers a wide range of tasks? iOS is one platform. Java is multiplatform. From here and more offers, and I don’t need to prove here that the offers on the iOS fly like hotcakes, and Java continues to stale on the table.

the_north

Java still the best and will be the best!

A quick search on Dice.com shows that working in Java is in bulk. If for iOS there are about 2500 offers, for Java it is more than 17000. Of course, one cannot completely rely on these numbers. But the fact that the market for Java on Dice.com is potentially seven times larger than for the most fashionable iOS suggests that “old Java” feels pretty good.

Java certainly has its own problems. Java haters will continue to sputter and knock on the keyboard, posting malicious comments on the Internet. A garbage collector can cause hiccups and shiver. Data typing is a chore and cannot reject really bad code. Annotations are too complex. New Java features aren't evolving as fast as they were in the past. Braces add some confusion. This list goes on and on.

However, none of the competing technologies could not so widely and deeply land on the shores of the IT industry. Although some of the problems in Java are fairly easy to fix.

Another question is where and how to learn Java?

Java is the primary language for Advanced Placement Computer Science (Advanced Placement (AP) - curriculum and exams for high school students in the US). This means that often for Java students is the first programming language. Thus, Java is further with them "both in sorrow and in joy."

Let's talk about Java learning methods. Who is learning or studying? Very interesting to listen to. Maybe I myself can give a couple of practical training tips.