readings¶
I don't considered myself a voracious reader, though I do tend to read multiple books simultaneously.
books¶
Recommendations
- Code Breaker: Jennifer Doudna, Gene Editing, and the Future of the Human Race by Walter Isaacson
- "Icarus Deception by Seth Godin
- "The High 5 Habits" by Mel Robins
tech stuff¶
Really interested in learning more about:
- fastAPI
- Pydantic
- Node.js
- Golang (Go)
- Scala
- Pytorch
- Tensorflow
- Scikit-learn
So, I'm reading a lot of docs about it to implement some cool use cases for my projects that I'm working on at the moment!
blogs I followed for inspirations¶
- Seth Godin's wisdom on all things related to resiliency, humility, successful leadership, and branding yourself.
- Eugene Yan's endless tips on how to apply and leverage machine learning. Lots of good stuff in there!
- Shaun Usher's intriguing and impressive collections of letters of some reknown people in the history!
git repositories that enabled me to be better at what I do¶
- Anton Babenko's amazing IaC work. A ton of fantastic examples on Terraform modularizations and best practices. I just discovered this one from another blog. Anton's dedication to helping engineers with IaC clarity really shines here.
- Yevgeniy Brikman's deep dives into Terraform declarative and modular hierarchy, how to declare modules using same providers dynamically, to setting up different environments in modular structure. I have his Terraform up & Running book. I highly recommend it, well-written and lots of great examples to scratch the surface to more advanced concepts.