Eclipse Vert.x 4.5.8 released!

Next post

Eclipse Vert.x 4.5.9 released!

Eclipse Vert.x version 4.5.9 has just been released.

Read more
Previous post

Improving the Vert.x Micrometer Metrics performance

Vert.x 5 is coming with many great new features and enhancements. In this article, you'll learn about the Vert.x Micrometer Metrics performance improvements.

Read more
Related posts

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

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