AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
JavaScript
I tend to put every type like right next to where it's used. If I'm typing functions that are, you know, very specific type signatures, I'll often even make an interface for that function instead of typing it directly in line with the function just to make it easier. GitHub co-pilot was amazing for this type of thing. So easy to refactor something out of one file into another and update wherever that file is referenced in the future.