You can use this guide to understand what Java microservices are, how you architect and build them. Also: A look at Java microservice libraries & common questions.
Category: Articles
12 Things Every Programmer and Software Developers should Learn in 2020
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Apache Kafka 2.4 lets consumers fetch from closest replica – JAXenter
Apache Kafka 2.4 has now been released, allowing consumers to fetch from closest replica and with a new Java authorizer API.
Applying NLP in Java, all from the command-line – JVM Advent
Introduction We are all aware of Machine Learning tools and cloud services that work via the browser and give us an interface we can use to perform our day-to-day data analysis, model training, and evaluation, and other tasks to various degrees of efficiencies. But what would you do if you want to do these tasks …
10 Reasons Why Java Is Still Worth Learning In 2020
Often criticized but never equalled, Java will always be the programming language your need to learn in 2020.
Top 5 Courses to Learn Spring Framework in Depth in 2020 – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java Default Parameters Using Method Overloading | Baeldung
Learn how to use method overloading to simulate default parameters in Java.
10 Tools Used by Java Programmers in Day to day life
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Learn Behavioural Design Patterns in Java
The only course you need to learn behavioural design patterns!
Manifold: Operator Overloading for Java – JAXenter
Finally you can use BigDecimal and other Java types directly in arithmetic & relational operations by using operator overloading in your Manifold project.
Jstat – Analysis – JAXenter
What are the uses of jstat and what are its limitations? It is a JVM tool for monitoring statistics and captures metrics when the JVM is running.
Java 8 enhanced for loop with index/range
By using our site, you acknowledge that you have read and understand our Cookie Policy , Privacy Policy , and our Terms of Service….
JDK 14: Records, Text Blocks, and More
Today’s Mark Reinhold post ” JEPs proposed to target JDK 14: 305, 343, 359, 366, & 368 ” proposes targeting five more JEPs to JDK 14 . Some…
How to read version number and other details from Java manifest | Liviu Tudor — Of Man and Internet
One of the challenges I have seen teams struggle with nowadays is versioning their packages. One of the problems with adopting any versioning system is that