Deep Work: Summary and Notes

Summary * Chapter 1 is mostly author trying to convince about deep work and why it is important. Which is one of the biggest chapter in book. * There are few good tips about how to reduce distraction and focus more. * Personally I think, this book could have been a one detailed…

Why We Sleep by Matthew Walker: Summary & Notes

Summary Only book I ever read which talks about importance of sleep. Definitely worth a read for better understanding why we sleep and for those who have hard time sleeping. After reading this book you will be convinced how sleep plays major role in our day to day life and…

My experience with React-hook-form and redux-form

In my recent project, I had to use forms at multiple pages and started with redux-form which is very well built with nice documentation. After a month I came across React-hook-form and it seems way simpler to use, particularly validations. Few things which catch my attention about React-hook-form were: * Less…

My workspace setup (2020 edition)

IDE * I mainly use VS code. Here is the screenshot of how my IDE looks like. * Current theme I am using is ReUI . * Few extensions which make my life easy. * Beautify * ESlint * Bracket Pair Colorizer * Prettier * Remote SSH * Live Server Terminal * My terminal of choice is iTerm2. I'm…