Understanding the Difference Between PUT and PATCH Methods in REST APIsIn the ever-evolving landscape of web development, RESTful APIs have become the backbone of modern applications. Among the numerous HTTP…Jan 6Jan 6
The Art of Lazy Initialization in Java: Best Practices and PitfallsIn software development, optimizing performance and resource management is a constant pursuit. One technique often employed is lazy…Dec 23, 2024Dec 23, 2024
How to debug Java application deployed in Kubernetes clusterKubernetes has become the de facto standard for deploying and managing containerized applications at scale. However, debugging applications…Dec 9, 20241Dec 9, 20241
Kubernetes: How to deploy different pods close to each other (same node or zone etc.)In my previous 2 posts, I talked about, how to avoid scheduling pods on certain nodes and how to schedule pods to certain nodes. You can…Feb 1, 2021Feb 1, 2021
Kubernetes: How to schedule pods on certain nodesIn my previous post, I talked about how you can avoid pods from being scheduled on certain nodes. In this post, I will discuss opposite of…Jan 20, 20213Jan 20, 20213
Kubernetes: How to avoid scheduling pods on certain nodesWhen new pods are created in a cluster (either due to failure of existing pods or to scale the system horizontally), these pods are placed…Jan 11, 2021Jan 11, 2021
S3 to EFS from with a container using KubernetesIn my last post, I discussed how you can copy files from S3 to EFS from within a container. There are couple of use cases which have this…Jan 4, 2021Jan 4, 2021
S3 to EFS from with in a containerWhen working with containers, one focus area is to automate every step and remove the manual intervention as much as possible. One such…Nov 26, 2020Nov 26, 2020
Migrating Virtual box VM to Hyper-VI started using Virtual box around 4–5 years back and I got so comfortable that I refused to use any other Hypervisor be it VM ware or…Nov 2, 20202Nov 2, 20202
Garbage collectors: One stop guideIf you have landed on this page, you probably have heard the about Garbage Collection somewhere especially the folks from Java background…Jan 15, 2020Jan 15, 2020