TLS Termination Proxy
TLS or SSL Termination proxy is a proxy that terminates the TLS session and sends the unencrypted traffic to the main server This offloads the load of the task of decrypting the packet from th...
TLS or SSL Termination proxy is a proxy that terminates the TLS session and sends the unencrypted traffic to the main server This offloads the load of the task of decrypting the packet from th...
What is Load Balancing Load balancing is the process of balancing incoming requests to multiple machines, process or services in the backend Layer 4 vs Layer 7 to get started start thinking le...
Proxy vs Reverse Proxy Layer 7 Proxying Consider the scenario There is a client that wants to connect to Server H1 The client establishes a TCP connection to the server and completes th...
Quick Recall of JVM , JRE and JDK What are JVM Arguments A string that contains the arguments that are passed to the JVM that the driver is starting The generic Java™ virtual machine (JVM) arg...
The SQL statements that read data from a database query, return the data in a result set. Overview Consider a situation that there are 12 million records of students in a database , if we imple...
Hash Tables are effective in many places like Caching Database Joins Partitioning Distributed Databases Sets Load Balancing Limitations and Costs In software engineering, we ge...
Understanding Aggregate Functions Performance What are Aggregate functions? Functions like AVG(A), COUNT(*), MAX (A), and MIN(A) used in DB are useful but if used in the wrong way they can show v...
😬 Movie and Show Reference stick longer in the head than textbooks, reference of “Curve 25519” in silicon valley https://youtu.be/zdYJi2snJXI 1. Generate SSH Open Terminal. P...
"SSL is the equivalent of arranging an armored car to deliver credit card information from someone living in a cardboard box to someone living on a park bench" Getting Started Transport Layer Se...
My Daily Driver Chrome Extensions — Issue #3 My Daily Driver Chrome Extensions : 1. BitWarden Sign in with Google or Apple is relief when juggling between multiple devices and machines and eve...