Blogs

Jan 03

Camunda Demystified: From Installation to Modeling Mastery

Camunda Platform is a Java-based framework. The main components are written in java and we have a general focus on providing java developer with the tools they need for designing, implementing and running business processes and workflow on the JVM.Nevertheless, we also want to make the process engine technology available to non-java developers.This is why […]
Read More
Dec 11

Streamlining Microservices Communication with gRPC and Spring Boot

In the modern software landscape, microservices architecture has become a popular choice due to its ability to ensure application scalability, flexibility, and quicker development cycles. However, the communication between these microservices is crucial and requires a robust, efficient, and easy-to-use mechanism. This is where gRPC, coupled with Spring Boot, shines. gRPC is a high-performance, open-source, […]
Read More