Author: bhaskar_s
Introduction to gRPC – Part 2
In Part-2 of this article series, we demonstrate the use of the Server Streaming RPC communication in both Go and Java.
Here is the link to the article:
Enjoy 🙂 !!!
Introduction to gRPC – Part 1
In this article, we introduce gRPC and demonstrate the use of the Unary RPC communication in both Go and Java.
Here is the link to the article:
Enjoy 🙂 !!!
Fundamentals of Linux iptables Firewall
In this article, we will setup and learn how to work with the Linux iptables firewall using 3 VMs on a Linux host and explore the core concepts. Here is the link to the article:
Fundamentals of Linux iptables Firewall
Enjoy 🙂 !!!
SSH Tunneling Basics
In this article, we will setup and demonstrate the different SSH Tunnel options using 3 VMs on a Linux host and explore the core concepts. Here is the link to the article:
Enjoy 🙂 !!!
Introduction to Envoy
In this article, we will setup and demonstrate the Envoy network proxy on a 5-node ODroid-N2 ARM based cluster and explore the core concepts. Here is the link to the article:
Introduction to Envoy (ARM Edition)
Enjoy 🙂 !!!
Introduction to Binary Heap
In this article, we will introduce an interesting data structure called Binary Heap. Here is the link to the article:
Enjoy 🙂 !!!
Introduction to CMake
CMake is an open source META build tool for managing the build process of a C/C++ project in an compiler/platform independent manner.
Here is the link to the article:
Enjoy 🙂 !!!
Distributed Task Processing using Celery
Celery is a popular Distributed Task Queue processing framework for Python that is used by developers for processing data pipelines. This article introduces the basics of Celery.
Here is the link to the article on Celery:
Distributed Task Processing using Celery
Enjoy 🙂 !!!
Understanding OAuth2 and OpenID Connect
OAUTH2 and OpenID Connect are popular Authorization and Authentication mechanisms and a lot of confusion around these standards.
In this article, we will unravel the OAUTH2Â and OpenID Connect standards and practically demonstrate the various flows.
Here is the link to the article:
Understanding OAuth2 and OpenID Connect
Enjoy 😉 !!!