I use jOOQ to query/insert/update data from/into a table.Is there a way to see the SQL statements that JOOQ executes at Compile Time instead of Run Time Logging?The following answer shows them at…
10 Best IT Certifications for Java Developers to Aim in 2021
From Java and Spring to AWS and Azure, these are the best IT certifications Java developers can aim for in 2021
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0 | Java Code Geeks – 2021
Interested to learn about Secure Service? Check our article explaining how to use HTTPS and OAuth 2.0 to secure service-to-service communication.
Top 5 Courses to Learn Dynamic Programming for Coding Interviews in 2021 – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
7 Examples to Sort One and Two Dimensional String and Integer Array in Java | Ascending, Descending and Reverse Order
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Iterative QuickSort Example in Java – without Recursion
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
JavaFX Weekly
A selection of articles, blog posts, videos and photos recommended by Michael Heinrichs
3 Best Eclipse IDE Books for Java Developers
These are my favorite books to learn Eclipse IDE for Java and JEE development. I have also shared online courses which you can join to…
Learn Quarkus faster with quick starts in the Developer Sandbox for Red Hat OpenShift | Red Hat Developer
Get a guided tour of Quarkus quick starts: An easy and free way to fast-track your learning and start developing and deploying Java-based, cloud-native microservices on Red Hat OpenShift.
Amazon.com: Grokking the Java Interview: Prepare for Java interviews by learning essential Core Java concepts and APIs eBook : Paul, Javin: Books
Buy Grokking the Java Interview: Prepare for Java interviews by learning essential Core Java concepts and APIs: Read Books Reviews – Amazon.com
5 Best Free Course to learn Microservices in Java with Spring Boot and RxJava in 2021
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
We Crunched 1 Billion Java Logged Errors – Here’s What Causes 97% of Them | OverOps
97% of Logged Errors are Caused by 10 Unique Errors It’s 2021 and one thing hasn’t changed in 30 years. DevOps teams still rely on log files to troubleshoot application issues. We trust log files implicitly because we think the truth is hidden within them. If you just grep hard enough, or write the perfect […]
I DOUBLED InputStream Performance! | The Two Minutes Tuesday 029 | Java Inside
I was asked how far my contribution to #OpenJDK is: While I am still working on edge cases, performance of InputStream::transferTo is already doubled (!!!) and I think that in one of my next videos…
What is Inheritance in Java and OOP Tutorial – Example
Inheritance is one of the basic object oriented principle in Java, along with Encapsulation, Polymorphism and abstraction. Inheritance allows you to reuse code by extending a class functionality, but has to be used carefully, otherwise may result in inflexible code.