-
Integrate executable Java code in your blog posts, part 2: How to use dependencies
Not only “simple” Java code can be added to blog posts. As we illustrate here, a more complex class with a record and Maven dependencies can be created and executed within a webpage.
-
Creating Executables For JavaFX Applications
Let’s take a look in this article at the current state of what can be done with jpackage and GitHub Actions for JavaFX.
-
The Theory of Debugging
What do you do when you have a bug? Using a well defined process instead of looking everywhere, can change the issue resolution process.
-
Feedback from calling Rust from Python
Improving low-level integration with ctypes to the generic ready-to-use pyo3 library.
-
Explore project structure with IntelliJ IDEA’s Dependency Matrix
Table of Contents Opening the Dependency MatrixInterpreting the Dependency MatrixDependenciesExpand componentsLimit scopeNavigate to relevant codeCyclic dependenciesSummaryIntelliJ IDEA Shortcuts UsedRelated Links In this tutorial, we’ll look at exploring project structure with IntelliJ IDEA’s Dependency Matrix. When working with large, complex software …
-
Integrate executable Java code in your blog posts
Thanks to JDoodle you can now also add executable code to your Foojay content!
-
Python “magic” methods – part 2
Let’s continue our exploration of Python’s magic methods in this second part of the series.
-
Python “magic” methods – part 1
Java was the first language I used professionally and is the scale by which I measure other languages I learned afterward. Hence, Python feels a bit weird because of its dynamic typing approach.
-
Not a Single Trace
Observability is an orchestra, not a single instrument. By combining multiple data points we form an accurate production narrative.
-
Debugging Tips and Tricks: A Comprehensive Guide
Debugging is an integral part of software development. Here’s a comprehensive guide to some core debugging tips and tricks.