Java articles
237 subscribers
245 links
Channel providing you with the Java and software development industry related content
Download Telegram
Here is an article about atomic updates in Java 8 ConcurrentHashMap, also I would recommend you to read articles which autor mentions in the beginning, if you don't know how ConcurrentHashMap works.
https://dzone.com/articles/java-8-concurrenthashmap-atomic-updates
The series of articles about Java's lambdas, streams and functional programming approach in Java in general. You can also find there interesting diagrams showing how Java had changed from the first version to Java 8.
https://dzone.com/articles/j%CE%BBv%CE%BB-8-a-comprehensive-look
A short intro into JWT (JSON Web Token). I guess the title of the article doesn't correlate with its content, it was odd for author to name the article "Java 9" and to use java.util.Date (deprecated API) at the same time. Besides, it's not in any way connected with Spring Boot.
#jwt #java
https://dzone.com/articles/jwts-with-spring-boot-and-java-9
Returning to the topic of time libraries in Java, I would recommend you to read the following article (which features really good examples), especially If you still get confused by the different types in java.time (Instant, LocalDateTime and so on) and are not sure how to use them properly.
#java #time
https://yawk.at/java.time/
As monolithic systems become too large to deal with, many enterprises are drawn to breaking them down into the microservices architectural style. It is a worthwhile journey you should consider, but not an easy one.
Let’s see what to decouple and when!
#architecture #monolith #microservices #refactoring
https://martinfowler.com/articles/break-monolith-into-microservices.html
Improve the quality of your testing with this catalogue of high-level testing anti-patterns that are technology agnostic.
Do you recognize some of these anti-patterns yet?
#testing #architecture #patterns #junior #middle
http://blog.codepipes.com/testing/software-testing-antipatterns.html
Great insights on where Java ecosystem is heading to, thanks to the survey including more than 5160 Java developers across the world!
#java
http://www.baeldung.com/java-in-2018