Start With Why

Embarked on a new book titled ‘Start With Why’ by Simon Sinek. Got to know about him from TED Talk. Some excerpts from his book which I thought was beautifully crafted, …When fear is employed, facts are incidental. Deeply seated in our biological drive to survive, that emotion cannot be quickly wiped away with facts […]

Learning to Speak Up When You’re from a Culture of Deference

Very good article and reminder for me. It felt very uncomfortable and artificial to be expected to participate in an informal conversation with this senior person. Thoughts going through my head were, “What can I possibly have to say to this man who has much more experience than I do?” The values that were instilled […]

The pain of software development

To learn Ionic Framework, you need to understand Angular. To understand Angular, you need to understand Javascript/Typescript & MVC architecture.   Finally, you need to understand HTML/CSS. That however, should be a given.   Welcome to the world of software development.

Code is read much more often than it is written

Even if you don’t intend anybody else to read your code, there’s still a very good chance that somebody will have to stare at your code and figure out what it does: That person is probably going to be you, twelve months from now. – MSDN Blog