Category: Tutorials

Software Architecture Design
Architecture Design
Team Techunits

Performance optimization techniques for microservices

Performance optimization is crucial for microservices as it directly impacts user experience and overall system reliability. By carefully analyzing and fine-tuning various aspects of a microservice architecture, organizations can achieve faster response times, reduced latency, improved scalability, optimal cloud resource utilization thus reduce billing.

Read More »
gRPC
gRPC
Team Techunits

Future of gRPC

One of the key advantages of gRPC is its speed and performance. By utilizing the HTTP/2 protocol and binary serialization and de-serialization, gRPC enables faster data transmission and reduced latency compared to traditional REST APIs which is text-based transfers. This makes it an ideal choice for applications that require real-time data exchange or high throughput.

Read More »
Tutorials
Debojyoti C.

Introduction to QUIC & HTTP/3

QUIC is a new multiplexed transport built on top of UDP. The overall goal is to reduce latency and eliminate head-of-line blocking compared to that

Read More »
sconnector-grpc-desktop-client
gRPC
Sougata P.

How to implement bi-directional streaming using gRPC with Python (Server) – Part 1

So today we will demonstrate how to setup a bi-directional server using python & gRPC. The very first step to setup any gRPC streaming is to create a data contract in the form of a protocol buffer file. In our demonstration, we will use a simple contract that should be able to create some resource entries to the server in the stream and expect a response in the form of a stream.

Read More »
gRPC
gRPC
Sougata P.

How to implement bi-directional streaming using gRPC with NodeJS (Client) – Part 2

In our previous tutorial, we have built a server to handle the bi-directional streams. Here we will build a bi-directional streaming client for the same with NodeJS. In order to implement the following tutorial, we need to have NodeJS 14+ installed on your system and the bi-directional gRPC streaming server is running successfully on the system. As the server is running as a part of the prerequisite so we will assume that all the required dependencies have been installed on the system.

Read More »
gRPC
gRPC
Sougata P.

How to implement bi-directional streaming using gRPC with NodeJS (Server) – Part 1

gRPC also provides a unique capability for bi-directional streaming which could be used for any use cases starting from Chat server, persistent service-to-service connection, and lots more. Today we will learn how to implement bi-directional streaming using gRPC with NodeJS. We will build a bi-directional streaming server and client to create an article management application that will allow us to create articles in bulk using streaming.

Read More »
MoCherry
Shubhadip D.

MoCherry: Build REST webservice using CherryPy & MongoDB | Part 3

In our previous tutorial, we have provided guide to install and run your very first project with MoCherry – The CherryPy MongoDB REST webservice engine. Here we will explain to create a sample REST based webservice with the framework.

We have to build an article management system where users can create / list / view / update / delete articles based using REST webservice.

Read More »

We at Techunits RnD team dedicate ourself towards unveiling bleeding edge technologies in the fields of Data Science, Neural Networks,  Machine Learning and lots more. Join us now for some exciting discovery, discussion and submissions!

About

  • Team
  • Community
  • Archive
  • Collaborate with us
  • Publish your Work

Popular

Downloads

  • Pre-Trained Glove Vectors
  • Word2Vec pre-Trained Vectors
  • Pre-processed Datasets

© 2019 by Techunits | All rights reserved