Kubernetes AutoscalingKubernetes offers following ways to automatically scale your applications, each addressing different aspects of scaling.5d ago5d ago
Build your golang project using go mod vs bazelLet’s understand the golang build history so that we can appreciate the new ways to build your golang code.Dec 13Dec 13
Kubernetes operator in golangKubernetes Operator is essentially a software extension that automates the operation of a specific application on Kubernetes. It watches…Dec 9Dec 9
Operator overloading in C++Operator overloading is a powerful feature in C++ that allows you to redefine the behavior of existing operators for user-defined types.Nov 6Nov 6
Fenwick Tree of same sizeSuppose we have an array of integers A[0,...,n-1] . A Fenwick tree is an array representation of tree T[0,...n-1] , where each element is…Oct 24Oct 24