AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Unpopular Opinion - Working With Non-Type Languages
Working with non-type languages can be a nightmare, especially as your code base grows. You really need solid unit tests for everything down to input parameter validation. I think it becomes really easy to accidentally introduce some bugs. One of my friends in the past who worked at Pinterest introduced one bug where they accidentally reused a variable that was defined elsewhere.