October 14, 2019: Javin Paul posted an article on LinkedIn
Category: Home
Payara Server is Jakarta EE 8 Compatible!
Payara Server 5.193.1 is Jakarta EE 8 Full Profile Compatible! We’ve passed all of 50 thousand test suites of Jakarta EE 8 TCK.
Top 10 Courses to Crack Coding Interviews in 2019 – Must Join Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Top 5 books to Learn Object Oriented Programming – Must Read, Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Ecstasy programming language targets cloud-native computing
The Ecstasy programming language is a new language that could complement or supplant Java as the language for the cloud-native computing era. The language, which comes from a startup named Xqiz.it with ties to Oracle and Java, focuses on containerization and strives to limit complexity.
Top Java programming tools used in application development
Java programming tools span a wide variety of categories and technologies. Review this comprehensive list to narrow down which tools you need to improve software development.
Guides and How-Tos
Page for Payara’s Platform Resources. View and Download Payara’s guides for – Developer Guides, Administrator Guides, How-To’s and Datasheets.
Tips for Building Cloud-Native Applications
Once it’s decided your application is going to run in the cloud you need to consider disadvantages and risks.
System.out.println vs Loggers
Learn about the difference between System.out.println vs Loggers.
Introduction to microservices observability with Eclipse MicroProfile – Red Hat Developer
In this article, we’ll look at Eclipse MicroProfile specifications that can help you implement observability in microservices.
12 Advanced Java programming books for Experienced developers – Part 2
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Ignoring Unmapped Properties with MapStruct | Baeldung
MapStruct allows us to copy between Java beans. There are a few ways we can configure it to handle missing fields.