AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
TypeScript
Like I always talk about like TypeScript is being like, it's not going to solve your bugs for you, but it's going to alert you where there could be bugs. And one thing I really liked when moving my application to TS is it found so many of those situations that aren't going to show up on an exception in error tracking service. Those are the things like if you ever see something that says hello undefined on like an email or on a website, you go, okay, they didn't catch it. It's finding those kind of issues, right?