The Unknown Developer
banner
theunknowndev.bsky.social
The Unknown Developer
@theunknowndev.bsky.social
Reposted by The Unknown Developer
October 30, 2025 at 3:09 PM
Reposted by The Unknown Developer
Think you know Quarkus?

Here are 10 hidden features that change how Java developers build, debug, and optimize apps, including an AI assistant built right into Dev Mode.

👇 Read the full guide:
buff.ly/noYLSnK

#Java #Quarkus #DeveloperExperience #AI
October 25, 2025 at 6:15 AM
Reposted by The Unknown Developer
New tutorial drop: RSS Integration with Quarkus + Apache Camel

Turn blog feeds into JSON pipelines and expose live author stats with Micrometer & Prometheus. Perfect for Java devs exploring real-time observability.

Read now → buff.ly/yEZVkbX

#Java #Quarkus #Camel #Observability
October 14, 2025 at 6:15 AM
Reposted by The Unknown Developer
Rafael Ponte called JobRunr "probably the best distributed job scheduled library for java" during his talk at JavaZone.

Thank you for the mention Rafael. His full talk on Messaging With PostgreSQL is a must-watch for any Java dev. We will link it in the comments.

#Java #JobRunr #JavaZone #OSS
October 13, 2025 at 10:15 AM
Reposted by The Unknown Developer
9 High-Performance Tips when using PostgreSQL with JPA and Hibernate

vladmihalcea.com/9-postgresql...
July 5, 2025 at 7:58 AM
Reposted by The Unknown Developer
PostgreSQL and UUID as primary key
PostgreSQL and UUID as primary key
PostgreSQL and UUID as primary key
maciejwalkowiak.com
July 1, 2025 at 2:35 AM
Reposted by The Unknown Developer
Why you should stay away from Lombok. Great explanation of the internals of Lombok by Álvaro Sánchez Mariscal Arnaiz: youtu.be/mAXNKkejl38?...
Java annotation processing magic for muggles by Álvaro Sánchez Mariscal Arnaiz
YouTube video by Devoxx
youtu.be
June 30, 2025 at 8:53 AM
Reposted by The Unknown Developer
🚀 JobRunr v8 is now in beta, want to try it early?

Why it’s worth testing:
• SmartQueue = faster throughput
• Carbon Aware Jobs = greener execution
• Autoscaling + multi-cluster dashboard
• Cleaner handling of failed jobs

🔗 Join the beta:
Beta test JobRunr v8
This is a step by step migration guide to move from JobRunr v7 to JobRunr v8.
www.jobrunr.io
June 23, 2025 at 10:02 AM
Reposted by The Unknown Developer
I'm super happy that I can share that the FREE FULL VERSION of Quarkus in Action continues to be available until January 16, 2026!!!

Download and share!

developers.redhat.com/e-books/quar...

Thanks to Red Hat developer!!!
Quarkus in Action | Red Hat Developer
Download Quarkus in Action, a practical guide to building resilient and scalable, cloud-native, enterprise Java applications using the Quarkus framework
developers.redhat.com
June 16, 2025 at 1:43 PM
Reposted by The Unknown Developer
Detailed writeup of a platform migration at Kleinanzeigen using CDC with Debezium and Apache Kafka: medium.com/berlin-te...
Handling User Migration with Debezium, Apache Kafka, and a Synchronization Algorithm with Cycle…
This is a story of migrating millions of users’ data with Kafka, Debezium, and a custom Synchronization Algorithm with Cycle Detection.
medium.com
June 5, 2025 at 8:40 AM
Reposted by The Unknown Developer
You create a well-defined architecture, but how do you enforce this architecture in your code? With ArchUnit you can define rules for your architecture by means of unit tests.
#Java
Enforcing Architecture with ArchUnit in Java
The content discusses implementing architectural rules in code using ArchUnit, emphasizing its effectiveness over traditional documentation. It details the process of defining architecture checks w…
mydeveloperplanet.com
June 2, 2025 at 4:46 AM
Reposted by The Unknown Developer
(comic) Showing the new employee around
May 28, 2025 at 4:33 PM
Reposted by The Unknown Developer
Another installment of the Java Geek Weekly is waiting for you. Enjoy!
A Java Geek weekly 86
blog.frankel.ch
May 28, 2025 at 5:11 PM
Reposted by The Unknown Developer
"The big benefit? It’s distributed."

One pod schedules the job, another runs it.
Frontend never feels the load. 👌

Perfect for Kubernetes scaling with @quarkus.io + JobRunr

#Java #OSS #Kubernetes #Quarkus
May 27, 2025 at 7:22 AM
Reposted by The Unknown Developer
📅 It’s almost time! #IntelliJIDEAConf 2025 is just a week away.
Make sure you’re registered to catch all the live sessions and Q&As.
Secure your spot 👇
IntelliJ IDEA Conf 2025 | June 3-4, 2025
We invite you to join us for IntelliJ IDEA Conf 2025 and gain insights from industry leaders and experts.
jb.gg
May 27, 2025 at 8:01 AM
Reposted by The Unknown Developer
It's 2030. There is a massive demand for human senior developers to fix garbage made by Vibe coders. 🙃
May 25, 2025 at 8:40 PM
Reposted by The Unknown Developer
(comic) Mood
May 22, 2025 at 4:22 PM
Reposted by The Unknown Developer
Obsidian Bases + Obsidian Web Clipper is the web archival tool I always wanted

replaces my read-it-later app and saves everything to local markdown files
May 22, 2025 at 7:40 PM
Reposted by The Unknown Developer
Can Apple release something that puts virtual desktops back on the correct monitor after unplugging/replugging? Call it "screen intelligence" and pretend it's AI-powered or something.
May 22, 2025 at 8:43 PM
Reposted by The Unknown Developer
The team released #Hibernate ORM 7, Hibernate Data Repositories & Hibernate Validator 9.

#Jakarta EE 11:
- Persistence 3.2
- Data 1.0.
- Validation 3.1

This is the first version available entirely under the Apache Software License. (Including #Envers!)
buff.ly/ImmSwhb
#Java
Hibernate 7 (and Hibernate Validator 9) - In Relation To
Today—​or rather, late last night—​we released Hibernate ORM 7, which includes the latest version of Hibernate Data Repositories. We’ve also released Hibernate Validator 9. Hibernate ORM 7 features a…
buff.ly
May 23, 2025 at 5:08 AM
Reposted by The Unknown Developer
We are good at writing bad code quickly. We are bad at writing good code slowly, that is taking the necessary time to focus on quality.
May 23, 2025 at 12:57 AM
Reposted by The Unknown Developer
We’re in Java Magazine! 🧠🔥
"Easy Background Job Processing with JobRunr" is now live!

Lambdas, retries, scheduling magic, and scaling like a boss, all inside.

📖 Want a free signed copy? Comment below and we’ll send one 📬

#Java #NLJUG #JUG
May 22, 2025 at 12:31 PM
Reposted by The Unknown Developer
Curious about building CLIs with Java? Re-watch @wilda.bsky.social ‘s live coding session on crafting powerful, easy-to-develop CLIs using Picocli and Quarkus. Learn to create a full-fledged executable with GraalVM and enhance your productivity.

View here - buff.ly/RjkZNui

#30YearsOfJava
May 22, 2025 at 2:03 PM
Reposted by The Unknown Developer
(comic) Where do you see yourself in 5 years
May 20, 2025 at 4:21 PM
Reposted by The Unknown Developer
Frustration is caused by debugging. The more you understand the code's flaws, the more you wish you didn't understand how it broke.
May 19, 2025 at 11:49 PM