Purpose To describe the Coupling in OOP and its benefits. Explanation Coupling in object-oriented programming (OOP) refers to the degree of interdependence between classes or modules. It indicates how closely two or more...
Purpose The purpose of this blog post is to provide an overview of Dependency Injection (DI) and Inversion of Control (IoC) in software development, explain their differences and similarities, and help readers understand...
Recently I have become a Scrum Master. The workaround of Scrum is very interesting to me. This is an approach of value-oriented. The comprehensive consolidation of the Scrum aspects is listed in the...
Designing an IoT solution by considering all the scenarios is very important for the long run of the product. Will describe a Microservice-based IoT Solution Architecture in this article....
Going to show the common facing problem to check the connectivity between pods from different service points. If the service can not connect to the desired service via the service endpoint. Then what are the debugging steps we can follow to rectify that?...
Purpose Often we need to communicate between pods internally deployed in Kubernetes. As I said, internally means wanting to communicate without getting any public IP (which costs an extra $) rather in a local...