Hello guys, curation is one of my passion and so is reading. I read a lot, here in Medium, On Reddit, On HackerNews and in general other places on the Internet. While reading so many articles I have noticed one thing that sometimes a good article doesn’t get the exposure it deserves and when I see that I feel for them.
It takes a lot of hard work, time, and patience to write an article and there is nothing more frustrating to find that only a handful of your friends have read it.
Java Community has given so much love to me and I am really grateful and I felt that I should also do something for new writers and bloggers and Java developers who write and that’s why I have created this
Publication, Javarevisited.
If you follow me that you know that I solely write on my blog Javarevisited and Java67 but in this place, it’s not just me but other Java programmer and developer also gets a chance to write and share their thoughts.
Apart from that, I have also started a series of curation articles, where I will share some worth reading Java articles from Medium so that you can read some interesting articles and those articles also get more exposure they deserve before falling on the sea.
So, here is my first such curated list about best Java articles of this week from Medium:
Contents
- 1 1. 10 Deadly Mistakes to Avoid When Learning Java
- 2 2. Helidon flies faster with GraalVM by
- 3 3. A Study List for Java Developers by
- 4 4. Must-read books to learn Java programming
- 5 5. How (and why) to cook equals() and hashCode() in Java by
- 6 6. Evolution of Spring Boot and Microservices by
- 7 7. Optional in Java and anti-patterns using it by
- 8 8. Microservices with Spring Boot and Spring Cloud. From config server to OAuth2 server (without inMemory things) — Part 1 by
- 9 9. Microservices with Spring Boot and Spring Cloud. From config server to OAuth2 server (without inMemory things) — Part 2 by
- 10 10. Spring boot microservices with Eureka server by
1. 10 Deadly Mistakes to Avoid When Learning Java
An excellent article by our new writer
on our Medium Publication Javarevisited. You can do a lot better by avoiding these mistakes while learning Java.
It’s worth remembering that :
Thanks,
for being a part of Javarevisited community and keep these excellent pieces coming up.
Btw, if you are learning Java then I also suggest you go through The Complete Java MasterClass on Udemy, one of the best and most up-to-date course to learn Java.
2. Helidon flies faster with GraalVM by
Do you always wanted to learn more about GraalVM introduced in Java 10 but never get a chance to see some real stuff, here is an interesting article to start with:
3. A Study List for Java Developers by
A great study list for Java developers to learn more about Java, Clean Code, Gradle, Hadoop, Java EE, and Jetty. If you are feeling to explore what to learn in Java and how this article can help you.
4. Must-read books to learn Java programming
He he 🙂 This is my own article, I am not sure if you have seen this on
on yet or not. If you haven’t, please go and read.
It contains some of the must-read books for Java programmers ranging from class Head First Java to Effective Java and Concurrency Practice in Java.a
5. How (and why) to cook equals() and hashCode() in Java by
Equals and hashCode is one of the most important core Java concepts and I believe every Java developer should be familiar with this. It is used in HashMap, HashSet, TreeMap and several other Collection classes.
There is also an equal
and hashCode
contract which you should follow while overriding these two methods in your own class.
So far, Effective Java’s advise is the best one I have read on this topic but this article also has done well to cover this in-depth. Well done
and great job
for publishing this article.
6. Evolution of Spring Boot and Microservices by
Another awesome article on Spring Boot and Microservice by our new community member
. If you are interested to know about how Spring Boot can help you to develop Microservice then you should read this article.
7. Optional in Java and anti-patterns using it by
Optional was introduced in Java 8 to reduce the risk of NullPointerException and improve the readability of code by showing the intention better but the bigger problem was that it wasn’t clear how to use Optional in the right way so most developers started using in the same way they do the NULL check, which means still similar code.
8. Microservices with Spring Boot and Spring Cloud. From config server to OAuth2 server (without inMemory things) — Part 1 by
This is a two-part article which will teach you how to build a working app who will create users and authenticate/authorize users and clients in a microservices architecture using Spring Boot, Spring Cloud, and MongoDB.
9. Microservices with Spring Boot and Spring Cloud. From config server to OAuth2 server (without inMemory things) — Part 2 by
This is the second part of the above article which covers how to build the auth service
10. Spring boot microservices with Eureka server by
Everyone is talking about Microservice nowadays and it’s today one of the most popular topics. Microservice can be written using Nodejs, Java, Python, etc.
In this article, you will learn how to write java microservice using Spring boot and intercommunication between those microservice using Eureka service discovery server.
And if you want to learn more about Spring Boot and Spring Cloud, you can also check Master Microservices with Spring Boot and Spring Cloud course on Udemy. One of the better course on this topic.
That’s all guys, these are some of the best articles I found on
this week for Java developers. If you like my curation, I may continue this kind of articles in the future.
Once again thanks a lot to all the authors and publications and I invite you all to join Javareivsited and contribute here to reach many like-minded Java developers.
If you have any questions or feedback, please drop a comment.
[“source=medium”]