Reactive Programming Made Easy
Learn about all the essential features and tools needed for Reactor developers who do their coding in IntelliJ IDEA.

Irina Mariasova
6,780 viewsLearn about all the essential features and tools needed for Reactor developers who do their coding in IntelliJ IDEA.

We have seen evolutions from CVS to Subversion to Git. Is this the endpoint? Did we find the holy grail? What evolutions are waiting for us?
Shai Almog
6,391 viewsTwo decades ago we worked on properties in Java. Lombok filled in that gap. Manifold aims to solve this same problem. Is it ready?

Roni Dover
6,182 viewsLooking for senior Java developers to participate in the beta program of a new free runtime linter that provides Continuous code Feedback.

Anthony Goubard
5,960 viewsHaving written many Java GUI applications, I thought it would be cool to run them embedded in IntelliJ IDEA, Eclipse and NetBeans.

Marit van Dijk
14,074 viewsLet's look at analyzing dependencies in IntelliJ IDEA. Where does your application get a specific version of a library, show conflicts, etc.

Julien Lengrand-Lambert
10,765 viewsHow to use the JetBrains HTTP Client to replace Postman, test third party APIs, share requests and run them in CI all of that within …

Marit van Dijk
8,593 viewsMoving a commit to a different branch: not nearly as scary as it sounds! Let the IDE help to turn this into a quick, low-stress task.
Shai Almog
2,208 viewsStop digging through variables in the watch to find nuggets of gold, or rerunning the expression evaluation. Use entity renderers instead.

Peter Lawrey
4,252 viewsMapping large areas of memory avoids having to know in advance how much memory we need or having to resize the memory mappings while in use.