Browsing Category
API & Frameworks
81 posts
JVM Iceberg – The AI edition
The common narrative suggests Java is unsuitable for AI, relegating it to backend services while Python dominates research…
Is it worth to run Java on ARM? Trust me, this is interesting question
The modern tech industry is experiencing a renaissance of hardware fascination, driven by the artificial intelligence revolution and…
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…
LangChain4j Production-ready features with Quarkus
Have you already read the article “Build AI Apps and Agents in Java: Hands-On with LangChain4j” by Lize…
How java changed my life!
Like many aspiring developers, I started my journey with Java out of curiosity and uncertainty. I first encountered…
Strategic Domain-Driven Design: The Missing Link in Modern Java Projects
Many developers believe they are applying Domain-Driven Design (DDD) when, in reality, they are focused almost exclusively on…
Java Streams Evolution: From Java 8 to Today
The Java Streams evolution, starting from Java 8, has significantly transformed how we process data collections with a…
Mastering API Security in Java: OWASP Best Practices
Introduction Building secure applications is a top priority for any developer, and when it comes to APIs, security…
Writing Readable Code with Algebraic Data Types and Pattern Matching in Java
Writing readable code is essential for the maintainability of any application. There are many techniques we can use…
The Blockchain in Your Java Application
Short Foreword This article discusses the integration of blockchain mechanisms into Java applications. It is important to clarify…