Tutorials - my newly created sectionregenerate background

tRPC/gRPC with Typescript

gRPC, which stands for "Google Remote Procedure Call," is an open-source framework developed by Google for enabling efficient and high-performance communication between distributed systems. It is used for building and connecting services, microservices, ...

Read More17.09.2023

How to configure and run Kafka with TypeScript

To configure kafka, let's start our journey from the beginning by creating a new project! First, we need to create a folder called 'kafka-typescript' and inside that folder, from the command prompt we need to execute: ...

Read More13.04.2024