Implement Leaky Bucket Rate Limiter in Spring WebfluxCase: Implement middleware to rate limit the requests.Dec 4, 20235Dec 4, 20235
Unraveling the CAP Theorem: The Fundamental Trade-Off in Distributed SystemsThe CAP Theorem is a fundamental theorem in distributed systems that states any distributed system can have at most two of the following…Jun 19, 2023Jun 19, 2023
What is race condition ?A Race Conditions In Distributed Or Multithreaded System generally occurs when there are multiple threads or clients trying to access the…Jun 9, 202362Jun 9, 202362
The Twelve-Factor App ?Have you heard about The Twelve-Factor App methodology ?Nov 22, 202288Nov 22, 202288
Dynamically add environment variable to an external js script with NextJSI recently started building a web app using NextJS for internal use and ran into a problem. I’d like to enable New Relic’s external JS…Jul 8, 2022801Jul 8, 2022801
Master-slave replication database concept for beginnersWHAT IS THE MASTER-SLAVE DATABASE?Apr 4, 202290Apr 4, 202290
What is Database Caching ?Caching is storing data temporarily in a high-speed storage layer (for example, in a computer RAM) to serve data faster when clients make…Mar 10, 2022Mar 10, 2022
The Dip by Seth Godin | Book SummaryQuitters never win and winners never quit. Bad advice. Winners quit all the time. They just quit the right stuff at the right time.Aug 15, 2021Aug 15, 2021
Responsive vs Adaptive DesignIn designing a website, one of the things that must be considered is the user experience of our website visitors. Along with the times…May 21, 2021May 21, 2021