Monkey patching using Java Byte code instrumentationMonkey patching is a technique in software development which allows us to modify a class or module at runtime, without altering its…May 18, 2024May 18, 2024
Routing and load balancing using Spring Cloud GatewaySpring Cloud Gateway is the API gateway implementation built on Spring framework 5, Project Reactor, and Spring Boot 2.0. It replaces…Apr 21, 2024Apr 21, 2024