gRPC with Rust and SolidJS
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework. Although gRPC is still more considered bleeding-edge it seems to be a good successor for ReST as …
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework. Although gRPC is still more considered bleeding-edge it seems to be a good successor for ReST as …
Introduction Webservice technologies have come a long way since their inception, and the demand for high-performance and scalable webservices has only increased over time. In recent years, there has been …
AsyncAPI is a standard for documenting contracts for asynchronous APIs. Let’s say, you connect multiple services via Apache Kafka or RabbitMQ, AsyncAPI is there to provide information about available servers, …
In my current project, we had the task to integrate a laser-based distance measurement device into a React Native mobile app. New territory for my team and me. Fortunately it …
Collecting distance measurements via Bluetooth and a React Native mobile app Weiterlesen
Never before it was easier for a SpringBoot developer to switch to another platform for implementing a RESTful backend. With NestJS you can leverage your experience and use TypeScript and …
This article will cover a bunch of examples what really makes Rust so interesting for developers. It’s not just about system programming anymore. Rust moved on to boost different areas …
Im Rahmen der internen con² (Consol Conference) habe ich einen Vortrag zu häufigen Fehlern in Kubernetes- und Openshift-Umgebungen gehalten. Diese Fehler beziehen sich auf eine konkrete Kundensituation und sind nur …
Häufige Fehler in Kubernetes- und Openshift-Umgebungen Weiterlesen
We know platforms. We had plenty of them in our life as IT professionals, just that everyone seems to imagine it a different thing for different purposes. For running workloads, …
What is platform engineering and why seems everybody suddenly to be talking about it Weiterlesen
Svelte is an open-source framework that has attracted interest since it released version 3 in 2019.It is the best front-end framework for interest and satisfaction in the State of JS …
Introduction You want to try apache camel for the first time and get to know some key concepts?This blog shall help you to get an idea what apache camel is …