Book
Make Your Bed
Admiral William H. McRaven served as Navy SEAL for 37 years. As a Four-Start Admiral, his last assignment was as Commander of all U.S. Special Operations Forces.
He attended the University of Texas, Austin. This book is based on his commencement speech at his alma mater. He served as the Chancellor for the University of Texas system between 2015 and 2018.
Summary Chapter 1: Start Your Day With a Task Completed If you want to change the world… start off by making your bed.
Book
The Go Programming Language
Summary Chapter 1: Tutorial Introduction to various major compoents of Golang
Topics such as data types, functions, packages, concurrency in Go was illustrated using simple programs.
Chapter 2: Program Structure For every type T, there is a corresponding conversion operation T(x) that converts value of x to type T (if applicable)