Cloud Native Spring in Action in 16 Days
Nov 14, 2023 · 1 min read · spring cloud native spring cloud kubernetes backend system design job ready ·I will finish reading the book Cloud Native Spring in Action by Thomas Vitale by the end of November. Why: I will learn a lot about my profession by reading it. I got KCNA-certified so that I could read through it more easily. It will help me gain the experience for the system design interviews I am preparing for. I …
Read MoreKubernetes The core knowledge and experience tested on the KCNA exam is Kubernetes. Yesterday I looked at all the components in K8s: Cluster Node Namespace Pod Service Proxy Ingress kubelet kubectl Network Policy Cloud Control Manager Controller Manager Deployment ReplicaSet StatefulSet Volume API Server ConfigMap …
Read MoreReact Basics Yesterday I went through the props concept in React. It's passing data to a component to enable dynamic websites and code reusability. It includes passing an aobject and a non-string prop, destructuring, and spreading. I also studied mapping an array to a group of components. Kubernetes I started …
Read More