Citations

Lessons:

Mamba Mentality : Kobe Bryant

Greatness requires sacrifice and obsession.

Steve Jobs

If you want to go fast, go alone. If you want to go far, go together.

Mark Zuckerberg

The biggest risk is not taking any risk. In a world that’s changing quickly, the only strategy that is guaranteed to fail is not taking risks.

Move fast and break things. Unless you are breaking stuff, you are not moving fast enough.

I believe that the biggest risk we face isn’t making the wrong decision, but rather not making any decision at all.

Ideas don’t come out fully formed , they only become clearer as you work on them . You just have to get started.

Ibn Khaldoun

Hard times create strong men.
Strong men create good times.
Good times create weak men.
And, weak men create hard times.

Change happens when the pain of staying the same is greater than the pain of change — Tony Robbins

Programming

A great rule of thumb for Go is accept interfaces, return structs. –Jack Lindamood

Design is the art of arranging code that needs to work today, and to be easy to change forever. – Sandi Metz

Duplication is far cheaper than the wrong abstraction. — Sandy Metz

APIs should be easy to use and hard to misuse. — Josh Bloch