Tag: Programming
-
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…
-
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,…
