AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
I'm in the Interface Now I Have 129 Modal Apps Deployed
With modal, you can decorate certain functions in your code with like stub.function and then define a modal stub in your code. And then when you execute your code, it actually doesn't run that function locally. It spins up a container in modal and runs that in the cloud. You can do this either by just calling that function or you can actually deploy then your app and have that function be accessible aslike a serverless function for your other applications to access. There's nothing you can configure in modal. Like there's no YAML file. Everything is in code. To me, it's all, you know, goes back to this idea of how