Kshitija MurudiToday I learned #2 — Object Oriented Programming (OOP) PillarsI’m writing these from Java point of view.Oct 23Oct 23
Kshitija MurudiToday I learned #1- JSON Web Token JWTJWT is an internet standard method used for authorization. It is a compact & concise way to authenticate mainly for web platforms. It can…Oct 20Oct 20
Kshitija Murudi1.1 Replication — Intro to leaders & followersLet’s dig into the first broad topic for handling data in distributed systems — Replication.Dec 11, 2022Dec 11, 2022
Kshitija MurudiHandling data in distributed systemsThis is a start of a new series where I intend to read & dump the knowledge I’m gaining from this highly recommended book — Designing…Oct 19, 2022Oct 19, 2022
Kshitija MurudiWhat is a Kubernetes Controller?As part of the Kubernetes control plane, kube-controller-manager is a component which runs all the controller processes.May 16, 2021May 16, 2021
Kshitija MurudiHow to avoid multiple git commits in the same PRAs we make code changes in our Github projects it may so happen that there are some minor missing lines that you would want to add to the…Mar 19, 2021Mar 19, 2021
Kshitija MurudiEasy rebase for forked git repo, pull changes from the origin main git repositoryThis is for a case when you have forked a git repository, created your local branch there (in your forked repo) and intend to merge a PR…Mar 12, 2021Mar 12, 2021