Redis Confrence Bangalore 20222
New in Redis ![IMG_202 MEESHO Razorpay Redis Enterprise
New in Redis ![IMG_202 MEESHO Razorpay Redis Enterprise
Recap to Terraform Terraform Installation Tried official installation instructions but faced some dependency issue on my machine so ended up installing using the brew recipe brew install ter...
A common problem in streaming applications Kafka is a fast, scalable, durable, and fault-tolerant publish-subscribe messaging system that is widely adopted by enterprises. Kafka has the nat...
What is Web Socket It is a Bidirectional, full Duplex protocol to communicate between client and server over the web It is used in Chatting, notifications, real-time feeds, multiplayer gam...
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 ...
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 ...