Practice React Basics and Study Kubernetes and Cloud Native Essentials
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 Essentials
In preparation for taking the KCNA certification, I'm studying Kubernetes and Cloud Native essentials via a Linux Foundation course. Yesterday I went through the Cloud Native Architecture chapter. It included:
- Characteristics of Cloud Native Architecture
- Autoscaling and serverless patterns
- Open standards, community projects, and CN roles