Namya MRWhat is making your Docker image bloat?Quite often your simple Dockerfile could be contributing to a large increase in your final image size. There are several disadvantages to…Feb 6, 2022Feb 6, 2022
Namya MRSidecar Pattern in Kubernetes LoggingThe Sidecar is a popular cloud/distributed system design pattern. The name of the pattern is inspired by the motorcycle sidecar. While the…Oct 10, 2021Oct 10, 2021
Namya MRDebugging Pods: The BasicsPods are the smallest executable/deployable unit in Kubernetes. While building applications on the Kubernetes system, irrespective of…Aug 28, 2021Aug 28, 2021
Namya MRCircuit Breaker for Rails applicationsThis is a popular resiliency pattern that protects applications when the external services that they’re dependent on is unavailable. A…May 30, 2021May 30, 2021
Namya MRWhat to look for when you migrate from one ORM solution to another?Object Relational Mapping is a technique that helps represent and access your data from the databases in a object-oriented pattern. This…Sep 12, 2020Sep 12, 2020