I made a browser extension that cross-publish post from Notion to DEV, Hashnode, Medium and more
Cross-publish post from Notion to DEV, Hashnode, Medium and more
May 26, 20242 min read11

Search for a command to run...
Articles tagged with #productivity
Cross-publish post from Notion to DEV, Hashnode, Medium and more

In this post, I will show you proper debugging of a real-world project. Debugging is not adding print or log statements and rely on output of those methods. There could be underlying cause of a bug that is not visible without debugging the project. W...
