Practice React Basics The last section of Module 11 is all about practicing React basics. Things I looked at: Lazy state initialization: It's when you pass on a function as the initial value of the state. The function only runs once. split('\n')[0] to get the first line from a string. Study K8s and Cloud Native …
Read MoreKCNA Yesterday I attended the first part of the O'Reilly KCNA Crash Course with Sander van Vugt. It was a good review of the material I already studied in the Linux Foundation course Kubernetes and Cloud Native Essentials. The first part covered Cloud Native, Containers, and Kubernetes. Today it will go through the …
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