System design Designing Cache Architecture Many software developers might have read about various architecture, among them for some Clean Architecture if favorite. The idea behind this architecture is as we move to the inner layers, it should not
Data-structures Rotating Array There is a classica cryptography algorith named Caesar Cipher. In this algorithm we will be having all the 26 characters (in array arr) and we rotate the array some number of times (say
System design What is API Gateway Server In our previous post, we have seen about Load Balancer. In this post, we will be seeing about API Gateway and the little difference between Load Balancer and API Gateway.
System design Proxy vs Reverse Proxy Lets learn about the basics of Proxy server vs Reverse Proxy server.