AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Constraints in Development
There's this almost like the split where you have the application running on the server. It has its own set of rules because it can do things that you can't do in the browser. And then you have to sort of run the same application in the browser, but it's not quite the same application. So for me, that's why I'm like, just take the database out of the equation. We can create APIs from the client, from the server, same security levels. Okay, make it so it can only do that and it has to be run as a UI only thing. Now, that creates complexity because you have to run this other service, right?