Tag: java
-
Modern Concurrency in Java: Learnings and Experiences from Bazlur

In this episode of Java Maple Leafs, I had the pleasure of talking with Bazlur Rahman – Java Champion, software engineer, technical author, community leader, and conference speaker. Currently based in Toronto, Bazlur has spent much of his career advancing the Java ecosystem and recently published a book on one of the hardest but most…
-
Sharing Knowledge Through a Book: A Conversation with Roan Brasil
In the third episode of Java Maple Leafs, I had the privilege of talking with Roan, a Java engineer whose career spans over 15 years. From his early days at IBM in Brazil to his work in Canada, Roan has specialized in Java and Microservices. But what stands out in his story is how he…
-
AI, Context Engineering and Canada with Pedro Cavalero
The first episode of Java Maple Leafs was special. I had the chance to talk with Pedro Cavalero, a seasoned Software Engineer, international career mentor, and community leader. Our conversation spanned Java, career growth, working in Canada, and—most importantly—how AI is transforming the role of developers. You can watch the full episode here: Episode 1…
-
How to run a Quarkus Application on Kubernetes without pain
KUBERNETES NATIVE APPLICATION WITH QUARKUS Java turned 28 in 2023, it is a big milestone for a platform that has already had its death prophesied so many times. The fact is that people trust Java and what it delivers, trust the evolution it has been undergoing and the way it solves problems. Java has a…
-
An Introduction to Project Reactor
Project Reactor is a powerful open-source library for building reactive applications in Java. It provides an extensive set of tools and abstractions that enable developers to write asynchronous, event-driven, and non-blocking code. Reactor is based on the Reactive Streams specification, which defines a standard for building reactive systems. It embraces the reactive programming paradigm, where…
-
Creating my first App with Quarkus
A guide to getting started with Quarkus, using que CLI If you read my last article about Quarkus, you know the characteristics and features of Quarkus, which means that we are ready to create our first cloud native app. In this post, I will present to you the creation of my first app in Quarkus,…
-
Quarkus, why you should explore it
When we work with enterprise applications it’s essential to have great tools to help development teams create their apps, and focus on the business rules, without losing time.
