Browsing Category
IDE & Tools
28 posts
Bridging Java and Python for AI/ML in Production: The Case for GraalPy on GraalVM
Abstract In the Java stack, tapping into Python’s powerhouse of NLP and AI/ML libraries often means messy inter-process…
The Open Source, Deterministic Engine Maintaining Java’s Next 30 Years
Java is entering its fourth decade as one of the world’s most important programming languages. From banks to…
Java Meets the Future: How Quarkus Seamlessly Combines Architecture, Performance, and Cloud-Native
Given the increasing ubiquity of digital technologies, which are becoming increasingly and naturally embedded in our environment, the…
Beyond Version Control: How Git Can Power Smarter Technical Decisions
When most developers think about Git, they think about branches, commits, merges, and the occasional conflict that makes…
Maintaining the IntelliJ “Save Actions” Plugin: A Community Effort to Keep Development Tools Up to Date
For many developers working with IntelliJ IDEA, the “Save Actions” plugin has long been a trusted companion for…
Map your Code – Master your Architecture
In projects with hundreds of thousands of lines, it is easy to lose track of code, architecture and…
Code Wizardry: Casting Spells to Fix Bugs
introduction Multiple developers may introduce changes to develop new features or fix bugs during an application’s life. At…
Launching a Java Debugger in Eclipse – A Myriad of Options
How to start a debugger? Seriously? Is it really worth a story? Let us find out about the…
JBang, the awesome Java file runner 💥
When developing on the JVM, we may write single file programs. In this situation, we want to build…
Unleashing the Power of Maven Archetypes
Creating new projects from scratch is a common task in today’s world. Often, this involves manually setting up…