JRebel report shows majority of Java developers are working with microservices

JRebel releases a report highlighting the impact of microservices on Java Developers, as well as challenges they’re facing. Read more

Similar

Reordering Futures in Java Streams

Futures are an interesting conecpt in concurrent and parallel programming. I’ve written about them several time, the last time in Advanced Futures With Play Framework. Streams are a concept which came with Java 8 to operate on a stream of objects, transfo... (more…)

Read more »

Catching Java Assertion Errors

The Java Java assert statement can be used for conditionally checking program invariants. Assertions are enabled or disabled with the desired level of granularity by Java Virtual Machine flags, as … (more…)

Read more »