Today I learned #6 — What is a GPU?Since last couple years we are seeing a boom in AI & of course the company Nvidia is in all the related headlines. What for? for making…Jan 51Jan 51
Today I learned #5 — essentials of a containerAs part of software engineering today, we know that virtualization topics are very important to know about. In the past decade we have…Nov 24, 2024Nov 24, 2024
Today I learned #4 — linux container image on windows VMUsing a container runtime like Docker or containerd, one can deploy various container images on a Virtual machine. A virtual machine can…Nov 20, 2024Nov 20, 2024
Today I learned #3 — Java threads run vs startTo use threads in Java in the simplest way, you can use either the “extends thread” class or “implements Runnable” interface. Easier way…Nov 18, 2024Nov 18, 2024
Today I learned #2 — Object Oriented Programming (OOP) PillarsI’m writing these from Java point of view.Oct 23, 2024Oct 23, 2024
Today 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 20, 2024Oct 20, 2024
1.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
Handling 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
What 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