Vert.x 3.3.0 is released!

Next post

Vert.x 3.3.2 is released!

We have just released Vert.x 3.3.2, the first bug fix release of Vert.x 3.3.x.

Read more
Previous post

Vertx 3 and Keycloak tutorial

With the upcoming release of Vert.x 3.3 securing your application with Keycloak is even easier than before.

Read more
Related posts

Building services and APIs with AMQP 1.0

Microservices and APIs are everywhere. Everyone talks about them, presentation slides are full of them ... some people are actually even building them.

Read more

Things to keep in mind concerning CSRF attacks

Eclipse Vert.x like most frameworks provides an anti-CSRF defense. However, no framework can prevent all attack vectors that exist in the web. Therefore, developers need to be aware of some dangers and common attack vectors concerning CSRF defenses.

Read more

Unit and Integration Tests

Let’s refresh our mind about what we developed so far in the introduction to vert.x series. We forgot an important task. We didn’t test the API.

Read more