-
Getting Started with JobRunr: Powerful Background Job Processing Library
Task scheduler in Java – JobRunr, a powerful java background job processing library. Learn how to enqueue tasks and schedule recurring tasks.
-
Software Testing as a Debugging Tool
Software testing functions as a critical debugging tool, significantly enhancing code reliability and streamlining the development process.
-
Crowd-Publishing the 10x Java Dev Book
The “enlightenment roadmap” of a Java developer can be scary. How do you become the 10x Java Developer you always dreamed of becoming?
-
Java: Functional Programming f(x) – Part1
Dive into the world of functional programming in Java and through declarative programming we can able write a better and concise code.
-
Debugging Using JMX Revisited
Learn how to leverage JMX and Spring Boot for advanced debugging and management, enabling efficient monitoring and control of Java applications.
-
Debugging Streams with Peek
Learn how to debug Java streams effectively using the peek() method with practical examples and tips for optimizing your code.
-
Localize applications with AI
Ever wondered if AI can localize an entire project? Let’s take a canonical open-source application and walk through the process end-to-end.
-
Running JavaFX applications on the Windows Subsystem for Linux and more
Learn about the flexibility of running your JavaFX applications in a Linux environment on a Windows host system without any issues, which can be a big plus, depending on your use cases.
-
DTrace Revisited: Advanced Debugging Techniques
Learn about DTrace, an innovative tool that has reshaped the landscape of debugging and system analysis.
-
API Versioning
In this short article, we detail the three options for versioning HTTP APIs: path-based, query-based, and header-based.