In Quarkus, a modern Java framework optimized for cloud-native and serverless applications, Contexts...
In light of the LLM boom over the past year, we can conclude that virtually everyone has, for one...
When developing web services in Go, implementing proper shutdown handling is crucial for maintaining...
Pointers play a crucial role in Go programming, offering a powerful tool for developers to directly...
Introduction When building modern microservices applications, consuming external REST...
Memory optimization is crucial for writing performant software systems. When a software has a finite...
In the ever-evolving landscape of software development, the adoption of microservices architecture is...
Hello again! In my upcoming articles, I plan to explore several key patterns provided by Apache Camel...
Hello friends! In our previous discussion, we delved into the integration of Apache Camel with...
I am excited to introduce a series of articles about Apache Camel. In this first post, rather than...
Hello, today's article tackles a seemingly unpopular view, and I am sure it will meet some...
JPrime 2024 concluded successfully!! The organizers of JPrime 2024 have once again gone to great...
Memory management is a crucial component of computer software development, tasked with the effective...
From monolithic structures to the world of distributed systems, application development has come a...
The Graal compiler is a radical leap forward in dynamic, Just-In Time (JIT) compilation technology....
Java's virtual threads offer a lightweight alternative to traditional OS threads, enabling efficient...
This article explores our decision to move away from reactive architecture in our software project....
In systems built on message queues like RabbitMQ or Pub/Sub, schema evolution is inevitable. It...
In the dynamic landscape of modern software development, microservices have become the favored...
In the ever-evolving landscape of Contexts and Dependency Injection (CDI), developers frequently...
Quarkus utilizes ahead-of-time (AOT) compilation to build blazing fast native executables. However,...
In the world of Quarkus, the realm of dependency injection is rich and versatile, offering developers...
Introduction Quarkus, a framework for building lightweight, fast, and efficient Java...
Quarkus, with its innovative extension framework, offers developers a powerful way to integrate...
Welcome to a comprehensive exploration of two key aspects in Quarkus extension development: Jandex...