Learn what forward and backward chaining are, how and when to implement them, as well as the key differences between them.
Also find me here:
Baeldung Author
Daniel Fintinariu
I'm an Automation Engineer with a passion for game development based in Gibraltar. I have 10+ years experience in automation with Kotlin and Ruby focusing mostly on Android and iOS. In my free time, I'm often working on a game project or participating in Ludum Dare game jams.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (2)
- DevOps (1)
- Cloud (1)
Collision Detection Between Two Images in Java
Filed under Java
A quick tutorial on Java Swing and AWT image collision detection.
Deploying a Java App on Heroku
Explore multiple approaches to deploying a Java app on Heroku.
Baeldung on Kotlin
- All
- Libraries (2)
- Kotlin Classes and Objects (2)
- Kotlin IO (1)
Introduction to Apache Log4j Kotlin
Filed under Libraries
Learn to create and use loggers with the Kotlin Log4j library.
Plotting Charts in Kotlin With Kandy
Filed under Libraries
A quick tutorial on the Kandy library to create charts and data visualizations in Kotlin.
Delete the Contents of a File in Kotlin
Filed under Kotlin IO
A quick and practical guide to erasing the content of a file in Kotlin.
Iterating Over Components of Object in Kotlin
Filed under Kotlin Classes and Objects
Learn different approaches to iterating over object components.
Checking if Two Objects Have the Same Class in Kotlin
Filed under Kotlin Classes and Objects
A quick tutorial on checking if two objects have the same class or not in Kotlin.