Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Hashtag Jakarta EE #48
Welcome to the forty-eighth issue of Hashtag Jakarta EE! JakartaOne Livestream 2020 is just around the corner. Make sure you register today! We continue the cupcake success from the Milestone …
How to batch update using jooq
Using the following way to update using jOOQ.for (Balance balance : balances) { dslContext.update(BALANCE) .set(BALANCE.AMOUNT, balance.getAmount()) .where(
Native Applications from a JavaFX Project for Multiple Devices | foojay
How to build native applications for multiple devices from a single JavaFX project with Gluon Mobile and GitHub Actions.
Grokking the Java Interview Book Available Now
My first book after 10 years of blogging as a Java Blogger
Java libraries I like
The list was updated in 2020.Everyone knows Spring and Hibernate, but there are other libraries and frameworks that are worth your attention. I pulled a list of 35 Java libraries that I like and use daily. Some of them are well-known; others are not so popular, yet very useful at work.
Java Weekly, Issue 360 | Baeldung
Meet Spring Boot 2.4, Embracing subatomic Java, Catching up with the new Java features, and a set of practical guides on distributed systems.
Day Period Support in JDK 16
JDK 16 Early Access Build 25 (2020/11/18) includes changes for JDK-8247781 (“Day periods support”). As stated in the JDK 16 Early Access …
Top 10 Free Courses to Learn Algorithms and Data Structure in 2021 – Best of Lot
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Amazon.com: Grokking the Java Interview: Prepare for Java interview by learning essential Core Java concepts and APIs eBook: Paul, Javin: Kindle Store
Buy Grokking the Java Interview: Prepare for Java interview by learning essential Core Java concepts and APIs: Read Books Reviews – Amazon.com
Hibernate Tips: What’s the best way to persist a ZonedDateTime
Hibernate persists ZonedDateTime values without timezone information and has problems with daylight saving time. Let me show you the best way to avoid these problems when using attributes of type ZonedDateTime.
Grokking The Java Interview – My First Book After 10 Years as Java Blogger
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Difference between Executor, ExecutorService and Executers class in Java
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java, Spring and Web Development tutorials
Java, Spring and Web Development tutorials
Why Learn Docker Container and DevOps in 2021
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc