News
1 day ago
Machine Learning in Java: Getting Started with DeepLearning4J, Tribuo, and Smile
Java has powerful tools for ML:**DeepLearning4J, Tribuo, and Smile. In this article, we’ll explore how to use these libraries, sho...
2 weeks ago
Object Creation: The Issues I Faced and the Patterns That Helped Me
In this post, I've described two usages of the GoF's creational patterns, which aren't listed in the book: improving maintainabili...
Aug 18, 2025
Code Smell 308 - The Key to Safer, Cleaner, More Polymorphic Code
Avoid methods that return Object, Any, or null instead of specific types. Make them fully polymorphic