AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Phoenix Generators for Non APIs and APIs?
I fall more in the line of like, let's use Phoenix. There are cases where I did not use Phoenix, but that was always in a scenario of, okay, this app doesn't really need to build an API. And in those cases, I actually did just use plug with cowboy at least few little endpoints and that was it. But for anything which is like more sophisticated than that, just I'll use Phoenix. So yeah, using a standardized way, Phoenix to build all their applications makes sense.