A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
6 Advanced Comparator and Comparable Examples in Java 8 for Sorting Objects
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
How to Convert a List into Map in Java 8 – Example Tutorial
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Top 10 Java Podcasts You Must Follow in 2020
Best Java Podcasts. Episodes feature proven news, opinions, tips, techniques, interviews, and everything you need to know about Java
Top 5 Courses to become DevOps Engineer in 2020 – Best of Lot
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
8 Best Lambdas, Stream, and Functional Programming Courses for Java Developers
Hello guys, if you remember, Java 8 changed the way we usually code in Java by introducing some Functional Programming concepts. It brings…
Java Microservices with Spring Cloud Config and JHipster | Java Code Geeks – 2020
Interested to learn about Java Microservices? Check our article explaining how to develop Java Microservices with Spring Cloud Config and JHipster.
Top 5 Advance Spring Boot + AWS + Azure Cloud Courses for Java Developers – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Checkpointing Java from outside of Java – Red Hat Developer
Don’t let long load times bog down your Java applications! Learn how to use Checkpoint/Restore in Userspace (CRIU) for faster startup with checkpoints.
Hibernate ORM – supporting Java 1.8 Optional for entity properties
I’m trying to use java.util.Optional in some Persistent classes. Is there any workaround to make it work? I have tried using UserType, but its not possible to handle something like Optional without
Which Java HTTP client should I use in 2020?
A comparison of all the major Java HTTP clients
Top 5 Free Courses to Learn Scala and Functional Programming in 2020 – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Faster `flatMap`s with `Stream::mapMulti` in Java 16 – nipafx
Java 16 adds a new method `mapMulti` to `Stream`. It fills the same role as `flatMap`, but is more imperative – and faster.
14 Useful (and Free) Plugins for Eclipse IDE | Java Code Geeks – 2020
Interested to learn about Plugins for Eclipse? Check our article preseting the top 14 useful and free plugins for eclipse IDE
Inter Thread Communication in Java using Wait Notify Example
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.