From e7aac509c8e0810436a2cd4867b4233c06e8e230 Mon Sep 17 00:00:00 2001 From: Mohit Palriwal <158222777+mpalriwal-Netflix@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:36:56 -0800 Subject: [PATCH] Add an Infoq article for Vert.x from Mohit Palriwal (#192) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c2e1d6..6900917 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ next to it. This icon means the component is part of the official * [Examples](#examples) * [Deployment](#deployment) * [Utilities](#utilities) +* [Articles](#articles) * [Front-End](#front-end) ## Books @@ -390,7 +391,7 @@ next to it. This icon means the component is part of the official * [Blog](http://vertx.io/blog/) - The official Vert.x blog containing many tutorials and other information. ## Articles - +* [Embracing Reactive Applications on JVM: a Deep Dive into Modern I/O Models and Vert.x](https://www.infoq.com/articles/reactive-java-vertx-deep-dive/) * [Going reactive with Eclipse Vert.x and RX Java](https://blogs.oracle.com/javamagazine/post/going-reactive-with-eclipse-vertx-and-rxjava) * [Vert.x 3.3.0 Features Enhanced Networking Microservices, Testing and More](https://www.infoq.com/news/2016/06/Vert.x-3.3.0-release-features) * [Interview with Tim Fox About Vert.x 3, the Original Reactive, Microservice Toolkit for the JVM](http://www.infoq.com/articles/vertx-3-tim-fox)