top | item 46200583

(no title)

whycombinetor | 2 months ago

What do you mean when you say building crud apps should be automated?

discuss

order

trollbridge|2 months ago

CRUD apps are ridiculously simple and have been in existence my entire life. Yet it is surprisingly difficult to make a basic CRUD and host it somewhere. The bulk of useful but simple business apps are just a CRUD with a tiny bit of customisation and integration around them.

It is true that LLMs make it easier to build these kind of things without having to become a competent programmer first.

lomase|2 months ago

I don't know what kind of CRUD apps you work on. The kind of CRUD apps people pay me to work on are not simple.

beeflet|2 months ago

conventionally, it should have been abstracted by a higher-level language.

machomaster|2 months ago

E.g using Rails and generate scaffolding. Makes it real fast and easy to make a CRUD app.