Author: Sougata P.

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 »
Neo4J Console
Setup Guides
Sougata P.

Setup guide for Neo4j graph database on Ubuntu 20.04 LTS

In modern web graph database became the part of most of the connected applications. This provides ease of creating and track relations between different entities of the business. It’s not only limited to social media applications but also different other domains e.g. Recruitment, Finance, Banking as lots more. Now let’s try to build our first graph application using the Neo4J graph database on Ubuntu 20.04 LTS 64 bit environment.

Read More »
Python
Python
Sougata P.

Newest features in Python 3.8 for Python beginners

Python has been developed initially in 1991 and since then it has gradually evolved into the version 3.x. Most of us used python 2.7.x for a long time for different projects which is now came to the end of his lifecycle from 2020 onwards.

In the most recent release of python version 3.8, it has incorporated a set of kool features as an advancement. We will discuss a few of them below: Robust Function Arguments types, Reversible dictionary, Improved readability on Assignment expressions, f-string: elegant string formatting syntax, etc.

Read More »
GoLang
Tutorials
Sougata P.

Introduction to GoLang Web Framework: Revel – Part 1

Revel is a high-productivity, extremely flexible web framework for the Go language which provides routing, parameter parsing, validation, session/flash, templating, caching, job running, a testing framework, and even internationalization and lots more. Revel provides the flexibility of custom Server, Session and Template engines. Here we will explain the steps to setup Revel development environment and build a sample REST webservice.

Read More »
GoLang
Tutorials
Sougata P.

GoLang Tutorials for Beginners | Step by Step Guideline | Value & Pointer Receiver Methods | Part 2

In GoLang, we have a way to by which we can achieve similar functionality like class and methods using Structs and associated methods. Though these methods are not defined within the struct rather they’re associated with the struct. We can either let these methods just access data via working as a copy of the struct which is called Value Receivers, or we can actually point through and modify the original struct which is called Pointer Receivers. In terms of performance, Pointer Receivers are more efficient as they don’t copy the whole struct again into the local scope. thus generating less garbage to cleanup.

Read More »
GoLang
Tutorials
Sougata P.

GoLang Tutorials for Beginners | Step by Step Guideline | Part 1

GoLang is an open-source programming language developed at Google by Robert Griesemer, Rob Pike and Ken Thompson. It’s statically typed, compiled programming language and syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style(Communicating Sequential Processes) concurrency. Now we will try to learn some basics so that we can get started with our journey with GoLang.

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