Kith.dev is the professional blog of Praveen Poonia, a frontend developer who cares about quality code and deliverying meaningful solutions.
On "Kith.dev", I shares insights on frontend technology and companies based on my years of experience working at technology companies. My articles offer a glimpse into the ever-evolving tech world, making them a valuable resource for staying informed about frontend developments with simple words and infographics.
Patterns & Principles
Across my journey, with failure and success, I learnt few principles which I adhere to everyday development, few of them are -- Write code to be read by other people. Prefer to be explicit over implicit.
- Make the code run first. Then make it fast (if necessary).
- Read documentation.
- The less mess you make, the less mess there is to clean up.