Recent Posts

Migrating Monoliths to Microservices in Practice

There have been amazing articles on the subjects of migrating from a monolith to a microservice architecture, e.g., this is probably one of the better examples. The benefits and drawbacks of the architectures should be pretty clear. I want to talk about something else though: the strategy. We build monoliths since they are easier to get started with. Microservices usually …

Read More »

Can Java/Jakarta EE do Microservices?

In this myth-busting webinar, Steve Millidge (founder of Payara), demonstrates that Java/Jakarta EE can do microservices. In this video, Steve explains: What are microservices?How JAX-RS API makes it easy to develop applications that use the REST architectureDeployment models for microservicesHow to use MicroProfile with Jakarta EE12 factor apps with Jakarta EE If you’ve been hearing that Java/Jakarta EE is only …

Read More »

Pi4J V2.2.0 Released

One year after the first release of V.2 of Pi4J, a new release was published. Pi4J provides friendly object-oriented I/O API and implementation libraries for Java Programmers to access the full I/O capabilities of the Raspberry Pi platform. And what an amazing achievement with this new release! No major issues were found in the previous release, but several small fixes …

Read More »